/*
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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F0F0F0;
	text-align: left;
	white-space: normal;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

h1 { font-size: 34px; }

h2 {
	margin-bottom: 10px;
	padding: 0 0 22px 0;
	font-size: 24px;
	background: #000000 url(images/img3.gif) repeat-x left bottom;
}

h3 {
	font-size: 18px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-weight: normal;
}


p {
	margin-top: 0;
	text-align: justify;
	line-height: 160%;
}
a img { border:none; }


a {
	color: #FFCC00;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x;
}

.list li.first {
	background: none;
}

/* Header */

#header {
	width: 100%;
	height: 100px;
	margin-top: 0;
	padding-right: 0;
	padding-bottom: 10;
	background-position: left bottom;
	background-repeat: repeat-x;
	background-image: url(images/img1.gif);
}
#header img {
	width: 400px;
	height: 64px;
	margin-top: 0;
	padding-right: 0;
	padding-left: 300px;
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}


#header a {
	display: block;
	float: left;
	padding: 0 14px 0 20px;
	background: url(images/img2.gif) no-repeat left center;
	text-decoration: none;
	color: #666666;
}

#header a:hover {

}

/* Content */

#content {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#colOne {
	float: left;
	width: 200px;
	padding-top: 0;
	padding-right: 2;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #D60000;
	margin-top: 10px;
	height: 470px;
	text-align: justify;
	font-style: normal;
}

#colOne h3 {
	margin-top: 14px;
}

#colTwo {
	float: right;
	width: 780px;
	margin-top: 10px;
}
#colTwo img {
	margin-bottom: 10px;
	padding-right: 1px;
	padding-left: 1px;
}


/* Footer */

#footer {
	clear: both;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#footer p {
	background: url(images/img4.gif) repeat-x;
	text-align: center;
	color: #F0F0F0;
	width: 100%;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#footer a {
	color: #D60000;

}

#footer a:hover {
	color: #FFCC00;

}

