#main
{
width: 880px;
background:white;

}

#left
{
width:700px;
font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
color:balck;
font-size: 12px;
float: left;

}

#left p {
	text-align:justify;
	margin-left: 10px;
	margin-right: 10px;
}

#left h2 {
	text-align:left;
	margin: 0;
	padding-left: 10px;
	padding-top: 15px;
	color: maroon;
	border-bottom: 1px solid #bbb6a0;
}

#right {  
	background:#1A354F;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: CDD3D9; text-decoration: none;
	color:#DE930C;
	font-weight:bold;
	width:180px;
	height:1000px;
	background: url('images/index_26.gif');
	float: right;
	text-align:left;
	padding-left: 15px;
}

#link{
line-height:25px;
text-decoration: none;
}


a:link {
	color: #DE930C;
	text-decoration: none;
}

a:hover {
	color: #DE930C;
	text-decoration: underline;
}

a:visited {
	color: #DE930C;
	text-decoration: none;
}

#top{
	width: 880px;
	background:#b46f38;
	height: 5px;
}
#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:#DE930C;
	text-align:center;
	width: 880px;
	height: 30px;
	background:#1A354F;

}
#footer p{
padding-top: 10px;
}