@charset "utf-8";
/* CSS Document */

/*******MAIN NAVIGATION******/
#nav {
	position: relative;
	width: 700px;
	height: 20px;
	top: 0;
	left: 0;
	background-color: #a2acb3;
}
#nav a{
	display:block;
	width: 120px;
	height: 20px;
	font-family : Arial, Helvetica, sans-serif;
	font-size :0.85em;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}
#nav a:hover {
	color:#8cd8f8;	
}

#nav, #nav ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
}
#nav li {
	float:left;
	margin: 0;
	padding: 0;
	list-style:none;
}
#header {
	background: #ffffff;
	background-image:none;
}
#header .wrapper {
	background-image: none;
}

#stuneheader {
	position:relative;
	top: 0;
	left:0;
	width: 960px;
	height: 75px;
	background-color: #ffffff;	
}

#logo {
	float: left;
	width: 250px;
	height: 75px;
}
#logo img {
	border: none;
}
#topwater {
	float: right;
	width: 710px;
	height: 75px;
	background:url(../img/blogtopwater.jpg) top left no-repeat;
}
#tagline {
	position:relative;
	top: 35px;
	left: 20px;
	width: 600px;
}
#tagline h4 {
	color: #ffffff;
}
#navheader {
	position: relative;
	top: 0;
	left: 0;
	width: 960px;
}
#navleft {
	float: left;
	width: 250px;
	height: 20px;
	background-color: #000;
}
#navcontain {
	float: right;
	width: 710px;
	height: 20px;
	background-color: #a2acb3;
}




