html {
	background: #ffffff;
	
}

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: 100px;
	margin-bottom:100px;
}

	#header img {
		float: left;
		margin-top: 0px;
	}
	
	#header #nav {
		float: right;
		overflow: hidden;
		margin-top: -25px;
	}
	
	#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 {
		text-decoration: underline;
		margin-top: 45px;
		color:#596e69;
		font-color:#9dbfb7;
	}
	
	#nav li a {
		color: #596e69;
		text-decoration: none;
		display: inline;
		padding: 6px 1px;
	}
	
	#nav li a:hover {
		color: #9dbfb7;
		text-decoration: none;
		display: inline;
		padding: 6px 1px;
	}

/* CONTENT */

#content {
	clear:both;
	margin-top: -90px;
	margin-bottom: 50px;
}
	
	#content #col1 {
		width:800px;
		padding-bottom: 0px;
	}
	
	#content #col1 img {
		float: right;
	}
	
	#content #col1 h1 {
		font-size:35px;
		color: #596e69;
		line-height:18pt;
		text-align: left;
		padding-top:10px;
	}
	
	#content #col1 h2 {
		font-size:35px;
		color: #596e69;
		line-height:18pt;
		text-align: left;
	}
	
	#content #clear {
		clear:both;
	}
	
	#content #col2 {
		width:60%;
		margin-top:0px;
		min-height: 300px;
		background:#9dbfb7 url(../img/nav-bg.jpg) repeat-x;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border:1px solid #6d807d;
	}
	
	#content #col2 h1 {
		font-size: 30px;
		color: #ffffff;
		text-align: left;
		padding-left:10px;
	}
	
	#content #col2 p {
		font-size: 12px;
		color: #ffffff;
		text-align: left;
		padding: 0px 10px 0px 10px;
	}
	
	#content #col3 {
		float: right;
		width:35%;
		margin-top:0px;
		min-height: 300px;
		background:#9dbfb7 url(../img/nav-bg.jpg) repeat-x;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border:1px solid #6d807d;
	}
	
	#content #col3 h1 {
		font-size: 30px;
		color: #ffffff;
		text-align: left;
		padding-left:10px;
	}
	
	#content #col3 p {
		font-size: 12px;
		color: #ffffff;
		text-align: left;
		padding: 0px 10px 0px 10px;
	}
	
	/* SECOND CLOUMNS */
	
		#content #col4 {
		width:100%;
		margin-top:10px;
	}
	
	#content #col4 h1 {
		font-size: 30px;
		color: #596e69;
		text-align: left;
	}
	
	#content #col4 p {
		font-size: 12px;
		color: #596e69;
		text-align: left;
	}
	
	#content #col4 img {
		float:right;
	}
	

/* BOTTOM */

#bottom-wrap {
	background: #ffffff;
	border-top:1px solid #ffffff;
}

	#bottom {
		padding-top: 23px;
		padding-bottom: 30px;

	}
		#bottom-wrap #bottom p:first-child {
			float: left;
		}

		#bottom-wrap p, #bottom-wrap p a {
			color: #a09f9f;
			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: #a09f9f;
				text-decoration: none;
			}

			#bottom li.selected a, #bottom a:hover {
				color: #7d7d7d;
				text-decoration: underline;
			}
