*, ul, li{
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;
}
body{
	position:relative;
	font:15px "Georgia", "Arial", "helvetica", sans-serif;
	margin:0 auto 10px;
	width:100%;
	background:#221202;
	text-align:center;
}
#branding{
	position:relative;
	margin:0 auto;
	height:274px;
	width:780px;
	background:#221102 url("../images/weorod-top.jpg") center top no-repeat; 
}
#branding ul{
	position:absolute;
	right:30px;
	top:20px;
}
#skip{
	position:absolute;
	left:-9999px;
	top:-15px;
}
#branding img{
	position:relative;
	top:30px;
	z-index:10000;
}
#branding a img {
	width:203px;
	height:235px;
	background-image: url("../images/weorod.gif");
}
#contentWrap{
	position:relative;
	background:#221102 url("../images/weorod-mid.jpg") center 171px repeat-y; 
	width:780px;
	margin:auto;
}
#navMain, #navSub{
	font-size:0.8em;
	width:85%;
	height:2em;
	margin:0 auto;
}
#navSub{
	margin:0 auto 15px;
	text-align:center;
}
#navMain li, #navSub li{
	float:left;
	width:16.5%;
	border:1px solid #000;
	border-width:1px 0px;
}
ol#navSub.two li{
	width:50%;
}
ol#navSub.three li{
	width:33%;
}
ol#navSub.four li{
	width:25%;
}
#navMain a, #navSub a{
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#810c0c;
	width:100%;
	line-height:2em;
}
.curr{
	background:url("../images/curr.gif") bottom center no-repeat;
}
#navMain a:hover, #navSub a:hover {
	background-color:#810c0c;
	color:#ccc;
	outline:none;
}
#contentMain{
 	margin:0 auto;
	padding:0;
	width:655px;
	text-align:center;
}
#contentMain ul li{
	width:100%; /*IE ws bug*/
	clear:both;
}
#contentMain img.thumb{
	float:left;
	/*width:180px;*/
	border:2px solid #221102;
	padding:7px;
	margin:0 1em 0.8em ;
	background:#fed;
	cursor:pointer;
}
#contentMain img.swap{
	float:right;
	
}
#contentMain img.thumb:hover{
	background:#ccc;
}
#contentMain img.row{
	margin-right:0;
}
#contentMain p img{
	float:left;
	margin:-8px 0;
}
#navSupp{
	font-size:0.7em;
	text-align:center;
	background:url("../images/weorod-bot2.png") center bottom no-repeat; 
	margin:0 auto;
	height:42px;
}
#navSupp a{
	position:relative;/*IE noclick bug*/
	margin:0 0.5em;
	top:-0.5em;
	z-index:5000;/*IE5 noclick bug*/
}
#navSupp a:hover{
	color:#f00;
}
p{
	margin:0 1em 0.8em;
	text-align:justify;
	line-height:1.25;
}
a:hover{
	color:#f00;
}
h1{
	font-size:1.4em;
	text-align:center;
	margin:0.5em 0 0 0;
	color:#810c0c;
}
h2{
	text-align:left;
	font-size:1.3em;
	margin:0.2em 0 0.3em 0.3em;
	color:#810c0c;
}
h3{
	text-align:left;
	font-size:1.2em;
	margin:0.5em 0 0.5em 0.3em;
	color:#810c0c;
}
h4{
	text-align:left;
	font-size:1em;
	margin:0.5em 0 0.3em 0.3em;
	color:#810c0c;
}
h5{
	border-top: 1px solid #000;
	font-size:1.3em;
	text-align:center;
	margin:0.5em 0 0 0;
	padding:0.5em 0;
	color:#810c0c;
}
h6{
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin:0;
}
blockquote{
	border:1px solid #810c0c;
	border-width: 1px 0;
	margin: 1em 2.5em;
	padding:1em 0;
}
blockquote p.citation {
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
}
#splash, #shed{
	position:absolute;
}
#splash{
	top:-800px;
}
#shed{
	top:500px;
}
#loader{
	position:fixed;
	top:50%;
	left:50%;
}
#bigpic{
	position:fixed;
	top:10px;
	left:-9999px;
	z-index:10000;
	border:2px solid #999;
	border-width:1px 2px 2px 1px;
	background:#fff;
	/*width:375px;
	height:444px;*/
	cursor:pointer;
}
#bigpic img{
	position:absolute;
	margin:8px;
}
#bigpic h2 {
	position:absolute;
	top:0px;
	right:7px;
	background:#fff;
	font-size:14px;
	text-align:right;
	margin:8px 0 0;
	padding:2px 0px 2px 5px;
}
#bigpic #copy{
	position:absolute;
	/*top:425px;*/
	bottom:5px;
	font-size:11px;
	text-align:right;
	right:10px;
	/*width:340px;*/
}
#bigpic p{
	font-size:15px;
	position:relative;
	top:380px;
	color:#333;
	/*width:340px;*/
}
table{
	border-top:1px solid #810c0c;
	width:95%;
	text-align:center;
	margin:10px auto;
}
table h2{
	text-align:center;
}
.clear {
	clear:both;
}
