
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px;
	padding: 0;
	background: #000000 url(images/img1.jpg);
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #311c45;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #311c45;
}

h2 { font-size: 24px; }
h3 { font-size: 18px; }

p, ol, ul {
	line-height: 20px;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.image {
	float: left;
	margin: 10px 15px 0px 130px;
	border: 4px solid #000000;
	text-align: center;
	width: 50%;

}

.byline {
	margin: 0;
	padding: 0 0 0 5px;
	background: #645B43;
	font-size: 9px;
}

/* Header */

#header {
	width: 592px;
	height: 112px;
	margin: 0 auto;
	background: url(images/img2.jpg);
	border: 4px solid #000000;
}

#header h1 {
	float: left;
	padding: 40px 0 0 20px;
	text-transform: uppercase;
	font-size: 36px;
	color: #ACA283;
}

#header h2 {
	float: right;
	padding: 95px 5px 0 0;
	font-size: 11px;
}

#header a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	color: #ACA283;
}

/* 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.jpg);
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #aea1b8;
}

#menu a:hover, #menu .active a {
	background: url(images/img4.jpg);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 592px;
	margin: 0 auto;
	background: #887797;
	border: 4px solid #000000;
	
}

#colOne {
	float: left;
	width: 166px;
	padding: 20px;
}

#colOne h3 {
	margin: 5px 0 10px 0;
	color: #a591b5;
}

#colOne ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colOne a {
	color: #a591b5;
}

#colTwo {
	float: right;
	width: 346px;
	padding: 20px;
}

#colThree {
	float: left;
	padding: 30px;
	text-align: center;
	width: 90%;
	margin: auto;
	line-height: 0.5;
}

#colThree a {
	color: #472856;
	font-weight: bold;
}

/* Footer */

#footer {
	width: 600px;
	margin: 0 auto;
	background: #000000;
}

#footer p {
	margin: 0;
	padding: 0 0 4px 0;
	text-transform: lowercase;
	text-align: center;
	font-size: 9px;
	color: #63566f;
}

#footer a {
	color: #776487;
}

#contact p {
	color: #a591b5;
}

#imgtext img {
	padding: 0px 0px 0px 0px;
}