/*
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: black;
}

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

/* Header */

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

#header h1 { color: white; font-size: 40px; font-weight: normal; font-style: normal; float: left; margin: 0; letter-spacing: -2px; }

#header h2 { color: black; float: right; margin: 40px 20px 0 0; font-size: 18px; letter-spacing: -2px; }


a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

/* Menu */

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

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

#menu1 li { color: black; }

#menu1 a {
	display: block;
	width: 190px;
	padding: 15px 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #b5b5b5;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: black ;
}

#menu1 a:hover {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	color: #ffffff;
}

/* Content */

#content { color: black; width: 700px; margin: 0 auto; padding-top: 10px; background: #e9eae2; border-style: none solid solid; border-width: medium 10px 10px; border-right-color: #ffffff; border-bottom-color: #ffffff; border-left-color: #ffffff; }

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

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

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


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


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