* {
margin: 0;
padding: 0;
}

body {
background: #91acbc url("back.png") repeat-y center;
text-align: center;
font: normal 12px/18px georgia, verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 0px;
}

a {
color: #666;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #ccc;
}

#header {
width: 800px;
height: 283px;
background: #000 url("hatBanner.png") no-repeat;
background-position: top right;
}

#wrapper {
width: 800px;
/*background: #fff url("images/sidebar.gif") repeat-y;*/
background-position: 0 0;
border-left: solid 10px #fff;
border-right: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

h1 {
text-align:right;
width: 780px;
height: 30px;
background-color: #333;
margin: 216px 1px 1px 0;
float: left;
font: bold 24px arial, verdana, tahoma, sans-serif;
font-style: italic;
padding: 0px 10px;
color: #fff;
cursor: default;
}


h2 {
width: 310px;
height: 33px;
background-color: #333;
float: left;
font: bold 30px arial, verdana, tahoma, sans-serif;
font-style: italic;
padding: 1px 0px 3px 30px;
color: #fff;
cursor: default;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 150px;
float:left;
}

#nav li a {
color: #fff;
font: normal 10px verdana, arial, tahoma, sans-serif;
display: block;
width: 143px;
height: 20px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 7px;
padding-top:7px;
text-decoration: none;
}

#nav li a:hover {
background-color: #333;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 148px;
float: left;
position: relative;
border-top: 1px solid #fff;
font: normal 10px verdana, arial, tahoma, sans-serif;
}

img {
border: none;
}

a img {
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}

#content {
float: left;
width: 600px;
margin: 10px 0 0 10px;
}

p {
font-family:Georgia,Verdana,Geneva,Arial,Helvetica,Helve,Sans-serif;
font-size:10pt;
line-height:1.6em;
margin-bottom: 20px;
}

p:first-line {
font-weight: bold;
}

#footer {
text-align: center;
clear: both;
width: 600px;
margin-left: 163px;
}

