html,body{
	margin:0px;
	padding:0px;
	font-family:"Tahoma";
	font-size:12px;
	color:#666666;
	background-color:#FFFFFF;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
}


/*------TEXT STYLES------*/

H1{
	font-size:20px;
	color:#2d80ad;
	margin-bottom:0px;
}

.content{
	line-height:17px;
	margin-top:4px;
}

a:link,a:visited{
	color:#2d80ad;
	text-decoration:none;
}

a:hover{
	color:#d6bb39;
	text-decoration:none;
}



/*------DIV STYLES------*/

#container{
	width:900px;
	margin:auto;
}

#header{
	width:900px;
	height:80px;
	margin:auto;
}

#logo{
	width:184px;
	height:65px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	float:left;
	margin-top:15px;
}

#mainTop{
	width:900px;
	height:4px;
	background-image:url(../images/main_top.jpg);
	background-repeat:no-repeat;
}

#main{
	width:900px;
	margin:auto;
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-y;
}

#mainInner{
	width:860px;
	margin:auto;
}


#contentLeftOne{
	width:500px;
	float:left;
}

#contentRightOne{
	width:320px;
	float:right;
}


#footer{
	width:900px;
	height:8px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
}

#bottomText{
	width:900px;
	text-align:center;
	font-size:11px;
	color:#666666;
	margin-top:4px;
}


/*------CLASSES------*/
.clearfloat{
	line-height:0px;
	font-size:0px;
	clear:both;
}