
/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 16px;
	vertical-align: baseline;
	background: transparent;
	}

html /* add so that IE sets font size to 1em */
	{
	font-size: 16px;
	}

body 
	{
	font-size: 16px; /* set font size to default */
	font-family: verdana, sans-serif;
	text-align: left;
	padding: 0;
	margin: 30px 0px 0px 0px;
	width: 100%;
	background: #fff;
	color: #707070;
	background: url('../images/bg.gif') repeat;
	}

ol, ul, li
	{
	list-style: none;
	padding: 0;
	margin: 0;
	}

/* End of Reset */

/* Main Layout Divs */

#shaddowone
	{
	width: 706px;
	height: 600px;
	background-color: #282828;
	margin: 0px auto 0px auto;
	padding: 0px 0px 1px 0px;
	}

#shaddowtwo
	{
	width: 704px;
	height: 600px;
	background-color: #262626;
	margin: 0px auto 0px auto;
	padding: 0px 0px 1px 0px;
	}

#shaddowthree
	{
	width: 702px;
	height: 600px;
	background-color: #242424;	
	margin: 0px auto 0px auto;
	padding: 0px 0px 1px 0px;
	}

#mainarea
	{
	width: 700px;
	height: 600px;
	background-color: #fff;
	margin: 0px auto 0px auto;
	}
	
#topnav
	{
	clear: both;
	width: 700px;
	height: 150px;
	background: url('../images/topbg.gif') repeat-x #fcfcfc;
	background-position: bottom;
	}
	
#logo img
	{
	float: left;
	width: 135px;
	height: 130px;
	border: none;
	padding: 10px 0px 0px 10px;
	}
	
#nav
	{
	float: right;
	width: 409px;
	height: 108px;
	text-align: right;
	color: #979797;
	margin: 42px 0px 0px 0px;
	}

#nav a:link, #nav a:active, #nav a:visited
	{
	font-size: 0.75em;
	color: #979797;
	vertical-align: middle;
	text-decoration: none;
	}

#nav a:hover
	{
	font-size: 0.75em;
	color: #979797;
	vertical-align: middle;
	text-decoration: underline;
	}

#nav img
	{
	width: 1px;
	height: 70px;
	vertical-align: middle;
	}

#maincontentarea
	{
	clear: both;
	width: 700px;
	height: 450px;
	}
	
#maincontentarealeft
	{
	float: left;
	width: 350px;
	height: 450px;
	background-color: #fff;
	}

#maincontentarealeft img
	{
	display: block;
	width: 350px;
	height: 450px;
	border: none;
	}

#maincontentarearight
	{
	float: right;
	width: 350px;
	height: 450px;
	background-color: #fff;
	}

#maincontentarearight img
	{
	display: block;
	width: 350px;
	height: 450px;
	border: none;
	}

h1
	{
	font-size: 0.75em;
	font-weight: bold;
	margin: 20px 0px 10px 20px;
	}

#maincontentarearight p
	{
	font-size: 0.75em;
	margin: 20px 20px 20px 20px;
	}

#maincontentarearight a:link, #maincontentarearight a:active, #maincontentarearight a:visited
	{
	font-size: 1em;
	color: #707070;
	text-decoration: underline;
	}

#maincontentarearight a:hover
	{
	font-size: 1em;
	color: #707070;
	text-decoration: underline;
	}

#maincontentarearight img.map
	{
	width: 300px;
	height: 175px;
	margin: 0px 0px 0px 20px;
	}
	
#footer
	{
	width: 700px;
	height: 20px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px 0px 32px 0px;
	}

.footertext
	{
	font-size: 0.625em;
	color: #fff;
	}	

#footer a:link, #footer a:active, #footer a:visited
	{
	font-size: 1em;
	color: #fff;
	text-decoration: underline;
	}

#footer a:hover
	{
	font-size: 1em;
	color: #fff;
	text-decoration: underline;
	}
	
/* End of Main Layout Divs */
