body {
	padding: 5px; 
	color: #555;
	background: #f6f6ec;  
	font-family: Verdana, Geneva, Arial, sans-serif; 
	text-align: center;
	font-size: 12px;
}

#container {
	border-right: #eaeadf 3px solid; 
	margin: 0px auto; 
	width: 700px; 
	border-bottom: #eaeadf 3px solid; 
	position: relative;
}

#content {
	border: #996 1px solid; 
	padding: 20px;
	width: auto; 
	position: relative; 
	background-color: #fff; 
	text-align: left;
}

#location {
	padding-bottom: 16px;
}

#front {
	margin: 0px; 
	text-align: center;
}

#main {
	float: left; 
	margin: 20px 0px; 
	width: 460px; 
	position: relative;
}

#main h3 {
	font-weight: normal; 
	font-size: 14px; 
	margin-bottom: 3px; 
	color: #996;
}

#extra {
	float: right; 
	margin: 20px 0px; 
	width: 180px; 
	position: relative;
}

#extra h3 {
	font-weight: normal; 
	font-size: 14px; 
	margin-bottom: 3px; 
	color: #996;
}

#copy {
	margin-top: 5px;
}

#copy p {
	padding: 0px; 
	font-size: 10px;  
	margin: 0px; 
}

#copy a {
	color: #996; 
	text-decoration: none;
}

#copy a:hover {
	color: #666; 
	text-decoration: underline;
}

.line {
	clear: both; 
	padding: 0px;
	margin: 0px;
	font: 0px; 
	background: url(../images/line.gif) #996 repeat-x; 
	height: 1px;
}

.item {
	padding: 10px; 
	font-size: 12px; 
	margin-bottom: 0px;
}

.item a {
	color: #996;
}

.item A:hover {
	color: #000;
}

.item h4 {
	font-weight: bold; 
	font-size: 14px; 
	margin-bottom: 5px; 
	color: #666;
}

.item p {
	margin-top: 0px; 
	margin-bottom: 10px; 
	text-align: justify;
}

.gallery {
	border: #000 1px solid; 
	margin: 10px 0px 5px; 
	overflow: hidden;  
	width: 450px;
	height: 300px;
}

.nav {
	padding: 5px 0px 0px 10px;
	margin: 0px 0px 0px 10px; 
	list-style: disc url(../images/box_dotted_gray.png) outside; 
}

.nav li {
	padding: 0px;  
	margin-bottom: 3px; 
}

.arrow {
	padding: 0px; 
	margin: 0px 0px 0px 18px;
	list-style-position: outside; 
	list-style-image: url(../images/arrow.gif); 
}

.right {
	float: right; 
	position: relative;
}