body {
	background-color: #75939E;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #fff;
}

#header {
	width: 100%;
	background-image: url(../nimages/header_bg.jpg);
	background-repeat: repeat-x;
	height: 150px;	
}

#footer {
	width: 100%;
	background-image: url(../nimages/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 150px;	
}

#logo-wrapper {
	padding-top: 70px;
	width: 1100px;
	margin: 0 auto 0 auto;
}

#logo{
	float:left; display:inline;
	width:800px;
}

#testimonials_link{
	float:left; display:inline;
	width:300px;
	padding:30px 0 0 0;
	text-align:right;
}

#content {
	width: 1100px;
	margin: 0 auto 0 auto;
}
#content_container {
	width: 100%;
	background-color: #808080;
}

#navigation-wrapper {
	width: 1250px;
	height:32px;
	margin:0 auto;
}

#navigation-wrapper img{ border:0;}

#navigation {
	width: 1100px;
	margin: 0 auto 0 auto;
	padding-top: 10px;
}

#navigation ul, #navigation li {
	list-style-type: none;
}

#navigation li {
	float: left;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

.padder10 {
	padding: 30px;
}

.home_left {
	width: 270px;
	float: left;
}


.home_left_small {
	width: 200px;
	float: left;
}

.home_right {
	float: left;
	margin-left: 45px;
	width: 605px;
}

.clear {
	clear: both;
}

a, a:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

.about {
	font-size: 12pt;
}

h1 {
	font-size: 22px;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;	
	margin-bottom: 2px;
}


.clr{
	clear:both;
}

#facebook {
	width: 50px;
	margin-left: 1155px;
	text-align: center;
}




