@charset "UTF-8";

body {
	color: #333333;
	font-size: 75%;
	font-family: sans-serif;
	background: #000000;
}
p,dt,dd {
	line-height: 1.5;
}
#wrapper {
	width: 939px;
	background-color: #CCCC99;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 155px;
	width: 939px;


}

#footer {
	height: 81px;
	width: 939px;
	clear: both;

}


#primary {
	width: 785px;
	margin: 30px 77px;
}


#rightbox  {
	width: 348px;
	float: left;
	font-size: small;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #333333;
	height: 485px;
}


#rightbox  .text{
	font-size: small;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #333333;
	margin: 20px;
	width: 308px;
}

#lefttbox  {
	width: 437px;
	float: left;
	font-size: small;
	line-height: 20px;
	color: #333333;
	background-color: #FFFFFF;
	height: 485px;
}

#lefttbox ul{
	font-size: small;
	line-height: 20px;
	margin: 20px;
	
}

#lefttbox li{
	border-bottom-style: dotted;
	border-top-width: 1px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #FF9B6A;
	border-right-color: #FF9B6A;
	border-bottom-color: #FF9B6A;
	border-left-color: #FF9B6A;
	line-height: 30px;
	
}
