@charset "utf-8";
/* Global */
* {margin: 0; padding: 0;}
html, body {padding-top:5px; background-color: #F3C694; font-family: "Times New Roman", Times, serif; font-size:15px; color:#000;}
.splitter {clear:both; width:100%;}
#container {width:80%; padding:120px 5% 0 5%; margin:0 auto;}
h2 {font-size:17px; font-family:"Times New Roman", Times, serif;}
.small {font-size:13px;}

/* Header */
#header {position:fixed; top:0; left:0; border-bottom:3px solid #F3C694; width:100%; height:120px; background:url('../images/site/header_bg.jpg') repeat-x;}
#menu {position:absolute; top:100px; width:100%; left:0%; height:22px; background:url('../images/site/menu_bg.gif') repeat-x; z-index:10; color:#FFF; font-size: 12px; line-height: 11px; padding-left:8px; padding-right:8px; padding-top:5px; padding-bottom:5px}
#menu ul li {float:left; margin-right:10px; list-style:none;}
#menu ul li a {color:#FFF; text-decoration:none;}

/* Content */
.center {width: 700px; margin-left:auto; margin-right:auto; text-align:center;}