body {
text-align: center;
background-color: #63a334;
font-family: georgia,verdana, helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #333;
margin: 0;
padding: 0;
}

h3 {
text-align: center;
}

#header {
width: 100%;
height: 257px;
background: url(images/header2.jpg);
}

#header-logo {
width: 900px;
text-align: center;
margin-left: auto;
margin-right: auto;
}

#container {
width: 900px;
background: url(images/content_bg3.gif) no-repeat;

margin-top: -20px;
text-align: center;
margin-left: auto;
margin-right: auto;
}


.content {
text-align: center;
margin-left: auto;
margin-right: auto;
width: 602px;

}

.content-top {
text-align: center;
margin-left: auto;
margin-right: auto;
width: 602px;
background: url(images/content_top.gif) no-repeat;
}

.content-center {
text-align: center;
margin-left: auto;
margin-right: auto;
width: 602px;
background: url(images/content_center.gif) repeat-y;
min-height: 500px;
}

.content-bottom {
text-align: center;
margin-left: auto;
margin-right: auto;
width: 602px;
height: 32px;
background: url(images/content_bottom.gif) no-repeat;
}

#nav {
width: 900px;
padding: 10px 0 0 26px;
}


.content-l {
float: left;
width: 268px;
padding: 20px 10px 0 20px;
text-align:justify;
}


.content-r{
float: left;
width: 278px;
padding: 20px 10px 0 10px;
text-align: left;
}

#address {
font-size: 16px;
font-weight: bold;
text-align: center;
padding-top: 30px;

}


#footer {
width: 900px;
background: url(images/footer.gif) repeat-x;
color: #333333;
font-size: 10px;
text-align: center;
margin-left: auto;
margin-right: auto;
padding-bottom: 3px;
}

#footer a {
color: #333333;
font-size: 10px;
text-align: center;
}


