* {
	margin:0; padding:0;
}
img {
	border:none;
	margin:0;
}
h1 {
  font-size:30px;
  font-weight:bold;
  color:#edb439;
  margin-bottom:10px;
}

p {
    margin-bottom: 10px;
}

body {
	background:#0b2641;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	width:945px;
	height:auto;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#header {
	background-image:url(images/header.jpg);
	width:943px;
	height:173px;
	margin:0;
	padding:0;
}

#header_about {
	background-image:url(images/header_about.jpg);
	width:943px;
	height:173px;
	margin:0;
	padding:0;
}

.home_slideshow {
	margin:0;
	padding:0;
	text-align:center;
	width:836px;
}

.links {
	margin:0;
	padding:0;
}

.links li{
	display:inline;
	margin:5px;
}

#content_box {
	background:url(images/bg_content.gif) top center repeat-y;
	margin:0 auto;
	width:858px;
	height:auto;
	color:#b9d1e9;
	text-align:left;
}

#content {
	padding:30px 60px 0px 60px;
}

#content a {
	font-size:14px;
	color:#e07b2f;
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}

#content ul {
	text-align:center;
}
#content li{
	display:inline;
	margin:5px;
}

#content_bottom {
	background:url(images/bg_content_bottom.gif) top center no-repeat;
	width:836px;
	height:44px;
	margin:0 auto;
}

.about_left {
	width:450px;
	float:left;
	margin:0px 10px 0px 10px;
}

.about_right {
	width:250px;
	float:left;
	margin-left:10px;
}

.agent_box {
	float:left;
	width:166px;
	height:400px;
	padding-left:50px;
}

#footer {
	padding-top:30px;
	padding-bottom:50px;
	color:#030f1a;
	font-size:12px;
}

#footer li {
	display:inline;
	margin-left:20px;
}

#footer li a {
	color:#b05a61;
	text-decoration:underline;
}

#footer li a:hover{
	color:#b05a61;
	text-decoration:none;
}