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

body, html {
	background: url(images/sprinklerpeoplebg.png) repeat-x #2b688e;
	font-family:Verdana, Geneva, sans-serif;
	color: #ffffff;
	font-size: 13px;
}

#container {
	width: 1000px;
	margin: 0px auto;
}

#top {
	height: 50px;
}

#logo {
	float: left;
}

#menu {
	float: right;
	margin-top: 30px;
}

#image {
	height: 250px;
}

#content {
	background: #000000;
	padding: 10px;
	min-height: 700px;
}

#main {
	width: 660px;
	float: left;
}

#sidebar {
	width: 300px;
	float: right;
}

#footer {
	clear:both;
	background: #131f2c;
	text-align: center;
	padding: 10px;
}


img {
	border: 0px;
}

a:link, a:visited {
	color: #b8d2dd;
	text-decoration: none;
}

a:hover {
	color: #6ea9c3;
	text-decoration: none;
}
