body {
background: #efefef;
padding: 20px;
margin: 0px;
}

div, p {
padding: 0px;
margin: 0px;
border: none;
font-family: Verdana;
}

p {
padding: 10px;
}

h1, h2, h3, h4 {
font-family: Verdana;
color: #f23;
font-size: 35px;
text-align: center;
}

h2 {
font-size: 28px;
text-decoration: underline overline;
color: #000;
text-align: left;
margin-bottom: 50px;
}

h3 {
font-size: 20px;
text-decoration: underline;
color: #000;
text-align: right;
margin-right: 50px;
}

#container {
width: 1000px;
margin: 0px auto;
border: 2px solid #000;
min-height: 400px;
background: #fff;
}

#nav {
border-right: 2px solid #000;
min-height: 400px;
background: #fff;
width: 200px;
float: left;
}

#content {
width: 790px;
float: right;
}


.sitewrap {
margin: 20px auto;
width: 750px;
background: #f3f3f3;
padding: 10px;
}

.sitewrap .left {
float: left;
width: 350px;
}

.sitewrap .thumbleft {
float: left;
width: 260px;
}

.sitewrap .right {
float: right;
width: 370px;
}

.sitewrap .descright {
float: right;
width: 470px;
}

.clear {
clear: both;
}

a, a:visited {
font-size: 18px;
color: #00f;
}

a:hover {
color: #f00;
}

a.nav, a.nav:visited {
font-size: 12px;
}

a IMG, a:visited IMG {
border: none;
}