body {
	font-family: arial;
	margin: 0px;
	font-size: 75%;
	background: #122333;
	color: #ffffff;
}

#container {
	width: 850px;
	margin: 0px auto;
	background: url(../images/bg.jpg) repeat-x;
}
#header {
	position: relative;
}

#logo {
	margin-left: 10px;
}
#phone{
	float:right;
	clear:right;
	margin: 20px 30px 0px 0px;
	font-size:130%;
	color: #1d93dd;
	text-align: right;
}

.testimonials {
position: absolute;
right: 35px;
bottom: 20px;
font-weight:bold;
text-decoration: none;
font-size: 16px;
}

#email{
	float:right;
	clear:right;
	margin: 5px 30px 0px 0px;
	font-size:130%;
	text-align: right;
}
#email a {
	text-decoration: none;
}
#topnav a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:104%;
}

#topnav a:hover{
	text-decoration:underline;
}

#topnav {
	background: url(../images/topnavbg.jpg) repeat-x;
	height: 40px;
}
#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topnav ul li {
	float: left;	
	margin: 0;
	padding: 0px 6px;
	line-height: 37px;
	text-align: center;
	font-weight: bold;
}

#content {
	clear:both;
	padding-top: 10px;
}

#right {
	float: right;
	width: 240px;
	margin-top: 45px;
}
#right img {
	display: block;
	margin: 5px auto;
}

#center {
	float: left;
	width: 560px;
	padding: 0px 10px;
}


#footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
}
#footer a {
	text-decoration: none;
}

h1 {
	display: none;
}

h2 {
	color: #1d93dd;
	letter-spacing: 1px;
}
h3 {
	color: #1d93dd;
	letter-spacing: 1px;
}

a {
	color: white;
}
a img {
	border: none;
}

label {
	float: left;
	width: 150px;
	margin: 5px;
}

input, textarea {
	margin: 5px;
}

.central {
	display: block;
	margin: auto;
}

.frame {
	clear: both;
	padding: 10px 0px;
}
.frame img {
	float: left;
	width: 300px;
}
.frame p {
	float: left;
	padding-left: 10px;
	width: 250px;
}

