html {
	
	background: #ffffff url(../img/background.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 {
	background:#75a7a3;
	width:800px;
	margin:auto;
	position: relative;
	padding-top: 0px;
}

/* HEADER */

#header {
	background:#c4ece9;
	margin-top:0px;
	margin-bottom:0px;
	border-bottom: 4px dashed #75a7a3;
}

	#header img {
		float: left;
		margin-top: 20px;
		margin-bottom:-30px;
	}
	
	#header #nav {
		clear:both;
		overflow: hidden;
		margin-top: -13px;
	}
	
	#header #nav li {
		float: left;
		list-style: none;
		padding: 6px 9px;
		height: 14px;
		line-height: 14px;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		margin-top: 45px;
	}
	
	#header #nav li.selected, #header #nav li:hover {
		background: #75a7a3;
		margin-top: 45px;
	}
	
	#nav li a {
		color: #325351;
		text-decoration: none;
		display: inline;
		padding: 6px 1px;
	}
	
/* BANNER */

#banner {
	background:#75a7a3;
	clear:both;
	margin-bottom:40px;
	width:800px;
	min-height:220px;
}

#banner img {
	float:right;
	padding:30px 60px 0px 60px;
}

#banner h1 {
	color:#ffffff;
	font-size: 45px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:0px;
}

#banner p {
	color:#325351;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	margin-top:-15px;
}

/* CLEAR */

#clear {
	clear: both;
}

/* LEFT, MIDDLE, RIGHT */

#left {
	float:left;
	width: 242px;
	height: 250px;
	padding:0px 10px 0px 10px;
	margin-bottom:10px;
	margin-top:-10px;
}

#left h1 {
	text-align: center;
	color:#ffffff;
}

#left p {
	text-align: center;
	color:#325351;
}

#left img {
	margin-top:-10px;
	margin-left:28px;
}

#left span {
	margin-left:70px;
	margin-bottom:0px;
}


#middle {
	float:left;
	width: 242px;
	min-height: 250px;
	padding:0px 10px 0px 10px;
	margin-top:-10px;
}

#middle h1 {
	text-align: center;
	color:#ffffff;
}


#middle p {
	text-align: center;
	color:#325351;
}

#middle img {
	margin-top:-10px;
	margin-left:28px;
}

#middle span {
	margin-left:70px;
	margin-bottom:0px;
}

#right {
	float:left;
	width: 242px;
	min-height: 250px;
	padding:0px 10px 0px 10px;
	margin-top:-10px;
}

#right h1 {
	text-align: center;
	color:#ffffff;
}


#right p {
	text-align: center;
	color:#325351;
}

#right img {
	margin-top:-10px;
	margin-left:28px;
}

#right span {
	margin-left:70px;
	margin-bottom:0px;
}
	

/* CONTENT */

#content {
	clear:both;
	min-height:300px;
}

#content h1 {
	color:#ffffff;
	font-size: 45px;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
}

#content p {
	color:#325351;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
}
	

/* BOTTOM */

#bottom-wrap {
	clear: both;
	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:#75a7a3;
			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:#75a7a3;
				text-decoration: none;
			}

			#bottom li.selected a, #bottom a:hover {
				color:#325351;
				text-decoration: underline;
			}
