body{
	font-size:12px;
	color:#57554f;
	margin:0px;
	line-height:18px;
	background-color:#f6f6f6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited{
	color:#0063ab;
	text-decoration:underline;
}
a:hover{
	color:#0063ab;
	text-decoration:none;
}
form, ul, ol, h1, h2, h3, h4, h5, h6, p, dl, textarea, input{
	margin:0px;
	padding:0px;
}
img{
	border:0px solid;
}
a:focus, :focus{
	outline:0px solid;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	height:0px;
	clear:both;
	overflow:hidden;
}
.button{
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	height:23px;
	border:#b2b2b2 1px solid;
	background-color:#17638a;
}
.form {
	color:#333333;
	border:#b2b2b2 1px solid;
	padding:2px 0px 2px 3px;
	font-size:12px;
}
#mainbg{
	width:828px;
	margin:0px auto;
	background:url(../images/bg.gif) top no-repeat;
}
#main{
	width:780px;
	margin:0px auto;
	background-color:#FFFFFF;
	border-left:#e4e4e4 15px solid;
	border-right:#e4e4e4 15px solid;
}
#header{
	height:146px;
	text-align:right;
	line-height:20px;
	font-weight:bold;
	padding:20px 10px 0px;
	background:url(../images/header.jpg) top left no-repeat;
}
#header strong{
	color:#b81e24;
}
#banner{
	height:245px;
	background:url(../images/banner.jpg) top left no-repeat;
}
#content{
	text-align:justify;
	padding:15px 20px 20px;
}
h1{
	font-size:22px;
	color:#b81e24;
	font-weight:normal;
	line-height:28px;
	margin-bottom:7px;
	border-bottom:#e5e5e5 3px solid;
	font-family:Georgia, "Times New Roman", Times, serif;
}
ul{
	list-style-type:none;
	padding:5px 0px 5px 30px;
}
ul li{
	font-size:14px;
	padding-left:20px;
	line-height:28px;
	background:url(../images/arrow.gif) 0px 8px no-repeat;
}
.gallery img{
	float:left;
	margin:5px;
	border:3px #878787 solid;
}
#footer{
	font-size:11px;
	color:#7d7d7d;
	text-align:center;
	padding:7px 10px 12px;
	background-color:#e4e4e4;
}
#footer	em{
	padding:0px 20px;
	background:url(../images/footer_devider.gif) center no-repeat;
}