body {
	margin: 0px 0;
	padding: 0;
	background: #e3eaff url(images/img2.jpg) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #669933;
}

h2 {
	font-size: 1.8em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	text-decoration: none;
	color: #3284B5;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */


#header {
	width: 830px;
	height: 103px;
	margin: 0 auto;
	background: url(images/img1.jpg) no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	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;
}

/* Menu */

#menu {
	width: 830px;
	height: 46px;
	margin: 0 auto;
	background: #37AEF2 url(images/img2.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 31px;
	padding: 15px 20px 0 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: #6699CC;
	color: #FFFFFF;
}

/* Content */

#splash {
	margin: 0 auto;
	background: url(images/img3.jpg) 0 0;
	height: 271px;
	width: 830px;
}

#splash1 {
	margin: 0 auto;
	background: url(images/img8.jpg) 0 0;
	height: 271px;
	width: 830px;
}

#splash2 {
	margin: 0 auto;
	background: url(images/img9.jpg) 0 0;
	height: 271px;
	width: 830px;
}

#page {
	width: 830px;
	min-height: 610px;
	margin: 0 auto;
	background: #FFF;
	}

#content {
	width: 830px;
	margin: 0 auto;
	background: #FFF;
}

#colOne {
	background: #FFF url(images/img6.jpg) repeat-x;
	float: right;
	width: 135px;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}

#colTwo {
	background: #FFF url(images/img6.jpg) repeat-x;
	float: right;
	width: 400px;
	padding: 20px 10px 0px 10px;
	margin: 0px;
}

#colThree {
	background: #5288be url(images/img4.jpg) repeat-x;
	color: #FFF;
	float: right;
	height: 600px;
	width: 255px;
	padding: 10px 10px 0px 10px;
	margin: 0px;
}

#colThree h2, #colThree h3 {
	color: #FFF;
}

/* Footer */

#footer {
	text-align: center;
	clear: both;
	width: 830px;
	height: 20px;
	margin: 0 auto;
	padding:  20px 0px;
	background: #003333;
	font-size: smaller;
}

#footer * {
	color: #e3eaff;
}