/* LAYOUT */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #000 url(../images/bg.gif) repeat-y 50% 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #999;
}

div#frame	{
	width: 100%;
	height: 100%;
}

div#container {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

div#header	{
	text-align: right;
	margin-right: 130px;
	margin-top: 100px;
}

div#sidebar {
	width: 160px;
	float: left;
	display: inline;
	padding-left: 46px;
}

div#main {
	width: 694px;
	float: right;
	display: inline;
}

div#contentcenter {
	width: 230px;
	float: left;
	display: inline;
	padding-right: 10px;
}
		
div#contentright {
	width: 320px;
	float: left;
	display: inline;
	padding-left: 18px;
}
		
div#about-container {
	width: 560px;
	margin-top: 20px;
	float: left;
	display: inline;
	text-align: left;
}

/* Left side bar - dynamic listing */

div#navlist li {
	font-size: 10px;
	list-style-type: none;
	font-weight: normal;
	line-height: 18px;
}

div#navcontainer ul {
	list-style-type: none;
}

div#navcontainer a, td li a {
	font-size: 10px;
	
}

div#navcontainer a:hover {	
	color: #b00025;
}

div.navtitle  {
	background: transparent url(../images/up.gif) no-repeat; 
	width: 230px; 
	height: 15px;
	display: block;
}
div#navcontainer div.navtitle a, div#navcontainer div.navover a {
	width: 230px; 
	height: 15px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	padding-left: 10px;
}
div.navover {
	background: transparent url(../images/dn.gif) no-repeat; 
    width: 230px; 
	height: 15px;
	display: block;
}

/* TEXT */

h1	{
	font-size:19px;
	line-height:em;
	padding-top:4px;
	font-weight:bold;
	}
	
h2	{
	font-size:10px;
	color:#a80007;
	font-weight:bold;
	line-height:1em;
	}
	
p	{
	font-size:10px;
	line-height:1.4em;
	}
	
/* LINKS */


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

a:hover	{
	text-decoration:underline;
	color:#fff;
}


/* TABLES */

td	{
	font-size:10px;
	font-weight:normal;
	background-color:#000;
	height: 15px;
	}

td ul {
	list-style: none;
	margin-left: 10px;
}

td ul li {
   line-height: 20px;
}

table	{
	background-color: #212121;
}
