﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #191919 url(images/img1.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
}

/* Header */

#header {
	width: 700px;
	height: 100px;
	margin: 0 auto;
	background: url(images/img2.gif);
}

#header * {
	margin: 0;
	padding: 0;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	margin-bottom:14px;
	font-size: 32px;
}

#header h2 {
	font-size: 22px;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Column One */

#colOne {
	float: left;
	width: 470px;
}

#colOne h2 {
	margin-top: 0;
	margin-left:5px;
	font-size: 22px;
	color: #CCCCCC;
}
#colOne h3 {
	text-align: justify;
	margin-top: 0;
	margin-left:5px;
	font-size: 14px;
	color: #CCCCCC;
}
#colOne a {
	font-size:16px;
	text-decoration:underline;
	color: #F2900B;
}

#colOne p {
	line-height: 200%;

}
#colOne img {
	margin-right:18px;
	border-width:0px;

}
/* Column Two */

#colTwo {
	float: right;
	width: 200px;
	background: #111111;
}

#colTwo ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#colTwo li {
	margin-bottom: 20px;
	background: url(images/img3.gif) repeat-x;
}

#colTwo li li {
	margin-bottom: auto;
	background: none;
}

#colTwo li ul {
	padding-top: 0;
	padding-left: 20px;
	list-style: square inside;
}

#colTwo h2 {
	height: 25px;
	padding: 10px 0 0 10px;
	background: url(images/img4.gif) no-repeat right top;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .8em;
	color: #F2900B;
}
#colTwo a {
	border-bottom: 1px dotted #7D9412;
	text-decoration: none;
	color: #F2900B;
}

#colTwo a:hover {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Footer */

#footer {
	clear: both;
	width: 160px;
	height: 20px;
	margin: 0 auto;
	padding: 10px 0 0 550px;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 11px;
}
#footer a {
	border-bottom: 1px dotted #7D9412;
	text-decoration: none;
	color: #F2900B;
}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}
