body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	background-color: #5e739b;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #006;
	text-decoration: underline;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	display: inline;
	list-style-type: none;
	margin-left: 30px;
}
#container {
	background-color: #FFF;
	text-align: center;
	padding: 0px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav1 {
	height: 30px;
	width: 100%;
	margin: 5px;
	text-align: left;
}
#header {
	background-image: url(../images/bg/sambanner.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 780px;
}
#header h1 {
	position: absolute;
	top: -1000px;
}
#contents {
	background-color: #5E739B;
	text-align: left;
	width: 580px;
	border: 1px solid #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 5px;
	font-size: 0.8em;
}
#contents p img {
	border: 1px solid #000;
	margin-left: 15px;
}
#agentInfo {
	text-align: left;
	width: 550px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 160px;
}
#footer {
	font-size: 0.8em;
}
#footer a img {
	margin: 10px;
}
.bigwords {
	font-size: 1.3em;
	font-weight: bold;
}
.fltlft {
	float: left;
	border: 1px solid #000;
	margin-right: 10px;
}
