/* Top Elements */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 13px arial;
	background-color:#353635;
	color:#000;
}
a {
	color:#7AAC28;
	text-decoration:underline;
	}
p { 
	margin: 0.2em 0px 0.5em 0px; 
	}
#layout {
	width: 100%;
	height:100%;
	position:absolute;
	top:0px;	
}
#content_holder {
	margin:auto;
	width:1019px;
	margin-top:20px;
	margin-bottom:20px;
	height:auto;
	background-color:#fff;
}
#top_frame{
	background:url(../images/top_bg.jpg) no-repeat;
	width:1019px;
	height:25px;
	}
#center_frame{
	width:1019px;
	background:url(../images/center_bg.jpg) repeat-y;
	overflow: hidden;
}
#bottom_frame{
	background:url(../images/bottom_bg.jpg) no-repeat;
	width:1019px;
	height:25px;
	}
#content_bg{
	margin:auto;
	width:969px;
	min-height:550px;
	background-color:#fff;
	}	
.logo{
	float:left;
	display: block;
	width:591px;
	height:309px;
	cursor:pointer;
	margin-top:27px;
	margin-left:20px;
	}
.centent_text{
	float:left;
	width:929px;
	padding: 0px 20px 20px 20px;
	}
.footer {
	margin:auto;
	color:#CAC6C6;
	font-size:11px;
	font-family:verdana;
	text-align:left;
	width:969px;
	padding-top:10px;
}
.footer a{
	color:#CAC6C6;
	text-decoration:underline;
}
.footer a:hover{
	color:#CAC6C6;
}