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

body {
	background: #004400;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #000000;
	overflow: scroll;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
	width: 700px;
	margin: 0 auto;
	color: #eeffaa;
}

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

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

/* Menu */

#menu1 {
	float: left;
	width: 160px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #ff0000;
}

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

#menu1 li {
}

#menu1 a {
	display: block;
	width: 190px;
	padding: 10px 0px;
	background-color: #e8eb8a;
	border-top: 1px solid #dddd77;
	border-bottom: 1px solid #eeee88;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #004400 ;
}

#menu1 a:hover {
	background-color: #004400;
	border-top: 1px solid #eeee88;
	border-bottom: 1px solid #dddd77;
	color: #e8eb8a;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	border: 10px solid #e8eb8a;
	background: #eeffaa;
}

#colOne {
	float: right;
	width: 190px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}

#colTwo {
	float: left;
	margin-top: 20px;
	width: 440px;
	padding: 0 20px 0 20px;
}

#content h1 {
	display: block;
	float: left;
	width: 700px;
	height: 330px;
	padding-top: 0.1em;
	padding-left: 0.2em;
	background: url("images/img4.jpg") no-repeat;
	text-align: left;
	color: #eeffaa;
	font-size: 36px;
	font-weight: bold;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #004400;
}


#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
	color: #e8eb8a;
}

#footer a {
	color: #eeffaa;
	text-decoration: none;
}

#footer a:hover {
	color: #e8eb8a;
	text-decoration: underline;
	font-weight: bold;
}

#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
}