/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 120px;
	padding: 0;
	background: #000000 url(images/img1.jpg) top center no-repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h2 {
	font-size: 24px;
	color: #CCCCCC;
}
h3 { font-size: 18px; }

p, ol, ul {
	line-height: 20px;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.image {
	float: left;
	margin: 5px 15px 0 0;
	border: 2px solid #000000;
}

.byline {
	margin: 0;
	padding: 0 0 0 5px;
	background: #666666;
	font-size: 9px;
	color: #000000;
}

/* Header */

#header {
	width: 600px;
	height: 112px;
	margin: 0 auto;
	background: url(images/img2.jpg);
	border: 0px solid #000000;
}

#header h1 {
	float: left;
	padding: 40px 0 0 35px;
	font-size: 36px;
	color: #CCCCCC;
}

#header h2 {
	float: right;
	padding: 95px 5px 0 0;
	font-size: 11px;
}

#header a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	color: #CCCCCC;
}

/* Menu */

#menu {
	width: 600px;
	height: 30px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 26px;
	padding: 4px 0 0 0;
	background: url(images/img3.png);
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #999999;
}

#menu a:hover, #menu .active a {
	background: url(images/img4.png);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 592px;
	margin: 0 auto;
	background: url(images/img5.png) repeat-y;
	border: 4px solid #000000;
}

#content2 {
	width: 592px;
	margin: 0 auto;
	background: url(images/img8.png) repeat-y;
	border: 4px solid #000000;
}

#colOne {
	float: left;
	width: 130px;
	padding: 15px;
}

#colOne h3 {
	margin: 5px 0 10px 0;
	color: #CCCCCC;
}

#colOne ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colOne a {
	color: #666666;	
}

#colTwo {
	float: right;
	width: 381px;
	padding: 25px;
}

#colTwo a {
	color: #CCCCCC;
	font-size: large;
}

#colTree {
	float: left;
	width: 562px;
	padding: 15px;
}

#colTree a {
	color: #CCCCCC;
	font-size: large;
}

/* Footer */

#footer {
	width: 600px;
	
	margin: 0 auto;
	background: #000000 url(images/img7.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding: 0 0 46px 0;
	text-transform: lowercase;
	text-align: center;
	font-size: 9px;
	color: #CCCCCC;
}

#footer a {
	color: #786E50;
}
