@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#424243;
	}

a:link {
	color: #255b9e;
	text-decoration: underline;

}
a:visited {
	color: #255b9e;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #255b9e;
	text-decoration: underline;
}

#container {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	background-color:#effae1;
	border-left:1px solid #8cbe4f;
	border-right:1px solid #8cbe4f;
	border-bottom:1px solid #8cbe4f;
}

#header {
	background-color:#FFFFFF;
	height:123px;
	width:800px;
	border-top:10px solid #8cbe4f;
	
}

#mmenu {
	width:800px;
	height:34px;
	background-color:#8cbe4f;
	color:#FFFFFF;
}

#hotspot {
	width:800px;
	height:221px;
	border-bottom:1px solid #8cbe4f;
}

#body-left {
	float:left;
	width:460px;
	padding:20px;
	font-size:12px;

}

#body-right {
	float:right;
	width:270px;
	background-image:url(../images/bg-right-side.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:400px;
	padding:15px;
}

#footer {
	clear:both;
	height:70px;
	padding-top:10px;
	padding-bottom:20px;
	font-size:10px;
}
