body,html{
	margin: 0px;
	padding: 0px;
	background: url(elements/bc.gif) top left repeat;
	text-align: center;
}
*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a{
	text-decoration: none;
}
div.main{
	width: 807px;
	position: relative;
	margin: 0px auto;
	text-align: left;
	margin-top: 20px;
}
div.left{
	width: 251px;
	float: left;
}
div.right{
	width: 551px;
	float :right;
}
div.menu{
	width: 251px;
	height: 228px;
	overflow: hidden;
	background: url(elements/menu.jpg) top left no-repeat;
}
div.menu ul{
	list-style-image: none;
	list-style: none;
	width: 220px;
	margin: 10px 0px 0px 15px;
}
div.menu li{
	background: url(elements/dot.gif) bottom left repeat-x;
}
div.menu a{
	color: White;
	font-weight: bold;
	display: block;
	width: 220px;
	height: 29px;
	line-height: 29px;
	text-indent: 15px;
	background: url(elements/arr.gif) center left no-repeat;
}
div.menu a:hover{
	text-decoration: underline;
}
div.lefties{
	width: 251px;
}
div.text{
	padding: 10px;
	line-height: 16px;
}
div.text a{
	font-weight: bold;
	color: #006aa8;
}
div.text h1{
	color: #006aa8;
	line-height: 24px;
}
div.text p{
	margin: 10px 0px 10px 0px;
}
div.text ul{
	list-style: none;
	list-style-image: none;
	margin-left: 10px;
}
div.text li{
	line-height: 18px;
	background: url(elements/bullet.gif) center left no-repeat;
	text-indent: 10px;
}
div.small{
	width: 251px;
	height: 35px;
	background: url(elements/small.gif) top left no-repeat;
	margin-top: 5px;
}
div.left_large{
	width: 251px;
	background: url(elements/left.gif) top left no-repeat;
	background-color: White;
	margin-top: 5px;
}
div.left_small{
	width: 251px;
	background: url(elements/left2.gif) top left no-repeat;
	background-color: White;
	margin-top: 5px;
}
div.left_bottom{
	width: 251px;
	height: 3px;
	overflow: hidden;
	background: url(elements/bottom_left.gif) top left no-repeat;
}
div.righties{
	width: 551px;
}
div.right_large{
	width: 551px;
	background: url(elements/right.gif) top left no-repeat;
	background-color: White;
	margin-top: 5px;
}
div.right_large div.text{
	padding: 20px 20px 10px 20px;
}
div.right_bottom{
	width: 551px;
	height: 4px;
	overflow: hidden;
	background: url(elements/bottom_right.gif) top left no-repeat;
}
div.head{
	width: 551px;
	height: 228px;
	background: url(elements/head.jpg) top left no-repeat;
}
div.gallery{
	float: left;
	padding: 0px 5px 5px 0px;
}
div.gallery img{
	border: 1px solid Silver;
}
div.gallsep{
	width: 100%;
	height: 1px;
	overflow: hidden;
	clear: both;
}
div.galltop{
	width: 100%;
	height: 10px;
	overflow: hidden;
	clear: both;
}
div.ftr{
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin-top: 15px;
	color: #6F6F6F;
	font-size: 10px;
	background-color: #F7F7F7;
}
div.ftr a{
	text-decoration: none;
	color: #006AA8;
	font-size: 10px;
}