body {
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

a {
	color:#333399;
	text-decoration:none;
}

a:hover {
	color:#209229;
	text-decoration:none;
}

#containter {
	width: 960px;	
}

#header {
	float: left;
	width: 960px;	
}

#logo {
	background-image: url(/img/site/logo.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 107px;
	width: 319px;
}

#logo h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	
}
#logo h1 a {
	display: block;
	height: 91px;
	outline: none;
	text-indent: -9999px;
	width:320px;
}

#header2 {
	float: right;
	height:105px;
	width:640px;
}

#photos {
	height: 77px;
	width: 640px;
}

.img-rotate {
	float: left;	
}

#navigation {
	clear:both;
	font-size: 12px;
	text-align:right;
	width: 640px;
	margin-top:5px;	
}

#navigation a {
	border-top: solid #28911A 1px;
	border-bottom: solid #28911A 1px;
	border-right: solid #28911A 1px;
	padding:1px 3px;
	text-decoration:none;
}

#navigation a:hover {
	border-top: solid #28911A 1px;
	border-bottom: solid #28911A 1px;
	border-right: solid #28911A 1px;
	padding:1px 3px;
	text-decoration:none;
}

a.left {
	border-top: solid #28911A 1px;
	border-bottom: solid #28911A 1px;
	border-left: solid #28911A 1px;
}

#container2 {
	clear:both;
	width: 960px;	
}

#content {

	background-color: #fff;
	float:left;
	width: 750px;
}

#content-top {
	background-image: url(/img/site/content-top.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-color: #28911A;
	height: 14px;
	padding: 0;
	width: 750px;
	display: inline-block;
	text-align: right;
	font-size: 10px;
	color: #fff;
	
}

#content-txt {
	padding: 10px;
}

#content-border {
	background-image: url(/img/site/content-bottom.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	border-left: solid #28911A 1px;
	border-bottom: solid #28911A 1px;
	border-right: solid #28911A 1px;
	margin-left: 30px;
}

#footnav {
	font-size: 12px;
	text-align: right;
	width: 750px;
	margin-top: 5px;
}

#sidebar {
	float: left;
	margin-left: 10px;
	width: 190px;
	border: solid #28911A 1px;
	height: 100%;
}


#sidebar-txt {
	padding: 5px;

}

#footer {
	width: 960px;
	height: 20px;
	clear: both;
	padding-top: 10px;
}

#footer #copyright {
	font-size: 10px;
	text-align: left;
	width: 400px;
	height: 20px;
	float: left;
}

#footer #cms {
	width: 400px;
	height: 20px;
	float: right;
	text-align: right;
	font-size: 10px;
}

.clearB {
	clear: both;
}

/* Text */

h2 {
	font-size: 18px;
	color: #209229;
}

h3 {
	font-size: 16px;
	color: #333399;
}

h4 {
	font-size: 14px;
	color: #209229;
}

li {
	padding-bottom: 8px;	
}