body {
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#middle {
	width: 100%;
	background-image: url(imgs/line-bg.jpg);
	margin-top: 40px;
}
#main {
	width: 781px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(imgs/main-bg.jpg);
	background-repeat: repeat-y;
	padding-left: 21px;
}
#header {
	background-image: url(imgs/top.jpg);
	height: 188px;
	width: 760px;
	float: left;
	background-repeat: no-repeat;
}
#menu {
	width: 85px;
	float: right;
	padding-right: 65px;
}
#flash {
	width: 760px;
	float: left;
	height: 278px;
}
#home-bottom {
	background-image: url(imgs/home-bottom.jpg);
	height: 146px;
	width: 760px;
	float: left;
}
#home-text {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	float: left;
	width: 335px;
	text-align: right;
	padding-left: 100px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#home-text a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#home-text a {
	color: #CCCCCC;
	text-decoration: underline;
}
#home-text strong {
	font-size: 13px;
}
#main-title {
	width: 745px;
	float: left;
	background-color: #565739;
	height: 18px;
	padding-top: 10px;
	padding-left: 15px;
}
#content {
	float: left;
	width: 511px;
	color: #767754;
	font-size: 12px;
	line-height: 18px;
}
#content li {
	display: block;
	padding-bottom: 15px;
	width: 450px;
	list-style-type: none;
	background-image: url(imgs/bullet.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 15px;
}
#content .contact {
	font-size: 16px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
}
#content .gallery img {
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-right: 15px;
	margin-bottom: 20px;
}


#content ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}


#content h3 {
	font-size: 13px;
	line-height: 17px;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 20px;
}
#content .title {
	background-image: url(imgs/sub-title-bg.jpg);
	width: 490px;
	height: 34px;
	background-repeat: repeat-x;
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ECE7DC;
	margin-left: 1px;
}

#content p {
	padding-left: 20px;
	padding-right: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


#side {
	float: left;
	width: 228px;
	text-align: center;
	color: #636447;
	font-size: 10px;
	line-height: 18px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#side ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	width: 190px;
}
#side li {
	margin: 0px;
	font-size: 14px;
	list-style-type: none;
	display: block;
	text-align: left;
	background-image: url(imgs/bullet-2.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#left-bg {
	background-image: url(imgs/left-bg.gif);
	float: left;
	background-repeat: repeat-y;
}

#side p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#footer {
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 11px;
	color: #9C9C9C;
	padding-top: 17px;
	letter-spacing: 1px;
	padding-bottom: 40px;
}
#footer a {
	color: #9C9C9C;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
	text-decoration: none;
}
.clear {
	clear: both;
}
#bottom {
	height: 5px;
	width: 760px;
	float: left;
	background-color: #565739;
	overflow: hidden;
}