body
{
	background-color: #fff;
	background-image: url(images/bg.png);
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#main
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

#hero
{
	width: 750px;
	height: 100px;
	background-image: url(images/hero.jpg);
	background-repeat: repeat-x;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-top: 5px solid #FFFFFF;
	padding: 0 0 5px 0;
	background-color: #FFFFFF;
}

#header
{
	background-image: url(images/header_bg.gif);
	height: 79px;
	padding-top: 1px;
	position: relative;
	width: 750px;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
}

.gear
{
	width: 57px;
	height: 56px;
	margin-top: 16px;
	margin-left: 12px;
	background-image: url(images/standby.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/standby.png');
}

#header h1
{
	position: absolute;
	left: 82px;
	top: 8px;
	color: white;
	font-size: 38px;
	font-weight: bold;
	margin: 0px;
}

#header h1.shad
{
	left: 84px;
	top: 10px;
	color: black;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

#header em
{
	font-style: normal;
	text-decoration: underline;
}

div#menu
{
	width: 750px;
	height: 32px;
	background-color: #0F5B99;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
}

div.activ a
{
	float: left;
	width: 150px;
	background-color: #0F5B99;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	display:block;	
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
}

div.activ a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

div.normal a
{
	float: left;
	width: 150px;
	background-color: #8C8C8C;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	text-align: center;
	color: #FFFFFF;
}

div.normal a:hover
{
	text-decoration: none;
	background-color: #1676C0;
}

#body
{
	width: 750px;
	padding-top: 1px;
	background-color: white;
	position: relative;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	background-image: url(images/bodybg.png);
	background-repeat: repeat-y;
}

#sidebar
{
	
	width: 180px;
	float: right;
	padding: 10px 0;
	text-align: center;
}

#content
{
	float: left;
	width: 536px;
	padding: 10px 0 10px 20px;
	color: #333333;
}

#content h2
{
	font-size: 18px;
	/* 18px is the default minimum font size for which anti-aliasing will occur. */
	margin: 0px;
	border-bottom: 1px solid black;	
}

#content p
{
	text-align: justify;
	line-height: 1.5em;
}

a
{
	color: #666666;
}

#footer
{
	width: 750px;
	padding: 5px 0;
	text-align: center;
	background-color: #666666;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	border-top: 5px solid #FFFFFF;
}

#footer a, a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clearboth
{
	clear: both;
}

a, a:hover
{
	color: #333333;
	text-decoration: underline;
}

div.adstop
{
	float: left;
	margin: 10px 5px 5px 0;
}

div.topad
{
	margin: 0;
	background-color: #FFFFFF;
	width: 750px;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-top: 3px solid #FFFFFF;
}

div.txtad
{
	height: 56px;
	border: 1px solid #0F5B99;
	margin: 5px 0 10px 0;
}

div.txtad_l
{
	float: left;
	width: 135px;
	padding-top: 10px;
}

div.txtad_r
{
	float: left;
	padding-top: 18px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #0F5B99;
}

.txtad_r a
{
	color: #0F5B99;
}

.txtad_r a:hover
{
	color: #E53D38;
}
