body {
background: #008000;
margin: 0 auto;
}

#container {
background: #fff;
color: #000;
width: 820px;
margin:0 auto;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
border-right: 2px solid #FF6600;
border-left: 2px solid #FF6600;
}

#container a {
color: #0066FF;
text-decoration: underline;
}

#container a:hover {
color: #0066FF;
text-decoration: underline;
}

#header {
background: url(../images/header.gif) no-repeat;
width: 820px;
height: 150px;
position: relative;
border-bottom: #FF6600 3px solid;
}

#logo {
width: 250px;
height: 130px;
position: absolute;
left: 20px;
top: 8px;
}

#content {
background: #fff;
width: 605px;
height: inherit;
min-height: 400px;
margin-left: 185px;
padding-left: 20px;
padding-bottom: 10px;
}

#content p{
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
margin-bottom: 15px;
}

img.floatLeft { 
float: left; 
margin-top: 10px; 
margin-left: 5px;
margin-right: 20px;
margin-bottom: 15px; }

img.floatRight { 
float: right; 
margin-top: 10px; 
margin-right: 5px;
margin-left: 15px;
margin-bottom: 15px; }

#menu {
width: 180px;
height: inherit;
float: left;
margin: 0;
} 

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a {
color: #fff;
background: url(../images/menudf.gif) no-repeat 0 50%;
text-decoration: none;
font-weight: bold;
display: block;
padding: 5px;
margin-top: 1px;
margin-bottom: 1px;
}

#menu a:hover {
color: #fff;
background: url(../images/menuac.gif) no-repeat 0 50%;
text-decoration: none;
text-align: right;
border-right: 2px solid #008000;
display: block;
padding: 5px;
}

h1 {
color: #000;
font-size: 22px;
margin-bottom: 15px;
text-align: center;
}

h1 span {
color: #008000; 
}
	  
h2 {
color: #000;
font-size: 22px;
margin-bottom: 15px;
text-align: center;
}

h3 {
color: #000;
font-size: 22px;
margin-bottom: 15px;
text-align: center;
}

#footer
{
color: #fff;
background: #000;
width: 820px;
height: 35px;
clear: both;
text-align: center;
border-top: #FF6600 2px solid;
padding-top: 15px;
}
