body {
font-size: 12px;
font-family: verdana, arial, sans-serif; 
color: #262626; 
background-color: #d3d3d3;
text-align: left; 
font-weight: none;
margin: 0 auto;
}

a:link, a:visited {
color: #262626; 
text-decoration: none; 
font-weight: bold;
}

a:hover {
color: #D3D3D3; 
border-bottom: 1px solid;
background-color: transparent; 
text-decoration: underline;
}

#container {
width: 512px;
margin: 0 auto;
background: url(background.jpg) repeat;
}

#header {
width: 512px;
height: 430px;
background: url(header.jpg) no-repeat;
}

#content {
margin-left: 15px;
margin-right: 50px;
margin-top: -215px;
}

ul.nav {
width: 200px;
padding-left: 470px;
margin-left: 0px;
}

.nav li {
list-style-type: none;
}

.nav li a{
padding: 5px;
background-color: #fff;
border-bottom: 1px solid #fff;
border-top: 1px solid #fff; 
color: #262626;
display: block;
}

.nav li a:hover {
background-color: #d3d3d3;
color: #fff;
text-decoration: none;
}

h1 {
font-size: 0.8em;
text-transform: uppercase;
background-color: #d3d3d3;
padding: 5px;
}

h2 {
font-size: 0.8em;
text-transform: uppercase;
letter-spacing:0.1em;
}


input, textarea, select, input {
border: 1px solid #000; 
font-family: verdana, arial, sans-serif; 
font-size: 12px; 
color: #262626; 
background-color: transparent;}

#footer {
margin-left: 15px;
margin-right: 50px;
}
