/*
Copyright 2006 Sparkle and Sari Lehtinen
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color:  #3A702E;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
	
}
h4, h5 {
	color:  #00000;
}
h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.2em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #3284B5;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 1000px;
	height: 10px;
	margin: 0 auto;
	
	
}



/* Menu */

#menu {
	width: 1000px;
	height: 41px;
	margin: 0 auto;
	background: #415B40;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	color: #FFFFFF;
}

/* Content */

#content {
	width: 1000px;
	margin: 0 auto;
	

}
#colA {
	float: right;
	width: 200px;
	padding: 20px 10px 0 10px;
}

#colB{
	float: right;
	width: 400px;
	padding: 20px 10px 0 10px;
}

#colC {
	float: right;
	width: 260px;
	padding: 10px;
	
}

/* Footer */

#footer {
	width: 750px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: smaller;
}

#footer * {
	color: #415B40;
}