body {
	background:url(images/bg.jpg) #292828 center 10px no-repeat;
	text-align:center;
	margin:0; padding:10px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
}

a img {
	border:none;
}

#header {
	width:838px; height:99px;
	margin:0 auto;	
}

#logo {
	text-align:center;
	width:206px; height:99px;
	float:left;
}
#nav {
	background:url(images/navbg.png) no-repeat;
	width:632px; height:99px;
	float:left;
	font-family:"Trebuchet MS", Arial;
}
#nav ul {
	margin:73px 0 0 32px;
	padding:0;
	list-style:none;
}
#nav li {
	display:inline;
}

#nav li a{
	display:block;
	width:inherit; height:15px;
	font-size:15px;
	color:#ddd;
	padding:5px 18px 0 13px;
	text-transform:uppercase;
	float:left;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
	text-decoration:none;
}
#nav li a:hover {
	color:#1de500;
}

#nav li a.active {
	color:#1de500;
}

#main {
	width:838px; height:352px;
	margin:0 auto;
}

#studio {
	width:838px; height:391px;
	margin:0 auto;
}

#news {
	background:url(images/newsbg.png);
	width:838px; height:31px;
	margin:0 auto;
	text-align:left;
}

#news span {
	padding:8px 0 0 20px;	
	display:block;
	font-size:13px;
}

#news span a:link, #news span a:visited, #news span a:active {
	text-decoration:none;
	color:#eee;
}

#news span a:hover {
	color:#fff;
	text-decoration:underline;
}

#boxes {
	width:838px; height:131px;
	margin:0 auto;
}

#gear {
	width:217px; height:131px;
	float:left;
}

#owners {
	width:259px; height:131px;
	float:left;
}

#mail {
	width:362px; height:131px;
	float:left;
	background:url(images/mailbg.png) no-repeat;
	text-align:left;
}

#mail form {
	padding:40px 0 0 25px;
}

#mail fieldset {
	border:none;
}

#mail label {
	display:block;
	width:95px;
	float:left;
	color:#222;
	text-transform:uppercase;
	font-size:13px;
	margin-bottom:5px;
}

#mail .input {
	display:block;
	float:left;
	background:#a3d696;
	border:0;
	margin-bottom:5px;
}

#mail .submit {
	float:right;
	margin:10px 15px 0 0;
}

#mail h2 {
	font-size:16px;
	color:#333;
	padding:25px 0 0 25px;
	display:block;
}

/* Bio Pages */
#bio {
	width:838px; height:352px;
	margin:15px auto 0 auto;
}

#bioLinks {
	width:263px;
	float:left;
	text-align:left;
	padding-right:25px;
}

#bioLinks h2 {
	margin:0; padding:0;
	font-family:"Trebuchet MS", Arial;
	font-size:18px;
	color:#eee;
}

#bioLinks ul {
	margin:0; padding:0;
}

#bioLinks li {
	display:block;
	border:1px #444 solid;
	background:#292828;
	padding:3px;
	margin:5px 0;
}	

#bioLinks li a:link, #bioLinks li a:visited, #bioLinks li a:active {
	display:block;
	padding:3px;
	background:#111;
	text-decoration:none;
	color:#999;
}

#bioLinks li a.active {
	background:#444;
	color:#eee;
}

#bioLinks li a:hover {
	background:#777;
	color:#222;
}

#bioPic {
	width:550px;
	float:left;
}

#bioText {
	text-align:left;
}

#bioText h1 {
	margin:10px 0 5px 0; padding:0;
	font-family:"Trebuchet MS", Arial;
	font-size:22px;
	color:#eee;
	border-bottom:1px dashed #333;
}

#bioText p {
	display:block;
	background:#333;
	color:#eee;
	padding:10px;
	font-size:13px;
	line-height:18px;
}