/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	background: #405152 url(images/img1_1.gif);
	text-align: justify;
	font-family: "Comic Sans MS",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #407338;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: "Comic Sans MS"Arial, Helvetica, sans-serif;
	color: #397513;
}

h3 {
	font-size: 1.3em;
	padding-top: .4em;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a {
	color: #397513;
}

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


img { border: 6px solid #ffff99; 
		
}

.img1 {
	float: left;
	margin: 3px 15px 10px 0px;
}

/* Menu */

#menu {
	width: 700px;
	height: 40px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 138px;
	height: 28px;
	padding: 12px 1px 0 1px;
	background: #a8a865 url(images/img3_1.gif) no-repeat center top;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Comic Sans MS, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #407338;
}

#menu a:hover, #menu .active a {
	color: #1E9618;
}

/* Header */

#header {
	width: 700px;
	height: 161px;
	margin: 0 auto;
	padding: 0px;
	background: #a8a865 url(images/newbanner.jpg);
	border-top: 0px solid #E6F0E7;
	border-bottom: 0px solid #E6F0E7;
	border-top: none;
}

#header * {
	text-transform: uppercase;
	text-decoration: none;
}

#header h1 {
	float: left;
	font-size: 2em;
	font-family: 
}

#header h2 {
	float: right;
	padding-top: .25em;
	font-size: 1.6em;
}
#header #logo{
	
}
#header #logo img{
	border: 0;
	margin-left: 15px;
	margin-top:6px;
}

/* Content */

#content {
	width: 660px;
	margin: 0 auto;
	padding: 20px;
	background: #405152 url(images/img2_1.gif);
	border-bottom: 2px solid #E6F0E7;
	border-top: none;
}

#colOne {
	float: left;
	width: 660px;
}

#colTwo {
	float: right;
	width: 0px;
}

/* Footer */

#footer {
	width: 700px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	font-size: smaller;
	background: #a8a865 url(images/img3.gif) no-repeat center top;
	}
	
#footer a:hover, #footer .active a{
	color: #1E9618;
	}
	
	

