body.uber
{
	background-color: #000;
	font-family: arial, sans-serif;
	color: #fff;
}

div.main_content
{
	position:absolute;
	left:30px;
	top: 100px;
	width:980px;
	min-height:300px;	
	z-index:3;
	padding: 0px 32px 0px 32px;
}

h3.page_title 
{ 
	color:#bda18e;
	position:relative;
	left:24px; 
}

div.outter_box
{
	border-style: solid;
	border-color: #2e0e0b;
	
	border-left-width: 8px;
	border-right-width: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	width:860px;
	
	padding:2px 2px 2px 12px
}

div.inner_box
{
	border-style: solid;
	border-color: #6c382b;
	
	border-left-width: 4px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;

	/* width is 700px */
	
	padding: 4px 32px 16px 32px;
}

div.inset_content
{	
	border-style: solid;
	border-color: #2e0e0b;
	border-width: 1px;
	padding: 8px 16px 24px 16px;
	
	position: relative;
	left: 4px;
	width: 600px;
}

div.minor_content
{	
	border-style: solid;
	border-color: #6c382b;
	border-width: 1px 1px 1px 2px;
	padding: 4px 4px 6px 12px;
	
	position:relative;
	left:-31px;
	
	width: 916px;
}


a.email
{
	text-decoration: none;
	position: relative;
	left: 8px;
	font-weight: bold;
}
a.email:link.email { color:#f3c26c; }
a.email:visited.email { color:#d49b39; }
a.email:hover.email { color:#fad274; }
a.email:active.email { color:#ffde8f; }

div.top_bar
{
	position: absolute;
	width: 1024px;
	height: 96px;
	top: 0px;
	left: 0px;
	background-image:url('topbar.png');
	z-index: 1;
}
	
div.link_bar
{
	position: absolute;
	
	width:480px;
	height: 26px;
	background-color: #000;
	
	top: 66px;
	left: 44px;
	z-index: 2;
	
	border-style: solid;
	border-color: #2e0e0b;
	
	border-width: 1px 4px 1px 8px;
	
	padding:4px 4px 4px 8px;
}

a.top_link
{
	display:block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 90%;
	
	color: #be823d;
	background-color: #000;
	float:left;
	padding: 4px 24px;
	
	border-width: 0px;
}

a.top_link:visited { color: #a84a0b; }
a.top_link:hover { color: #f8931d; background-color: #0f0a08; }
a.top_link:active { color:ffb940; }

a.top_link2
{
	display:block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 90%;
	
	color: #ffb940;
	background-color: #000;
	float:left;
	padding: 4px 24px;
	
	border-width: 0px;
}

a.top_link2:visited { color: #ffb940; }
a.top_link2:hover { color: #ffb940; }
a.top_link2:active { color:#ffb940; }

a
{
	text-decoration: none;
	color: #f3c26c;
	font-weight: bold;
}

a:visited { color: #d49b39; }
a:hover { color: #fad274; }
a:active { color: #ffde8f; }

li.blocky 
{
	list-style-type:none;
	border-style: solid;
	border-color: #6c382b;
	
	position: relative;
	left:-32px;
	
	border-left-width: 8px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	
	padding:2px 8px 4px 12px
}
ul.minor
{
	list-style-type:square;
	
	border-width:0px;
}