/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
html {background: white;}
	

body {
	background: black;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Tahoma", Times, serif;
	color: #FFFFFF;
}

h1 { font-size: 34px; }

h2 {
	margin-bottom: 10px;
	padding: 0 0 22px 0;
	font-size: 24px;
	background: #000000 url(images/.gif) repeat-x left bottom;
}

h3 {
	padding: 0 0 22px 0;
	font-size: 13px;
	background: #000000 url(images/img3.gif) repeat-x left bottom;
}

p {
	margin-top: 0;
	text-align: justify;
	line-height: 160%;
}

a {
	color: #FE4E00;
}

a:hover {
	text-decoration: none;
}

.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding: 5px 0;
	background: #FFEE4A;
}

.list li.first {
	background: #FFEE4A;
}

/* Header */

#header {
	width: 700px;
	margin: 0 auto;
	padding: 150px 0 0 5px;
	height: 80px;
	background: url(images/chrom2.jpg) no-repeat left bottom;
}



}

#header li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	padding: 0 14px 0 20px;
	
	text-decoration: none;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: red;
}





/* Content */

#content {
	width: 694px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 150px;
	padding: 0 0 0 15px;
}

#colOne h3 {
	margin-top: 5px;
}

#colTwo {
	float: right;
	width: 394px;
	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: black;
	text-align: center;
	color: black;
}
