body {
font-family:Verdana, Arial, Helvetica, sans-serif;
background:#ccc;
color:#000000;
font-size:12px;
line-height:20px;
margin:0;
}

a {
font-weight:bold;
text-decoration:none;
color:#000;
}

a:hover {
text-decoration:underline;
}

#wrapper {
width:800px;
margin:10px auto;
background:#FFFFFF;
}

.clear {
clear:both;
}

#header {
background:url(../image/header.png) top left no-repeat;
width:800px;
height:117px;
}

#menu {
background:url(../image/bg_menu.png) repeat-x top;
height:37px;
color:#FFF;
font-size:12px;
border:#000 solid 1px;
line-height:35px;
padding: 0 10px;
}

#menu a {
padding:0 10px;
color:#FFF;
}

#content {
background:#fff;
padding:5px;
width:575px;
float:right;
}

h1, h2, h3 {
font-weight:bold;
}

h1 {
font-size:18px;
color:#ff6500;
}

h2 {
font-size:16px;
}

h3 {
font-size:14px;
}

#footer {
background:#666;
height:42px;
text-align:center;
color:#fff;
padding:20px;
}

#footer a {
padding:0 5px;
color:#fff;
}

#leftbar {
width:188px;
background: #FFF url(../image/left_bar.png) right repeat-y;
padding:5px;
float:left;
}

.minheight {
height:300px;
width:1px;
float:right;
}

#contentwrapper {
background:#FFF;
}

.nolist {
list-style:none;
margin:0;
}