body {
background: url(img/bg.jpg);   
font-family: arial;
font-size: 12px;
margin: 0;
border: 0;
}
 
input, textarea {
border: 1px solid #858585;
}

a {
color: black;
text-decoration: none;
}

#wrapper{
width: 900px;
margin: 40px auto 0 auto;
}

#c {
overflow: hidden;
width: 898px;
background-color: #FFFFFF;
border-left: 1px solid;
border-right: 1px solid;
background: #ffffff url(img/navbg.jpg) repeat-y
}

#header {
background: url(img/header.jpg);
width: 900px;
height: 128px;
}

#nav {
text-transform: uppercase;
padding: 20px 0 0 20px;
overflow: hidden;
}

#nav ul{
margin: 0;
padding: 0;
}

#nav  ul li{
list-style: none;
}

#nav ul li a{
float: left;
margin-right: 10px;
padding-right: 10px;
background: url(img/navborder.gif) right repeat-y;
line-height: 20px;
font-weight: bold;
color: #858585;
}

#left {
float: left;
width: 173px;
}

#left ul{
margin: 0;
padding: 0;
}

#left ul li{
list-style: none;
}

#left a {
display: block;
width: 173px;
text-align: center;
background: url(img/bgnavitem.jpg) repeat-x bottom;
line-height: 26px;
color: #9f9d8f;
}

#left a:hover {
background: url(img/hover.jpg) repeat-x;
}

#right {
float: left;
padding: 15px;
width: 695px;
text-align: justify;
background: white;
}

#right p {
padding-bottom: 10px;
}

#right ul {
padding-left: 15px;
}
#footer {
clear: both;
width: 900px;
height: 9px;
background: url(img/footer.jpg) repeat-x;
}

h2 {
top: 0;
font-size: 20px;
margin: 0;
padding: 0;
}