body{
    margin:0;
    padding:0;
}
#main{
    background:url('images/home_background.gif') repeat-x;
    height:862px;
    margin:auto;
}

#subpage{
    background:url('images/subpage_bg.gif') repeat-x;
    height:862px;
    margin:auto;
}
#logo_bg{
    background-color:#000;
    width:974px;
    margin:auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#logo_image{
    float:left;
}
#menu_link{
    width:500px;
    float:right;
    margin-top:60px;
}
#menu_link ul{
    margin: 0; padding: 0;
    float: right;
}

#menu_link ul li{
    float: left;
    display: inline;
    color: white;
    padding: 12.5px 3px;
}
#menu_link ul li a{
    float: left; text-decoration: none;
    color: white;
    padding: 0px 11px;
    font-family:verdana;
    font-size:12px;
}
#menu_link ul li a.selected{
    color:#23fe02;
}

#header_image{
   /* background:url('images/header2.png');*/
    width:974px;
    height:334px;
    margin:auto;
    font-size:18px;
   
}
#rounded_bottom{
	background:url('images/rounded2.gif');
	width:978px;
	height:370px;
	margin:auto;
	background-repeat:no-repeat;
}
#text1{
    color:#432501;
    padding-top:130px;
    padding-left:80px;
}
#text2{
    color:#432501;
    padding-top:10px;
    padding-left:90px;
}
#text3{
    color:#432501;
    padding-top:10px;
    padding-left:125px;
}
#text4{
    color:#432501;
    padding-top:10px;
    padding-left:65px;
}
#text5{
    color:#432501;
    padding-top:10px;
    padding-left:135px;
}
#title_content{
    color:#064801;
    font-family:verdana;
    font-size:14px;
	letter-spacing:1px;
}
#content{
	color:#432501;
	font-family:verdana;
	font-size:11px;
	letter-spacing:normal;
	text-align:left;
    
}
#wrapper{
    padding:35px;
}

#rounded_bottoms{
    width:975px;
    margin:auto;
}

#leftside{
    float:left;
    background:url('images/subpage_aboutus.jpg');
	background-repeat:repeat;
    width:295px;
    height:698px;
}
#leftside ul{
    width:230px;
    margin-top:10px;
    margin-left:10px;
    padding:20px 20px;
}
#leftside ul li{
    list-style:none;
}
/*#leftside ul li a{
    color:#432501;
    font-family:verdana;
    font-size:12px;
    text-decoration:none;
    
}
#leftside ul li a.selected{
    color:#064801;
}*/
#leftside ul li {
    color:#432501;
    font-family:verdana;
    font-size:11px;
    text-decoration:none;
	line-height:24px;
 
}
#leftside p.imgright {
	margin-top:2px;
	margin-left:5px;
	margin-right:1px;   
}
#leftside ul li a.selected{
    color:#064801;
	text-decoration:underline;
	font-weight:bold
	
}

a:link { 
	color: #432501;
	text-decoration: none;

}
a:visited { 
	color: #432501;
	text-decoration: none;

}
a:hover {
	color:#064801;
	text-decoration:underline;

} 
#rightside{
    float:right;
    background:url('images/subpage_aboutus2.jpg');
    width:680px;
    height:698px;
}

#rightside p{
    margin:20px;
	margin-right:30px;
	margin-left:30px;
    padding-top:15px;
    font-size:11px;
    font-family:verdana;
    color:#3c3c3c;
}
#small_pics ul{
    width:655px;
    margin-left:-45px;
    
}
#small_pics ul li{
    list-style:none;
    display: inline;
    padding:8px 12px;
}
#small ul li a{
    
}
img.selected{
    border:3px solid #703402;
}
#copyright{
	color:#999999;
	margin-top:0px;
	font-size:9px;
	font-family:verdana;
	height: 110px;
	background-image: url(images/footer_background.gif);
	background-repeat: repeat;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	padding-top:30px;
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#footer{
	color:#999999;
	margin-top:0px;
	font-size:9px;
	font-family:verdana;
	height: 35px;
	background-image: url(images/footer_background.gif);
}
#footer p a{
	color:#999999;
	background-color:inherit;
	font:normal 11px/19px Arial, Helvetica, sans-serif;
	padding:0 7px;
	text-decoration:none;
}
#footer p a:hover{
	color:#D4D4C6;
	background-color:#4d8c14;

