body {
background:  url(background.jpg) repeat top left;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 13px;
color: #000;
margin:0 auto;
padding: 0;
text-align: center;
}

img {
border: 2px inset #29443D;
padding: 3px;
margin: 10px;
}

img.nob {
border: 0px;
}

p#small {
font-size: 12px;
}

#wrapper {
background: #fff;
width: 800px;
margin: 0 auto;
padding: 0;
}

#header {
background: url(header.jpg) no-repeat top left;
width: 800px;
height: 204px;
margin: 0;
padding-bottom: 5px;
border-bottom: 4px solid #29443D;

}

h1 {
color: #29443D;
font-size: 18px;
}

h2 {
color: #29443D;
font-size: 16px;
}

h3 {
font-size: 14px;
color: #29443D;
}


h4 {
background: #AEBBB2;
color: #29443D;
font-size: 13px;
font-weight: bold;
}


a:link, a:visited {
color: #29443D;
}

a:hover {
color: #AEBBB2;
}

#left {
background: #fff;
width: 200px;
float: left;
padding: 0;
margin: 0;
margin-top: 10px;
border-right: 4px solid #29443D;
}


#menu a:link, #menu a:visited {
color: #29443D;
background: url(button.gif) no-repeat top center;
font-family: Times New Roman;
font-size: 16px;
font-weight: bolder;
display: block;
line-height: 30px;
padding: 0;
vertical-align:top;
text-decoration: none;
}

#menu a:hover {
color: #000;
background: url(button.gif) no-repeat top center;
text-decoration: none;
font-size: 16px;
font-weight: bolder;
display: block;
line-height: 30px;
padding: 0;
vertical-align: top;
}


#content {
width: 570px;
padding: 10px;
text-align: left;
margin-left: 205px;
}



#footer {
clear: both;
border-top: 4px solid #29443D;
color: #29443D;
margin: 0;
margin-top: 10px;
padding: 10px;
font-size: 11px;
text-align: center;
}

