/* Layout, Init */
* {margin:0; padding:0;}
body, html {font-size:101%; font-family:Arial, Helvetica, sans-serif; margin:0 auto; text-align:center;}

#container {margin: 0 auto; text-align:left; width:890px;}
#inner {min-height:540px; width:890px; margin-top:15px; clear:both;}
#head {width:890px; height:131px;}
#navi {width:890px; height:20px;}
#content {position:relative; float:left; width:505px; margin: 0 10px; padding:5px; min-height:520px; border-left: 1px dotted #ccc; border-right: 1px dotted #ccc;}
#left {float:left; width:175px; border-top:1px solid #fff;}
#right {float:left; width:175px; border-top:1px solid #fff;}
#footer {border-top: 1px dotted #ccc; width:890px: height:45px; margin-top:10px;}
#footer ul {float:right; list-style:none;}

.clr {height:0; clear:both;}