/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;	
}

a:link,a:active,a:visited{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}



/*layout*/





#wrapper{
	width: 850px;
	height: 600px;

}

#header{
	width:850px;
	height: 191px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo{
	width:213px;
	height: auto;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}

#righttop{
	width: 637px;
	height: auto;
	float: right;
}

#navigation{
	width: 617px;
	background-image: url(../images/layout_07.jpg);
	height: auto;
	padding: 10px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	position: absolute;
	z-index: 100;
	top: 145px;
	left: 220px;
}

#mainbody{
	width: 830px;
	padding: 10px;
	height: auto;
	float: left;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0D7FB5;
	position: relative;
}

#leftbox{
	width: 420px;
	padding-right: 10px;
	clear: right;
	float: left;
	height: auto;
}

#rightbox{
	height: auto;
	width: 400px;
	margin-left: 0px;
	float: right;
}

#footer{
	width: 830px;
	position: relative;
	clear: both;
	float: left;
	border-top: thin solid white;
	margin-top: 10px;
	text-align: right;
}





/*classes*/




.divide{
	border-bottom:white thin solid;
}

.button{
	width: auto;
	position: relative;
	clear: left;
	float: right;
	padding: 5px;	
}

.white{
	color:white;
}

.orange{
	color:#FF9900;
}
.black {
	color: #000000;
}

