/*
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: #786E50 url(images/img1.gif);
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

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

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

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

p {
	font-size: 14px;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

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

.byline {
	margin: 0;
	padding: 0 0 0 5px;
	background: #645B43;
	font-size: 9px;
}

/* Header */

#header {
	width: 592px;
	height: 251px;
	margin: 0 auto;
	background: url(images/hcm.jpg);
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 4px;
	border-right-color: #000000;
	border-right-style: solid;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 4px;
}

#header h1 {
	float: none;
	padding: 0px 85px 0px 60px;
	text-transform: uppercase;
	font-size: 56px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
}

#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;
}

#header2 {
	width: 592px;
	height: 160px;
	margin: 0 auto;
	background: url(images/hcm.jpg);
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 4px;
	border-right-color: #000000;
	border-right-style: solid;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 4px;
}

#header2 h1 {
	float: none;
	padding: 20px 85px 0px 60px;
	text-transform: uppercase;
	font-size: 56px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
}

/* 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: 180px;
	height: 26px;
	padding: 4px 0 0 0;
	background: url(images/img3.gif);
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #ACA283;
}

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

/* Content */

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

#colOne {
	float: left;
	width: 160px;
	padding: 20px;
}

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

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

#colOne li {
	display: inline;
}

#colOne  a {
	display: block;
	float: none;
	width: 165px;
	height: 26px;
	padding: 4px 0px 0 0;
	background: url(images/img3.gif);
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #ACA283;
}

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



#colTwo {
	float: right;
	width: 346px;
	padding: 20px;
}

/* 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: #3C3728;
}

#footer a {
	color: #786E50;
}

