body {
	background-color: #0099FF;
	font-family:Arial;
	font-size:12px;
	color: #666666;
	margin: 0;
	padding: 0;

}

input, textarea, select {
	font-family:Arial;
	font-size:11px;
	color: #000000;
}

a {
	color:#666;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.title {
	font-family:Arial;
	font-size: 18px;
	/*color:#AC9579;*/
	color:#222222;
}

.title2 {
	font-family:Arial;
	font-size: 18px;
	color:#222222;
}

.site_container {
	width:100%;
	padding-top:10px;
}

.main_container
{
	width:760px;
	text-align:left;
	padding:0px;
}

.header {
	background:url(images/top3.jpg);
	width:760px;
	height: 83px;
}

.menu_container {
	width:760px;
	padding:0px;
	margin: 2px 0 2px 0;
}

.menu_text {
	font-family:Arial;
	font-size:11px;
}

.menu_text a{
	text-decoration:none;
	/*color: #AC7474;*/
	color:#999999;
}

.menu_text a:hover{
	text-decoration:none;
	color: #ffffff;
}

.content_div {
	background:#E6E3D8 url(images/main_bg.jpg) no-repeat;
	width:740px;
	padding: 20px 10px 10px 10px;
}

.content_div2 {
	background:#E6E3D8 url(images/bg2.jpg) no-repeat;
	width:740px;
	padding: 20px 10px 10px 10px;
	color:#222222;
}

.footer {
	font-size:10px;
	background:#FFFFFF;
	text-align:center;
	width:760px;
	padding:0px;
}

.footer a{
	text-decoration:underline;
	color:#666666;
}

.footer a{
	text-decoration:none;
	color:#666666;
}