/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E7E7E7;
}

h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

h1 { /*font-size: 34px;*/ 
	 margin-bottom: 10px;
	 padding: 0 0 22px 0;
	 font-size: 24px;
	 background: #000000 url(images/space.jpg) repeat-x left bottom;}

h2 {
	margin-bottom: 10px;
	padding: 0 0 22px 0;
	font-size: 24px;
	background: #000000 url(images/space.jpg) repeat-x left bottom;
}

h3 {
	padding: 0 0 10px 0;
	font-size: 18px;
	text-decoration:underline;
/*	background: #000000 url(images/space.jpg) repeat-x left bottom;*/
}

h4 {
	padding: 0 0 10px 0;
	font-size: 18px;
	}

p {
	margin-top: 0;
	text-align: justify;
	line-height: 160%;
}

a {
	color:#7D1212;/*#A34140*/
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color:#FFFFFF;

}

.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding: 5px 0;
	display:block;
	margin-top:0;
	padding-left: 10px;
/*	background: url(images/img5.gif) repeat-x;*/
	background:url(images/navbg.png); /*left repeat-x;*/
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	font-weight:600;
}

.list li.first {
	background: none;
}

/* Header */

#header {
	width: 703px;
	margin: 30px auto;
	padding: 30px 0 0 13px;
	height: 80px;
	background: url(images/space.jpg) repeat-x left bottom;
}

#header h1 {
	float: left;
}

#header h2 {
	display: none;
}

#header ul {
	float: right;
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}


#header a {
	display: block;
	float: left;
	padding: 10px 14px 0 10px;
/*	background: url(images/img2.gif) no-repeat left center; */
	text-decoration: none;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#header a:hover {
/*	text-decoration: underline; */
}

#header .first a {
	background: none;
}

/* Content */

#content {
	width: 694px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 175px;
	padding: 0 0 0 21px;	}

	
#colOne h3 {
	margin-top: 14px;
}

#colTwo {
	float: right;
	width: 430px;
	padding: 0 29px 0 0;
}

/* Footer */

#footer {
	clear: both;
	width: 694px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#footer p {
	padding: 20px 0 0 0;
/*	background: url(images/img4.gif) repeat-x;*/
	background: url(images/space.jpg) repeat-x left bottom;
	text-align: center;
	color: #8A8A8A;
}

