/*
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: #000000;
	font: small "Candara", "Helvetica", sans-serif;
	}

h1, h2, h3 {
	color: #3300FF;	
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

h5 {
	margin: 0;
	font-size: 1.2em;
	color:#3300FF
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	border-bottom: 1px #CCCCCC;
	text-decoration: none;
	color: #0099FF;	
}

a:hover {
	border: none;
}

a:visited {
	color:#6600FF;
}

img {
	border: none;
}

/* Header */

#header {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	background: url(images/IMG_7744_banner.JPG) no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 140px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
	color: #FFFF00
}

/* Menu */

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	background: url(images/img4_white.gif);
	font-size: .75em;
}

#colOne {
	float: right;
	width: 160px;
	padding: 20px 10px 0 10px;
}

#colTwo {
	float: right;
	width: 425px;
	padding: 20px 10px 0 10px;
}

#colThree {
	float: left;
	width: 120px;
	padding: 10px;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #666666;
}