* {margin:0;padding:0;} 
/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */
html, body, #wrap {height: 100%; width:900px; margin:0 auto;}
div { behavior: url(iepngfix.htc) }
body > #wrap {height: auto; }
#main {padding-bottom: 20px; height:100%}  /* must be same height as the footer */
#footer { margin: 0 auto; width:900px; margin-top: -150px; /* negative value of footer height */height: 200px; clear:both; z-index:400; background:url(../images/footer_bg.jpg) no-repeat; padding-top:100px;}
#footer a { font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#666666;}
#backtotop { width:140px; height:20px; float:right; padding:0; margin:0;}
/* CLEAR FIX*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.bb table {border-bottom:1px dotted #8ad5e6;}

body { margin:0 auto; background:url(../images/main_bg.png) repeat-x; font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#666666;}
#content{ min-height:400px; background:#FFF; z-index:-2; clear:both; }
strong, em, b, i {font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;}
h1, h2, h3 { margin:0px; color:#03a5ca; font-size:19px; text-transform:uppercase; }
h1 a:link, h1 a:hover, h1 a:visited {text-decoration:none; color:#03a5ca}
p { padding-bottom:12px; text-align:justify; line-height:1.5; padding-right:25px;}
form {display:inline;}
a, img { text-decoration:none; border:none; outline:none; }
.dropshadow { width:930px; background:url(../images/dropshadow.png) repeat-y scroll 0 0; margin:0 auto;}
.dottedline { border-bottom:1px dotted #8ad5e6;}
.footer p { font-size:12px; padding:0; margin:0; }
#container {
	width:900px;
	position: relative;
	margin: 0 auto;
	background-color:#FFFFFF;
	overflow:hidden;
	z-index:1
}
	#header {width:100%; height:132px; background:url(../images/header_bg.png) no-repeat;}
	#logo { width:241px; float:left; height:57px; background:url(../images/seacon_logo.png) no-repeat; text-indent:-9999px; position:absolute; margin:20px 0 0 25px}
	#slogan { float:right;height:47px;margin-right:50px;margin-top:30px;text-indent:-9999px;width:367px; background:url(../images/header_slogan.png) no-repeat;  }
	#search { width:195px; float:right; height:36px; background:url(../images/search_bg.png) no-repeat; }
	#search #s {background:transparent none repeat fixed 0 0;border:0 none;color:#777777;float:left;font-family:Verdana,Geneva,sans-serif;font-size:10px;margin-left:78px;margin-top:12px;}
	#breadcrumb_bg {width:100%; height:35px; background:url(../images/breadcrumb_bg.gif) no-repeat; float:right; position:relative; z-index:-1 }
	#breadcrumb { color:#999999; font-size:11px; padding:0px 0px 2px 10px; top:5px;  width:100%; border-top:1px dotted #8ad5e6; border-bottom:1px dotted #8ad5e6; position:relative; top:9px; }
	#body { background:#FFFFFF; }
		#column_left {float:left; width:430px; padding:0 10px 10px 10px}
		#column_right {float:right; width:430px; padding:0 10px 10px 10px;}
		#main_content { float:left; padding: 0 30px 10px 10px; width:860px}
		#main_content ul { list-style:list; padding:0 20px 20px;}
		#main_content ul li { line-height:1.7;}
	
	
