#logo{
width: 880px;
margin:0px;
border:1px solid #8f5a16;
background:#ce9f75;

}

#main
{
width: 880px;
background:white;

}

#left
{
width:713px;
font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
color:balck;
font-size: 13px;
margin-left: 10px;
margin-right: 10px;
float: right;

}

#left p {
	text-align:justify;
}

#left list {
	text-align:justify;
	margin-left: 20px;
}

#left h2 {
	text-align:center;
	margin: 0;
	
	padding-top: 10px;
	color: red;
	border-bottom: 1px solid #bbb6a0;
}

#left h3 {
	text-align:left;
	margin: 0;
	
	padding-top: 10px;
	color: blue;
	border-bottom: 1px solid #bbb6a0;
}

.quote {
	text-align:justify;
	color:red;
}

.quote a:link{
	color:blue;
}
.quote a:visited{
	color:blue;
}
.quote a:link{
	color:blue;
}
.quote a:hover {
	color:blue;
}





#right {  
	background:#1A354F;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: CDD3D9; text-decoration: none;
	color:white;
	/*font-weight:bold;*/
	width:127px;
	height:800px;
	background: url('images/green_bg.gif') repeat-y;
	float: left;
	text-align:left;
	
}

.sub
{
padding-left: 22px;
text-align:left;
line-height:20px;
}
text-decoration: none;
}


a:link {
	color: white;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:visited {
	color: white;
	text-decoration: none;
}

#top{
	height: 5px;
	width: 880px;
	background:#88b22c;
}
#bottom{
	width: 880px;
	background: url('images/index_33.gif');
}


#footer{
    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: CDD3D9; text-decoration: none;
	color:white;
	text-align:center;
	width: 880px;
	height: 30px;
	background:#88b22c;

}
#footer p{
padding-top: 10px;
}