/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px 0;
	padding: 0;
	background: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote {
	font-size: small;
	line-height: 160%;
}

a {
	text-decoration: none; color: #67823B;
}

a:hover {
	text-decoration: underline;
}

a:active { 
	text-decoration: none; color: #67823B;

}


/* Header */

#header {
	width: 890px;
	height: 260px;
	margin: 0 auto;
	background: url(images/img1.jpg) no-repeat center center;
	border-top: 2px solid #000000;
	border-bottom: 4px solid #000000;
}

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 10px;
}

#header h2 {
	float: right;
	padding: 120px 10px 0 0;
}


/* Content */

#content {
	width: 890px;
	margin: 0 auto;
	background: url(images/img3.gif);
	border: 0px solid #999999;
}

#colOne {
	float: left;
	width: 599px;
	padding: 20px;
}

#colTwo {
	float: right;
	width: 209px;
	padding: 20px;
}

/* Content > ColOne */

/* Content > ColTwo */

#colTwo h2 {
	font-size: medium;
	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: 1em;
}

#colTwo a {
	color: #FFFFFF;
}

#colTwo a:link { 
	text-decoration: none; color: #FFFFFF;
}
    	
#colTwo a:visited { 
	text-decoration: none; color: #FFFFFF;
}

#colTwo a:active { 
	text-decoration: none; color: #FFFFFF;
}
    	
#colTwo a:hover { 

	text-decoration: underline; color: #FFFFFF;
	
}


/* Footer */

#footer {
	width: 892px;
	margin: 0 auto;
	background: #000000;
}

#footer * {
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: x-small;
}
