* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #003045;
	font-family: arial;
	font-size: 12px;
	line-height: 19px;
	color: #575757;
}
h1 {
	font-family: times;
	font-size: 21px;
	line-height: 20px;
	color: #9ca9b2;
	font-weight: normal;
}

h2 {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #003045;
}
a {
	color: #003045;
	text-decoration: underline;
}

select {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	width: 205px;
}
img {
	border: 0px;

}



.clear {
	clear: both;
}

#wrapper {
	width: 853px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddcdc;
	border-left-color: #dddcdc;
	background-color: #FFFFFF;
}
.gap {
	clear: both;
	height: 50px;
}

#wrapper #header {
	background-image: url(../images/logo.jpg);
	height: 163px;
}
#wrapper #header #phone {
	font-family: arial;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #999999;
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
}
#wrapper  #main  #content {
	float: right;
	width: 800px;
	margin-right: 25px;
}

#wrapper #footer {
	background-image: url(../images/btm_bg.gif);
	background-repeat: no-repeat;
	height: 147px;
}
#wrapper #footer #btm_nav {
	background-color: #59829b;
	height: 30px;
	text-align: center;
	font-family: arial;
	font-size: 11px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
#wrapper #footer #btm_nav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
#wrapper #footer #copy {
	font-family: arial;
	font-size: 10px;
	line-height: 19px;
	color: #666666;
	padding-left: 30px;
	padding-top: 12px;
}
