/* Reset */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td
{
margin: 0; padding: 0; border: 0; outline: none;
}

body
{
line-height: 1;
}

h1, h3, h4, h5, h6
{
font-size: 18px;
margin: 20px 0;
text-transform:capitalize;
font-style:italic;
color: #52983a;
}
h2
{
font-size: 14px;
margin: 10px 0;
padding-bottom:5px;
text-transform:capitalize;
font-style:italic;
color: #666666;
width:980px;
display:block;
border-bottom:#666666 1px solid;
}
td {
font-size: 9px;
margin: 4px 0;
text-transform:lowercase;
font-style:italic;
color: #333333;
}

ul, ol
{
list-style: none;
}

a
{
color: #52983a;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}
.clear {
clear:both;
}
/* End of Reset */


body {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #666666;
background-color: #FFFFFF;
}
p {
font-size:12px;
line-height:18px;
}
#wrapper {
margin:0px auto;
padding:0;
width:980px;
min-height:500px;
text-align:center;
background-color:#FFFFFF;
}
#header {
margin:0;
padding:0;
width:980px;
height:113px;
text-align:left;
float:left;
border-bottom:#89ce71 1px solid;
}
#logo a {
width:240px;
height:113px;
background:url(images/logo.gif) no-repeat;
display:block;
float:left;
}
#menu {
display:block;
float: right; 
}
#menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu li {
display: block; 
margin-left: 3px;
float: left; 
padding: 0px;
font-size: 14px;
text-transform:lowercase;
letter-spacing:1px;
}
#menu li a {
display: block;
height:13px;
padding: 73px 0 0 25px;
color: #52983a;
font-style:italic;
text-decoration: none;

}
#menu a:hover {
text-decoration:none;
color:#333333;
}
#footer {
width:980px;
margin: 10px 0 0 0;
padding: 10px 0;
display:block;
float:left;
border-top:#89ce71 1px solid;
font-style:italic;
}
#content {
width:980px;
margin: 10px 0 0 0;
display:block;
float:left;
}
#text {
width:600px;
margin:0 80px 0 0;
display:block;
float:left;
text-align:left;
}
#photo {
width:300px;
margin:0;
display:block;
float:right;
}
