/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #A6A6A6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#navigation {display: none}
div#coltwo {display: none}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote {
	font-size: small;
	line-height: 160%;
}

a {
	color: #67823B;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 230px;
	margin: 0 auto;
	background: url(images/img1.jpg) no-repeat center center;
	border-top: 10px solid #000000;
	border-bottom: 5px solid #000000;
}

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: bold 22px Verdana, Arial, Helvetica, sans-serif;
	color: #BE3329;
}

#header h1 {
	float: left;
	padding: 180px 0 0 10px;
}

#header h2 {
	float: right;
	padding: 180px 10px 0 0;
}

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
	background: url(images/img2.jpg);
	border: 2px solid #a6a6a6;
}

#colOne {
	float: left;
	width: 509px;
	padding: 15px;
}

#colTwo {
	float: right;
	width: 199px;
	padding: 10px;
}

/* Content > ColOne */

/* Content > ColTwo */

#colTwo h2 {
	font-size: 1.2em;
	color: #FFFFFF;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	margin-bottom: 1em;
	color: #FFFFFF;
}

#colTwo li li {
	margin-bottom: 0;
	padding-left: .75em;
}

#colTwo a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	background: #1C1F27;
}

#footer * {
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: x-small;
}
/*Upper navigation bar (from another source)
*/

#navigation 
{font-size: 8pt; 
margin: 0 auto;
font-weight: bold; 
width: 760px;
border-bottom: 5px solid #000000;}

ul#navigation 
{font-size: 9pt; 
font-weight: bold; 
padding: 0; 
margin-bottom:2px; 
background-color: #1C1F27; 
float: left;}

ul#navigation li 
{display: inline; }

ul#navigation li a 
{padding: .25em 1em; 
text-decoration: none; 
float: left; }

ul#navigation li a:hover 
{background-color: #CCCCCC;}
