body {
	margin:20px;
	padding:0;
	background:#663300;
	color:#FFFFFF;
	font-size:14px;
	font-family: "Century Gothic", "Tahoma", "Tempus Sans ITC", sans-serif;
	text-align:center;
}
.hide {
	list-style-type:none;
	display:inline;
}
.hide ul {
	padding-top:0px;
} 
img {
	border:1px solid #FFFFFF;
}
img.popup {
	cursor:pointer;
}
img.inlinechar {
	border:0px;
	vertical-align: text-bottom;
}
span.popup {
	cursor:pointer;
	color: #DCBB43;
	text-decoration: underline;
}
hr {
	color: #986D3F;
}
a:link { color: #DCBB43 }
a:visited { color: #DCBB43 }
h1 {
	font-size:1.8em;
} 
h2 {
	font-size:1.6em;
} 
h2.tight {
	margin-top: 0;
	margin-bottom: 0;
}
h3 {
	font-size:18px;
}

p {
}
p.tight {
	margin-top: 0;
	margin-bottom: 0;
}
p.pic_title {
	color:#DCBB43;
	text-align:center;
	margin-top: 0;
}
p.pic_credit {
	color:#DCBB43;
	text-align:right;
	font-size:10px;
	margin-bottom: 0;
}
p.pic_popup {
	color:#DCBB43;
}
.header {
	margin:0 auto;
	width:760px;
	height:220px;
	border:1px solid #FFFFFF;
	background:#663300 url("images/titleback.jpg") no-repeat top center;
}

.logo {
	font-size: 28px;
	font-weight: normal;
	color:black;
	margin:30px 0px 0 0;
	padding:0;
}

.menu {
	margin:20px auto;
	width:760px;
	border:1px solid #FFFFFF;
	height:24px;
	line-height:24px;
	text-align:center;
}
.menu a {
	font-size:14px;
	padding:2px 10px;
	text-decoration:none;
	color:#DCBB43;
	background:#663300;
}
.menu a:hover {
	color:#663300;
	background:#DCBB43;
}
.menu a.cur {
	color:#663300;
	background:#DCBB43;
}
.submenu {
	margin:30px auto;
	width:760px;
	height:20px;
	line-height:20px;
	text-align:center;
}
.submenu a {
	font-size:15px;
	padding:2px 10px;
	text-decoration:none;
}

.containerjust {
	margin:0 auto;
	width:740px;
	text-align:justify;
}
.container2 {
	margin:0 auto;
	width:760px;
	text-align:left;
}
.left2 {
	width:360px;
	float:left;
	padding:10px;
}
* html .left2 {
	width:360px;
}
.right2 {
	width:360px;
	float:right;
	padding:10px;
	text-align:right;
}
* html .right2 {
	width:360px;
	text-align:right;
}
.left_narrow2 {
	width:240px;
	float:left;
	padding:10px;
}
* html .left_narrow2 {
	width:240px;
}
.left_wide2 {
	width:480px;
	float:left;
	padding:10px;
}
* html .left_wide2 {
	width:480px;
}
.right_wide2 {
	width:480px;
	float:right;
	padding:10px;
	text-align:right;
}
* html .right_wide2 {
	width:480px;
	text-align:right;
}
.right_narrow2 {
	width:240px;
	float:right;
	padding:10px;
	text-align:right;
}
* html .right_narrow2 {
	width:240px;
	text-align:right;
}
.container3 {
	margin:0 auto;
	width:760px;
	text-align:left;
}
.left3 {
	width:160px;
	float:left;
	padding:10px;
}
* html .left3 {
	width:160px;
}
.center3 {
	width:160px;padding:10px;
}
* html .center3 {
	width:160px;
}
.right3 {
	width:380px;
	float:right;
	padding:10px;
}
* html .right3 {
	width:380px;
}
.clear {
	clear:both;
	font-size:.1em;
}
table, th, td, tr 
{
	text-align: left;
	vertical-align: top;
	border: none
}