html {  font-size: 100%; }
body {
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
	background-color: #281a3c;
	font-size: .8em;
	font-family: Franklin Gothic Medium, Verdana, sans serif;
	color: #655872;
}
#top {
	width: 830px;
	height: 160px;
	margin: 0 auto;
	vertical-align: text-bottom;
}
#nav { float: right; white-space: nowrap; list-style: none; margin-top: 105px; }
#nav li { display: inline; }
#wrap { width: 830px; margin: 0 auto; margin-top: 30px; }
.slide { overflow: hidden; width: 615px; height: 278px; padding: 0; margin: 0 auto; }
.slide img { border: 0; width: 615px; height: 278px; top: 0; left: 0; }
.divbg1 {
	background-image: url(images/divbg.png);
	background-repeat: repeat;
	padding: 30px;
	text-align: center;
}
.right {
	float: right;
	position: relative;
	padding: 15px 30px 30px 30px;
	width: 480px;
	height: 205px;
	margin-top: 30px;
	background-image: url(images/bg1.png);
	background-repeat:repeat;
	text-align: justify;
	font-size: 12px;
}
img.top { padding-right: 15px; }
img.bot { padding-right: 15px; padding-top: 15px; }
.left {
	float: left;
	position: relative;
	padding: 30px;
	margin-top: 30px;
	width: 200px;
	height: 190px;
	background-image: url(images/bg1.png);
	background-repeat: repeat;
	text-align: justify;
	font-size: 12px;
}
#left { width: 216px; padding: 10px 0; text-align: justify; float: left; }
#right { width: 513px; padding: 10px 0; text-align: justify; float: right; }
.gallery { padding: 0 10px 20px 10px; }
#footer { margin: 0 auto; margin-top: 30px; text-align: center; }
#footer p.top { font-size: 10px; color: #463d52; letter-spacing: 5px; padding: 0; margin: 0; }
#footer p.bot { font-size: 8px; color: #463d52; letter-spacing: 7px; padding: 0; margin: 0; }
a { color: #6c3f63; text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited { color: #6c3f63; text-decoration: none; }
.clr { clear: both; }
