body {
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #423821;
}

a {
	text-decoration: none; 
	color: #99CCFF;
}
a:hover {
	text-decoration: none; 
	color: #FF6600;
}


img {
	border: 0px;
}

#splash {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	display: table;
}

#splashimage {
	display: table-cell;
	vertical-align: middle;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}

b.rtop, b.rbottom{display:block; background: #423821;}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #99CCFF}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

#logo {
	position:absolute;
	left:115;
	top:10;
	z-index:3;
	font-family : Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 76px;
	color: #000000;
}

#menubar {
	position:absolute;
	left:115;
	top:100;
	width: 75;
	height: 295;
	z-index:1;
	background: #000000;
}

#menu {
	position:absolute;
	left:0;
	top:120;
	width: 190;
	height: 500;
	z-index:2;
	font-family : Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	text-align: right;
	color: #99CCFF;
}

#menuitem {
	text-decoration: none; 
	text-transform: uppercase;
	padding-right: 30;
	color: #99CCFF;
}

#activemenuitem {
	text-decoration: none; 
	text-transform: uppercase;
	color: #C3C3C3;
	padding-right: 30;
	background:#423821;
}

#spacer {
        height: 10;
}

.feed {
	position: absolute;
	top: 405;
	left: 135;
	border:1px solid;
	border-color:#FC9 #630 #330 #F96;
	padding:0 3px;
	font:bold 10px verdana,sans-serif;
	color:#FFF;
	background:#F60;
	text-decoration:none;
}

.content {
	position:absolute;
	left:220;
	top:100px;
	width: 500;
	z-index:1;
	background: #99CCFF;
	font-family : Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 12;
	color: #000000;
}

.contentitem:first-line {
	font-weight: bold;
	font-size: 14;
}

.contentitem {
	margin: 50;
}

.contentitem a {
	text-decoration: none; 
	color: #423821;
}

.contentitem a:hover {
	text-decoration: none;
	font-weight: bold; 
	color: #FF6600;
}

#contentname {
	position:absolute;
	left:200;
	top:100;
	width: 490;
	text-align: right;
	text-transform: capitalize;
	z-index:2;
	font-family : Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 32px;
	color: #423821;
}