body{
background-image:url(/images/generate_stripes.png);
background-repeat:repeat;
background-color:#333333;
margin:0px;
}
.logohead{
margin:0px;
background-image:url(/images/logo-top.png);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:0px 0px;
height:100px;
width:600px;
}

#topbar {
padding-top:10px;
margin-bottom:30px;
background-image:url(/images/menubar.png);
background-repeat:repeat-x;
height:50px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
font-weight:600;
}
#topbar li, ul{
list-style-type:none;
display:inline;
padding-right:25px;
}

#topbar .search{
float:right;
padding-right:30px;
}

#topbar a {
color:#CCCCCC;
text-decoration:none;
}
#topbar a:hover{
color:#FFFF00;
text-decoration:none;
}

#content {
font: Georgia, Arial, Helvetica, sans-serif;
font-size:0.9em;
color:#333333;
background-image:url(/images/content_bg.png);
background-repeat:repeat;
height: inherit;
width:800px;
padding: 20px 20px 20px 20px;
margin-left:20px;
}

#botmenu {
margin-top:40px;
padding:10px;
margin-bottom:20px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:0.7em;
font-weight:600;
}
#botmenu a {
color:#CCCCCC;
text-decoration:none;
}
#botmenu a:hover{
color:#FFFF00;
text-decoration:none;
}
