@charset "UTF-8";
/* CSS Document */
html, body {
height: 100%;
}

h3{
	font-family:Helvetica, Arial, sans-serif;
	font-size:28px;
	color:#999999;
	line-height:1.2em;
	margin-top:0px;
	padding-top:0px;
}

p {
	text-align:left;
}

body {
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:131%;
	background-image:url(graphics/bg.jpg);
	background-repeat:repeat-x;
	background-color:#1C1E5A;
}

#wrapper {
	width:938px;
	height:100%;
	margin:0px auto 0px auto;
	text-align:center;
}

#header{
	width:938px;
	height:170px;
}

#headerimage{
	width:600px;
	height:170px;
	float:left;
	background-image:url(graphics/header.jpg);
}

#slideshow{
	width:335px;
	height:170px;
	margin:0px 0px 2px 3px;
	float:left;
}

#toptag{
	width:938px;
	height:45px;
	float:left;
	background-image:url(graphics/toptag.jpg);
}

#menu{
	width:131px;
	height:auto;
	float:left;
	margin-top:-5px;
	font-size:16px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing:.1em;
	line-height:90%;
	background-image:url(graphics/menubg.jpg);
	background-position:top;
}

#contentwrap{
	width:938px;
	height:auto;
	float:left;
	margin:6px 0px 6px 0px;
	background-image:url(graphics/hugebg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
}

#contentleft{
	width:593px;
	text-align:left;
	float:left;
	padding-top:11px;
}

#contentright{
	width:214px;
	text-align:left;
	float:left;
	padding-top:34px;
}

#bottomAds{
	width:947.5px;
	margin:0px 0px 6px -9.5px;
	float:left;
}

#bottomtag{
	width:938px;
	height:42px;
	clear:both;
	background-image:url(graphics/bottomtag.jpg);
}