@charset "utf-8";

body {
	background-color:#000000;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
}

#wrapper {
	width: 881px;
	margin: 0 auto;
}
#wrapper h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
}

#google {
position: absolute;
right: 10px;
top: 50px;
width: 120px;
height: 600px;
}

#header {
	position: relative;
	float: left;
	height: 80px;
	width: 880px;
	background-image: url(../images/hdrbg.jpg);
	background-repeat: no-repeat;
}


#menu {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	width: auto;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	color: #ffffff;
	display: block;
	float: left;
	width:auto;
	margin: 0;
	padding: 6px 6px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #7588ff;
	color: #fff;
	padding-bottom: 6px;
	}



#headerlinks {
	position: absolute;
	right: 10px;
	bottom: 5px;
	width: 570px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#title {
	float: left;
	width: 880px;
	height: 250px;
	background-image: url(../images/titlebg.jpg);
	background-repeat: no-repeat;
}
#lefttitle {
	position: relative;
	float: left;
	height: auto;
	width: 400px;
	height: 250px;
	padding-left: 20px;
	z-index: 2;
}

#righttitle {
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	float: right;
	width: 440px;
	margin-top: 25px;
	z-index: 3;
}
#righttitle h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

#mainwrapper {
	float: left;
	height: auto;
	width: 880px;
	margin-top: 5px;
}

#mainleft {
	float:left;
	height: auto;
	width: 400px;
	margin-top: 125px;
	margin-left:25px;
}

#mainright {
	height: auto;
	width: 420px;
	margin-top: 5px;
	padding-left: 20px;
}

#mainright h1{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;font-weight:bold;color:#FFFFFF;}

.roundcont {
	width: 880px;
	background-color: #1e1f1f;
	color: #ffffff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(../images/tr.gif) no-repeat top right;
}

.roundbottom {
	background: url(../images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


.innerroundcont {
	width: 400px;
	background-color: #393939;
	color: #ffffff;
}

.innerroundcont p {
	margin: 0 10px;
}

.innerroundtop { 
	background: url(../images/itr.gif) no-repeat top right;
}

.innerroundbottom {
	background: url(../images/ibr.gif) no-repeat top right; 
}

#news {
	margin-left: 15px;
	width:auto;
	height:auto;
}
#news h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
#news p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#FFFFFF;
}

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#CCCCCC;
	padding-top:10px;
}

#footer a:link {color: #ffffff;text-decoration: none;}
#footer a:visited {color: #ffffff;text-decoration: none;}
#footer a:hover {color:#0033FF; text-decoration:none}