html, body {
	behavior:url("csshover.htc");
	margin: 0;
	padding: 0;
	background-color: #3a2216;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	height: 100%;
	font-size: 100%;
}

#main {
	position: absolute;
	background-color: #3a2216;
	padding: 100px 0px 0px 0px;
	margin: 0px 75px 0px 75px;
	width: 735px;
	border-left: 1px;
	border-right: 1px;
	border-top: 0px;
	border-bottom: 1px;
	border-color: #966851;
	border-style: solid;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
* html #main {
width:887px;
w\idth:735px;
}

#mainindex {
	position: absolute;
	background-color: #3a2216;
	padding: 100px 0px 0px 0px;
	margin: 0px 75px 0px 75px;
	width: 797px;
	border-left: 1px;
	border-right: 1px;
	border-top: 0px;
	border-bottom: 1px;
	border-color: #966851;
	border-style: solid;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
* html #mainindex {
width:949px;
w\idth:797px;
}

#navbar {
	float: left;
}

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

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

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

#cover {
	float:right;
	padding: 0px 20px 20px 0px;
	margin: 0px;
	width: 602px;
}	
* html #cover {
width:622px;
w\idth:602px;
}

#cover img {
	margin: 0px;
	border: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #966851;
}

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

.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 a:link, #content a:visited {
	text-decoration: none;
	color: #666; 
}

#content a:hover {
	color: #f9284a;
}

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

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

#content ul li {
	color: #000;
	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: #666; 
}

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

img.floatright {
	float: right;
	border: none;
	margin-left: 10px;
}

#gallery {
	text-align: center;
}

#gallery a img {
	padding: 0;
	margin: 0px 0px 10px 0px;
	border: 0px;
}

#gallery p {
	font-weight: bold;
}

#content a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

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

.block a {
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.block a:hover {
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

.inner {
	display: block;
	background-color: #fff;
	padding: 0px 0px 1px 15px;
	margin-left: 100px;
}

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


