body {
	margin: 0;
	padding: 0px;
	border: none;
	background: #000;
	text-align:left;
	background:#000 url(../images/sidebar_back.gif) left repeat-y;
	height:100%;
	width:100%;
}

#MainContainer {
	margin:0;
	display: block;
	min-height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width:100%;
	min-width:900px;
}

#Header {
	background-image:url(../images/header_back.gif);
	position:relative;
}

#MainArea {
	padding-bottom:50px;
}

#Main {
	margin:0;
	padding-left:190px;
}

* html #Main{
  height:1%; /* So IE plays nice */
}

#Footer {
	background: url(../images/body_back.gif);
	position: absolute;
	left: 0px;
	bottom:0;
	display: block;
	z-index: 999;
	margin: 0px;
	width:100%;
	height:44px;
}

#LegalBar {
	background: url(../images/footerbar_back.gif);
	height:22px;
	color: #FFFFFF;
	font-size:12px;
	font-family:Lucida Sans Unicode, Trebuchet MS, Arial, sans-serif;
	padding:0;
	width:100%;
}

#LegalBar p {
	margin:0;
	padding:2px 0 0 20px;
	letter-spacing:0.3em;
}

#CurlContainer {
	float:right;
	position:relative;
}

.pageCurl {
	position:absolute;
	left:-275px;
	top:-253px;
}

#Rose {
	background: url(../images/rose.jpg) left bottom no-repeat;
	width:161px;
	height:105px;
	position:absolute;
	left:0;
	top:-105px;
}

div#RandomImageContainer {
height:113px;
}

div#RandomImageContainer .coverLeft {
	left:150px;
	margin-right:-56px;
	z-index:1000;
	float:left;
	position:relative;
	display:inline;
}

div#RandomImageContainer .RandImgBox {
	height:113px;
	float:left;
	overflow:hidden;
	z-index:1;
	margin-left:150px;
	display:inline;
}

div#RandomImageContainer .coverRight {
	left:-65px;
	z-index:1000;
	float:left;
	position:relative;
}

.vrvLogo {
	position:absolute;
	top:10px;
	left:5px;
	z-index:1001;
}

#NavigationContainer {
	background: url(../images/menubar_back.jpg);
	height:27px;
	min-width:900px;
}

#SectionTree {
	margin: 0;
	margin-left:180px;
	padding: 0;
	font-family: Lucida Sans Unicode, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color:white;
}

#SectionTree ul {
	margin:0;
	padding: 0;
	list-style:none;
}

#SectionTree li {
	float:left;
	display:inline;
	list-style:none;
}

#SectionTree a {
	display:block;
	padding:5px 7px;
	color: white;
	text-decoration:none;
}

#SectionTree a:hover {
background-image: url(../images/menuitem_hover_back.gif);
}

#SectionTree a.Current {
	color:#FFCC00;
}

#SectionTree a.Current:hover{
color:#FFCC00
}

#SideBar {
	width:190px;
	float:left;
	margin-left:-190px;
	display:inline;
}

.sidebar_top {
	margin-bottom:60px;
}

#SideContent {
	padding:0 40px 180px 30px;
}

ul#SectionHeader {
	padding:0;
	margin:0;
	list-style:none;
	text-transform:uppercase;
	font-size:14px;
	font-family: Lucida Sans Unicode, Trebuchet MS, Arial, sans-serif;
	font-weight:bold;
}

ul#SectionTree2 {
	padding:10px 0 0 10px;
	margin:0;
	list-style:none;
	font-weight:normal;
	text-transform:none;
}

ul#SectionTree2 li {
	line-height:130%;
	list-style:none;
	padding: 5px 0;
	margin:0;
}

#SectionTree2 li a {
text-decoration:none;
color:#FFF;
}

#SectionTree2 li a:hover {
text-decoration:underline;
}

#ContentArea {
	background: url(../images/contarea_back.gif) no-repeat top right;
	min-height:356px;
	float:left;
	display:inline;
	margin-right:0;
	width:100%;
}

* html #ContentArea {
	height:356px;
}

#LocationBar {
	line-height: 50px;
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #666;
	white-space: nowrap;
}

#LocationBar a {
	padding: 0px 4px 0px 8px;
	color: #666;
	text-decoration: underline;
	background-image: url(../images/locationbar_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}

#LocationBar a:hover {
	text-decoration: underline;
}

#ContentContainer {
	position:relative;
	z-index:2000;
	padding: 0px 30px 10px 0px;
	width:95%;
}

.Clear {
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */

body, td {
	font-family: Georgia, Times New Roman, Lucida Sans Unicode, Verdana, sans-serif;
	font-size: 12px;
	color:#FFF;
}

a {
	color: #E8CAAC;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	margin: 0px;
	padding-top: 10px;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Lucida Sans Unicode, Trebuchet MS, Arial, Verdana, sans-serif;
	color:#FF9900;
}

h2 {
	margin: 0px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
}

h3 {
	margin: 0px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

p.qoute {
	margin: 5px;
	padding: 5px;
	font-style: italic;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

span.Date {
	font-size: 11px;
	color: #CCCC00;
}

img {
	border:none;
}

input.FormText, select.FormSelect, textarea.FormTextArea {
	margin:2px;
	border-color:gray;
	background-color:#333;
	color:#CCC;
}

textarea.FormTextArea {
	width:99%;
}

input.FormText, select.FormSelect {
	height:14px;
}

table.ZebraTable tr.dark,
table.DataTable tr.dark,
table.DataTable td.dark {
	background: #333;
}

table.ZebraTable tr.light,
table.DataTable tr.light,
table.DataTable td.light  { 
	background: #666;
}

#StaticContainer {
	margin: 10px 0;
	text-align:left;
	font-size:10px;
}

#StaticContainer h2{
	font-weight:bold;
	font-size:12px;
}

#StaticContainer h3{
	font-size:10px;
	font-weight:bold;
	padding-bottom:5px;
}

#StaticContainer ol{
padding:10px;
padding-left:20px;
margin:0;
}

.linkbox a {
	font-family: Verdana, helvetica, sans-serif;
	font-size: 10px;
}

#GalleryListContainer div.wrapper a img, #GalleryContainer div.wrapper a img  {
	border:1px solid white;
	margin:0;
}

div.wrapper {
	margin:0;
}

.forumAvatar {
	border:1px solid white;
	margin-top:10px;
}

.DataTable th {padding:4px;}