body {
	margin:0px;
	background-color: #4C4D4F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
img { border: 0; }
strong { font-weight: normal; }
.hide {display: none;}

#shell { width: 800px; margin: 0 auto; }
#header { height: 80px;	width: 800px; position: relative; }
#intro {
	font-size: 1.3em;
	line-height: 0.95em;
	letter-spacing: -0.05em;
	color: #909090;
	padding-bottom: 5px;
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
}
#intro a { color: #909090; text-decoration: none; }
#intro a:hover { text-decoration: underline; }
#main {
	background-color: #C7E309;
	height: 500px;
	width: 800px;
	border: 1px solid #4C4D4F; /* firefox, chrome spacing issue fix */
}

/* NAV */

#nav { position: relative; width: 800px; margin-top: 18px; }
.navrow {
	list-style-type: none;
	padding: 0; 
	margin: 0 auto 1px auto; 
	height: 23px;
}
.withsub { width: 800px; background: #5A6702; }
.navrow li { float: right; }
.withsub li { float: left; }
.navrow a {
	display: block;
	color: #FFFFFF; 
	text-align: center; 
	font-weight: bold;
	padding: 5px 10px 5px 15px; 
	text-decoration: none; 
	float: left;
	background: url(images/bg_nav.gif);
	background-repeat: no-repeat;
}
.navrow a:hover { color: #E8FF4A; }
#nav ul li { display: none; }
#nav ul.withsub li { display: inline; }
#nav .main { display: block; }
#nav .main a {background: #000000; width: 100px; text-align: right; }
#nav .decoy {background: #C7E309; width: 100px; padding: 5px 10px 5px 15px; }
#nav .current a { color: #E8FF4A; }

/* END NAV */

#logo {
	position: absolute;
	top: 505px;
}
#content {
	background-repeat: no-repeat;
	width: 580px;
	height: 239px;
	position: absolute;
	top: 211px;
	font-size: 1.2em;
	color: #FFFFFF;
	padding: 20px 200px 20px 20px;
}
#content a { color: #FFFFFF; }
#content a:hover { text-decoration: none; color: #E8FF4A; }

.bg_blank { background: url(images/bg_content.png); }
.bg_contact { background: url(images/bg_content_contact.png); }
.bg_dm { background: url(images/bg_content_dm.png); }
.bg_fb { background: url(images/bg_content_fb.png); }
.bg_gg { background: url(images/bg_content_gg.png); }
.bg_hl { background: url(images/bg_content_hl.png); }
.bg_hm { background: url(images/bg_content_hm.png); }
.bg_mb { background: url(images/bg_content_mb.png); }

h1 { font-size: 1.4em; font-weight: normal; margin-bottom: 15px; }

#footer {
	color: #FFFFFF;
	text-align: right;
	padding-top: 5px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:active, #footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
