/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
/*	background: #6E6E6E;*/

	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: normal;
	color: #333333;
	background: #000000;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}


/* Header */

#header {
	width: 603px;
	height: 179px;
	margin: 25px auto 0 auto;
}


/* Menu */

#menu {
	width: 600px;
	height: 32px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}


#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 26px;
	padding-top: 8px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	font-weight:bold;
	font-size: 12px;
	letter-spacing: 1px;
	background: url('../images/img4.jpg') no-repeat; 
}

#menu .first a {
	background: url('../images/img3.jpg') no-repeat;
}
#menu .last a {
	background: url('../images/img5.jpg') no-repeat;
}

#menu a:hover {
	color:#FFFFFF;
}

/* Content */

#content {
	background: #FFFFFF;
	width: 600px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
	font-size: 10pt;
	font-size: normal;
}


#colOne {
	float: top;
	width: 500px;
	padding-top:40px;
	padding-left: 40px;
	padding-right: 20px;
	height: 150px;
}


#colTwo {
	float: bottom;
	width: 510px;
	margin-top: 10px;
	padding-right: 20px;
	padding-top:0px;
	padding-left: 20px;
}
#content h1 {
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	text-transform: lowercase;
	font-size: 16px;
	color: #2D2D2D;
	border-bottom: 1px dashed #BDBDBD;

}

#content h3 {
	color: #6C6C6C;
}
/* Footer */

#footer {
	width: 600px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 20PX;
	background: #EEEEEE;
}

#footer p {
	margin: 0px;
	padding-top: 2px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}