* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	background:url(/images/background.jpg) top center repeat-x #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color:#0099FF;
	text-decoration:none;
	outline:none;
	border:none;
}
a:hover {
	color:#FFCC66;
}
a img {
	border:0;
}
h1 {
	font-size:18px;
	font-weight:normal;
	margin:0;
}
/* H1 header tabbing */
h1 span.line1 {
	clear:both;
	float:left;
}
h1 span.line2 {
	padding-left:20px;
	clear:both;
	float:left;
}
h1 span.line3 {
	padding-left:40px;
	clear:both;
	float:left;
}
h1 span.line4 {
	padding-left:60px;
	clear:both;
	float:left;
}
h1 span.line5 {
	padding-left:70px;
	clear:both;
	float:left;
}
h1 a {
	color:#0000CC;
}
h1 a:hover {
	color:#FF0000;
}
h2.lost-page {
	clear:both;
	float:left;
	color:#CC0000;
	font-size:40px;
	padding:100px 75px;
}
/* Standard things */
.clear_fix {
	clear:both;
}
.container {
	margin:0 auto;
	width:900px;
}
.topBar {
	width:100%;
	height:50px;
	background:url(/images/topbar.png) repeat-x;
}
.logo {
	float:left;
	padding-top:8px;
	width:396px;
}
.logo a {
	display:block;
	width:396px;
	height:34px;
	background:url(/images/mwdesigns.png) no-repeat center;
	text-indent:-9999px;
}
.leftCol {
	float:left;
	width:330px;
	padding-top:170px;
}
.rightCol {
	float:right;
	width:570px;
	padding-top:33px;
}
/* Navigation */
.topNav {
	float:right;
}
.topNav ul {
	list-style:none;
	display:inline;
	float:right;
	height:49px;
	padding:0;
	margin:0;
}
.topNav li {
	display:inline;
}
.topNav li a {
	display:block;
	float:left;
	height:49px;
	background:url(/images/topnav.png) no-repeat;
	text-indent:-9999px;
}
.topNav li a#home {
	background:url(/images/home.png) no-repeat;
	width:75px;
	background-position:0px 0px;
}
.topNav li a#home:hover {
	background-position:0 -49px;
}
.topNav li.active a#home {
	background-position:0 -49px;
}
.topNav li a#portfolio {
	width:90px;
	background-position:0px 0px;
}
.topNav li a#portfolio:hover {
	background-position:0 -49px;
}
.topNav li.active a#portfolio {
	background-position:0 -49px;
}
.topNav li a#services {
	width:88px;
	background-position:-90px 0px;
}
.topNav li a#services:hover {
	background-position:-90px -49px;
}
.topNav li.active a#services {
	background-position:-90px -49px;
}
.topNav li a#about {
	width:70px;
	background-position:-178px 0px;
}
.topNav li a#about:hover {
	background-position:-178px -49px;
}
.topNav li.active a#about {
	background-position:-178px -49px;
}

/* Footer */
.footer {
	text-align:center;
	color:#999999;
	width: 500px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	clear: both;
}
.footer a.home {
	display:block;
	height:16px;
	width:82px;
	float:left;
	background:url(/images/mwdesigns_footer.png) no-repeat 0 -16px;
	text-indent:-9999px;
	position:relative;
	top:2px;
	left:22px;
}
.footer a.home:hover {
	background-position: 0 0;
}
.footer a#wildest {
	display:block;
	font-size:12px;
	padding: 5px 0;
	color:
}
.footer p.superfooter {
	font-size:11px;
}

