/*Landing Page*/
html, body, #main_container {min-height: 100%;	width: 100%; height: 100%;}

body {
	color: #333;
	margin:0;
	padding:0;
	background: #fff;
}
#main_container {
	padding:0;
	margin:0 auto;
}
a, a:visited { 
color:#333; 
text-decoration: none;
background-color: transparent;
border-color: #333;
border:0;
	outline: none;}
a:hover, a:active { color:#333; text-decoration: none;  
background-color: transparent;
border-color: #333;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
	outline: none;}
.clear {
	clear: both;
}
#header_cont {
	width:966px;
	height:181px;
	margin: 0 auto;
	}
#header {
	width:966px;
	height:181px;
	margin: 0px 0px 0px 0px;
	}
#content_cont {
	width: 966px;
	height: 408px;
	margin: 0 auto;
}
#content_photo {
	width: 462px;
	height: 408px;
	float: left;
}
#content_r {
	width: 504px;
	height: 408px;
	float: right;
}
#content_r_top_l {
	width: 240px;
	height: 198px;
	background-color: #ff9933;
	margin: 0px 0px 12px 12px;
	float: left;
	font: 10px Verdana, Geneva, sans-serif;
}
#content_r_top_r {
	width: 240px;
	height: 198px;
	background-color: #CC0000;
	margin: 0px 0px 12px 12px;
	float: left;
	font: 10px Verdana, Geneva, sans-serif;
}
#content_r_bottom {
	width: 411;
	height: 126px;
	background-color: #99CCCC;
	margin-left: 12px;
	padding: 36px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
}
#footer_cont {
	width:966px;
	height:54px;
	margin: 0 auto;
	}
#footer {
	width:966px;
	height: 54px;
	margin: 0px 0px 60px 0px;
	}
