html {
	
	background: #ffffff url(../img/background2.jpg) repeat-x;
}

body {
	color: white;
	font-family: helvetica, arial, sans-serif;
}

/* GENERAL STYLES */

a {
	color: black;
}

a.button {
	position: relative;
	background: #5e7285;
	padding: 6px 9px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #a3b5d4;
	text-decoration: none;
	text-shadow: 0 1px 0 black;
	font-size: 13px;
	font-weight: bold;
	-moz-box-shadow: 0 0 1px black;
	-webkit-box-shadow: 0 0 1px black;
}

a.button:hover {
	background: #4a5969;
}


#container {
	width:800px;
	margin:auto;
	position: relative;
	padding-top: 10px;
}

/* HEADER */

#header {
	padding-bottom: 130px;
}

	#header img {
		float: left;
		margin-top: 10px;
	}
	
	#header #nav {
		float: right;
		overflow: hidden;
		margin-top: -13px;
	}
	
	#header #nav li {
		float: left;
		list-style: none;
		padding: 6px 9px;
		height: 14px;
		line-height: 14px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-top: 45px;
	}
	
	#header #nav li.selected, #header #nav li:hover {
		background: #4399b1;
		margin-top: 45px;
	}
	
	#nav li a {
		color: #ffffff;
		text-decoration: none;
		display: inline;
		padding: 6px 1px;
	}
	
/* BANNER */

#banner {
	clear: both;
	display: block;
	min-height: 200px;
}


#banner h1 {
	text-align: left;
	color: #000000;
	font-size: 45px;
}

#banner img {
	float:right;
	margin-top:-90px;
}

/* CONTENT */

#content {
	clear:both;
	margin-top: -100px;
	margin-bottom: 50px;
}
	
	#content #col1 {
		width:800px;
		padding-bottom: 40px;
	}
	
	#content #col1 img {
		float: right;
	}
	
	#content #col1 h1 {
		font-size:35px;
		color: #609dae;
		text-shadow: 0 1px 1px #ffffff;
		line-height:18pt;
		text-align: left;
	}
	
	#content #col1 h2 {
		font-size:35px;
		color: #77c0d5;
		text-shadow: 0 1px 1px #ffffff;
		line-height:18pt;
		text-align: left;
	}
	
	#content #col2 {
		width:60%;
	}
	
	#content #col2 h1 {
		font-size: 30px;
		color: #7d7d7d;
		text-align: left;
	}
	
	#content #col2 p {
		font-size: 12px;
		color: #000000;
		text-align: left;
	}
	
	#content #col3 {
		float: right;
		width:35%;
	}
	
	#content #col3 h1 {
		font-size: 30px;
		color: #7d7d7d;
		text-align: left;
	}
	
	#content #col3 p {
		font-size: 12px;
		color: #000000;
		text-align: left;
	}
	

/* BOTTOM */

#bottom-wrap {
	background: #ffffff;
}

	#bottom {
		padding-top: 23px;
		padding-bottom: 30px;

	}
		#bottom-wrap #bottom p:first-child {
			float: left;
		}

		#bottom-wrap p, #bottom-wrap p a {
			color: #609dae;
			font-weight: bold;
			display: inline;
		}

		#bottom ul {
			float: right;
			overflow: hidden;
		}

			#bottom ul li {
				float: left;
				list-style: none;
				font-weight: bold;
				font-size: 13px;
				padding-left:16px;
			}

			#bottom li a {
				color: #609dae;
				text-decoration: none;
			}

			#bottom li.selected a, #bottom a:hover {
				color: #77c0d5;
				text-decoration: underline;
			}

