/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #000000;
	text-align: justify;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-size: small;
	text-align: justify;
	color: #006600;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
	width: 700px;
	margin: 0 auto;
	color: #006600;
}

#header h1 {
	float: left;
	margin: 0px 0 0 0px;
	font-size: 50px;
	letter-spacing: -7px;
}

#header h2 {
	float: right;
	margin: 40px 20px 0 0;
	font-size: 18px;
	letter-spacing: -2px;
}


a {
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #006600;
	text-decoration: none;
}

/* Menu */

#menu1 {
	float: left;
	width: 120px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #006600;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 150px;
	padding: 15px 0px;
	background-color: #e9eae2;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #B5B5B5;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #cc0000 ;
}

#info p {
	font-weight: bold;
	font-size: 16px;
	color: #cc0000 ;
}

#menu1 a {
	
	text-align: center;
	text-decoration: none;
	
	font-weight: bold;
	color: #cc0000 ;
}


/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding-top: 10px;
	border: 10px solid #FFFFFF;
	border-top: none;
	background: #E9EAE2;
}

#colOne {
	float: left;
	width: 150px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}

#colTwo {
	float: right;
	margin-top: 20px;
	width: 480px;
	padding: 0 20px 0 20px;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #006600;
}

#content h3 {
	margin-bottom: 2;
	font-size: 18px;
	letter-spacing: -1px;
	color: #006600;
}

#content h4 {
	margin-bottom: 2;
	font-size: 20px;
	letter-spacing: +1px;
	color: #006600;
}

#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
	color: #e9eae2;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 12px;
}