html {
	height: 100%;
}

body {
	background-color: #f3f4f6; 
	margin: 0px;
	height: 100%;
}

img a {
	border: 0px;
}


#container {
	width: 808px;
	min-height: 100%;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url('images/fauxcolumn.gif');
	background-repeat: repeat-y;
	padding: 0px 27px 0px 20px;
}

#left {
	float: left;
	width: 241px;
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	border-top: 7px solid #ffffff;
	margin-right: 18px;
	padding: 0px;
}

#left_logo {
	background-image: url('images/logo.gif');
	width: 241px;
	height: 175px;
}

#left_menu {
	background-color: #7fc758;
	padding: 30px 12px 30px 12px;
}


#right {
	float: left;
	width: 545px;
	margin-top: 36px;
	margin-bottom: 0px;
}

#right_menu {
	height: 22px;
	width: 545px;
	background-color: #f3f4f6;
	border-top: 1px solid #e0e7f6;
	border-bottom: 1px solid #e0e7f6;
}

ul.topmenu {
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #4f97c5;
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	padding-top: 3px;
}
 
ul.topmenu li {
        list-style-type: none;
        float: left;
	margin-right: 12px;
}
 
ul.topmenu li a {
	text-decoration: none;
	color: #4f97c5;
}

#right_contex {
	margin-top: 40px;
	width: 545px;
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

#right_contex img {
	border: 0px;
}

#right_contex h2 {
	color: #3366ff;
	clear:left;
}

#right_contex span{
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-size: 18px;
	color: #4f97c5;
	font-weight: bold;
	line-height: 25px;
}
#right_contex p{
	width:98%;
	float:left;
	clear:both;
}
	
	

	