*{
	margin:0;
	padding:0;}
body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-size:11px;
	background: #7da033;
	font-family:Tahoma, Geneva, sans-serif;
}
.png{
	behavior: url(iepngfix.htc);
}
h1{
	font-size:24px;
	color:#3a644b;
	font-weight:normal;
	margin-bottom:10px;
}
p{
	margin-bottom:20px;
}
a{
	color:#275c49;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
#container { 
	margin: 0 auto; 
	text-align: left;
	min-width:1000px;
	max-width:1100px;

} 


#container .content {
	background:url(../media/images/content-center.png) repeat-y;
}

#container .content .top-bg {
	background:url(../media/images/content-top.png) no-repeat;

}

#container .content .top-bg .bottom-bg {
	background:url(../media/images/content-bottom.png) no-repeat bottom left;
	width:100%;
}

#header {
	width:100%;
	height:445px;
	background:url(../media/images/header.jpg) no-repeat;
} 
#header .logo {
	display:block;
	background:url(../media/images/logo-clear.jpg) no-repeat;
	width:230px;
	height:133px;
	position:absolute;
	top:35px;
	margin-left:20px;
}
#header .top-menu {
	background:url(../media/images/top-menu.gif) no-repeat;
	width:191px;
	height:15px;
	position:absolute;
	top:66px;
	margin-left:268px;
}

#header .top-menu a {
	display:block;
	height:15px;
	width:15px;
	float:left;
	margin-right:47px;
}



#sidebar1 {
	width:25%;
	float:left;
}
#sidebar1 .text {
	padding:20px 0 20px 42px;
}
#sidebar1 .text .menu {
}
#sidebar1 .text .menu ul {
	list-style:none;
}
#sidebar1 .text .menu ul li {
}
#sidebar1 .text .menu ul li a {
	background:url(../media/images/dash.gif) no-repeat 7px 13px;
	color:#3a644b;
	font-size:11px;
	display:block;
	width:203px;
	padding:7px 7px 7px 20px;
}
#sidebar1 .text .menu ul li a:hover {
	background:url(../media/images/dash-hover.gif) no-repeat #4bb5fc 7px 13px;
	color:#fff;
}




#mainContent {
	width:72%;
	float:left;
}
#mainContent .text {
	padding:30px 73px 0 73px;
	
}
#footer {
	height:180px;
	background:url(../media/images/footer-bg.png) repeat-x;
} 
#footer .copy {
	width:284px;
	float:left;
	color:#FFF;
	padding:36px 0 0 56px;
}
#footer .copy a{
	color:#FFF;
}
#footer .photos {
	width:619px;
	float:left;
	padding-top:20px;
	
}
#footer .photos img {
	margin-right:35px;
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
