html, body {
	background-color: #594e1e;
	background-image: url(images/bg.gif);
	background-repeat: yes;
}

body {
	margin: 0;
	padding: 0;
}

#main {
	position: absolute;
	background-color: #594e1e;
	min-height: 100%;
	padding: 100px 0px 20px 0px;
	margin: 0px 75px 0px 75px;
	width: 710px;
	border-left: 1px;
	border-right: 1px;
	border-top: 0px;
	border-bottom: 1px;
	border-color: #897c4f;
	border-style: solid;
}
* html #main {
width:862px;
w\idth:710px;
}

#mainindex {
	position: absolute;
	background-color: #594e1e;
	min-height: 100%;
	padding: 100px 0px 10px 0px;
	margin: 0px 75px 0px 75px;
	width: 812px;
	border-left: 1px;
	border-right: 1px;
	border-top: 0px;
	border-bottom: 1px;
	border-color: #897c4f;
	border-style: solid;
}
* html #mainindex {
width:964px;
w\idth:812px;
}

#navbar {
	float: left;
}

#header {
	position: relative;
	padding: 0;
	margin: 0;
}

#header img.tag {
	padding: 0px;
	margin: 0px 0px 0px 277px;
	border:none;
}

#header img.notag {
	padding: 0px;
	margin: 0px 0px 0px 175px;
	border: none;
}

#cover {
	float:right;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	width: 627px;
}	
* html #cover {
width:637px;
w\idth:627px;
}

#cover img {
	margin: 0px 9px 10px 0px;
	border: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #897c4f;
}

#content {
	float: right;
	padding: 20px;
	margin: 0px 20px 0px 0px;
	width: 475px;
	min-height: 200px;
	background-color: #fff;	
	z-index: 0;
}
* html #content {
width:495px;
w\idth:475px;
}

.clear {
	clear: left;
	line-height: 0;
	height: 0;
	font-size: 0;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

#content p a:link, #content p a:visited {
	text-decoration: none;
	color: #666600; 
}

#content p a:hover {
	color: #999900;
}

#content h1 {
	font-family: Lucida Sans Unicode, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-width: normal;
	line-height: 20px;
	color: #666600;
}
#content h2 {
	font-family: Lucida Sans Unicode, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-width: normal;
	line-height: 16px;
	color: #666666;
}

#content p.indent1 {
text-indent: 20px;
}

#content p.indent2 {
text-indent: 40px;
}

#content p.indent3 {
text-indent: 60px;
}

#content p.indent3h {
text-indent: 70px;
}

#content p.indent4 {
text-indent: 80px;
}

#content p.indent5 {
text-indent: 100px;
}

#content p.indent6 {
text-indent: 120px;
}

#content p.indent7 {
text-indent: 140px;
}

#content p.indent8 {
text-indent: 160px;
}

#content p.indent9 {
text-indent: 320px;
}

#content a.footnote {
	font-size: 9px;
	vertical-align: super;
	line-height: 6px;
}

#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #666666;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#content ul li {
	color: #666666;
	margin-left: 0px;
	padding-left: 0px;
}

#content ul ul li {
	color: #000;
	margin-left: 20px;
	padding-left: 0px;
}

#content ul ul li a:link, #content ul ul li a:visited {
	text-decoration: none;
	color: #666600; 
}

#content ul ul li a:hover {
	color: #999900;
}

#gallery a img {
	padding: 0;
	margin: 0px 3px 3px 0px;
	border: 1px;
	border-style: solid;
	border-color: #897c4c;
}

#content p.credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}

hr {
	border: 0;
	color: #999;
	background-color: #897c4f;
	height: 1px;
	width: 300px;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 35px;
}

