@charset "utf-8";
html, body {padding:0px; margin:0px; font-family:Tahoma, Arial, Verdana; background:#999;}
a {text-decoration:none;}
h1 {font-size:14px; padding:0px; margin:0px 0px 10px;}

#container {width:760px; margin:0px auto; background:url(image/background.gif);}
#header {width:760px; height:82px; padding:10px 0px; text-align:center; font-size:14px; background:#12345e; color:#fff;}
#headerimage {width:760px; height:148px; background:url(image/building.jpg); border-top:2px solid #ffd200; border-bottom:2px solid #ffd200;}
#leftcolumn, #centercolumn, #rightcolumn {float:left;}
#leftcolumn {width:150px; color:#fff;}
#centercolumn {width:400px; padding:30px; font-size:12px;}
#footer {text-align:center; font-size:10px; padding:10px 0px 0px;}
#leftcolumn a {display:block; width:138px;  padding:4px 0px 4px 10px; background:#0b213c; border-top:1px solid #5c6b7d; border-left:1px solid #5c6b7d; border-right:1px solid #091b30; border-bottom:1px solid #091b30; font-size:10px; font-weight:bold; color:#fff;}
#leftcolumn a:hover {border-bottom:1px solid #5c6b7d; border-right:1px solid #5c6b7d; border-left:1px solid #091b30; border-top:1px solid #091b30; color:#ffd200;}
#rightcolumn {width:140px; padding:5px; color:#fff; font-size:12px;}
input {width:130px;}
.clearbox {clear:both;}