@charset "utf-8";
/* CSS Document */

#wrapper{
	width:1000px;
	min-height:800px;
	margin-left:auto;
	margin-right:auto;
	background: #FFFFFF;
	margin-top:0;
}

#nav_bar{
	width:1000px;
	height:67px;
	background: top left repeat-x url('images/navbar_bg.png');
	font-size:12px;
}

#block{
	width:251px;
	height:269px;
	background: top left no-repeat url('images/block.png');
	position:absolute;
	float:left;
	margin-top:15px;
	margin-left:30px;
}

#icon_table{
	width:230px;
	height:44px;
	padding:0;
	margin-top:3px;
}

#map_image{
	width:222px;
	height:112px;
	background: center no-repeat url('images/world_image.png');
	margin-left:18px;
}

#search{
	width:230px;
	height:100px;
	margin-top:15px;
	margin-left:20px;
}

.clr{
	clear:both;
}

#header_bg{
	width:1000px;
	height:114px;
	background: top left repeat-x url('images/header_bg.png');
}

#logo{
	width:213px;
	height:92px;
	background: top right no-repeat url('images/logo.png');
	float:right;
	margin-top:10px;
	margin-right:30px;
}

#main_container{
	width:1000px;
	min-height:600px;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

#left_col{
	width:300px;
	min-height:600px;
	float:left;
}

#template_table{
	width:300px;
	min-height:500px;
	margin-top:120px;
	margin-left:10px;
}

#right_col{
	width:700px;
	min-height:600px;
	float:right;
}

#loginbox_top{
	width:302px;
	height:11px;
	background: top center no-repeat url('images/loginbox_top.png');
	margin-left:200px;
}

#loginbox_center{
	width:302px;
	height:200px;
	background: center repeat-y url('images/loginbox_center.png');
	margin-left:200px;
}

#loginbox_bottom{
	width:302px;
	height:11px;
	background: bottom center no-repeat url('images/loginbox_bottom.png');
	margin-left:200px;
}


.main_content{
	width:460px;
	min-height:250px;
	margin-left:80px;
	margin-top:20px;
	padding:10px;
	background: bottom center no-repeat url('images/content_sep.png');
	margin-bottom:20px;
}

#flash_banner{
	width:620px;
	height:350px;
	margin-left:30px;
	z-index:-1;
	margin-top:50px;
}

#footer{
	width:1000px;
	height:37px;
	background: bottom left repeat-x url('images/footer_bg.png');
	font-size:13px;
	color:#05536a;
	text-align:center;
	padding-top:30px;
}


























