/* basic elements ----------------------------------------------------------------------------------------*/
body { background: #330000 url(../graphix/bg_tile.gif) ; margin: 25px 0px 0px 80px ; padding: 0; font-family: Verdana, Arial, Helvetica, sans-serif ; color: #d6953b;	}
	
a:link 				{ text-decoration: none; color: #ff9933;	}
a:visited 			{ text-decoration: none;	color: #C6C6C6;	}
a:hover, a:active 	{ text-decoration: none; 	color: #FFFFFF;	}
acronym 			{ border-bottom: 0px dotted; /* Override for netscape that still want to display a dotted underline */	cursor:help;	font-weight: bold;	}
p					{ padding: 0, 10px, 0, 5px;}

/* Links within paragraphs (subtle) */
p a 				{ color: #ffcc66; text-decoration: none; }

/* Links within paragraphs (revealed) */
p:hover a 			{ color: #cc9933; text-decoration: underline; }

/* Rollover effect for links within paragraphs */
p a:hover 			{ color: #cc9933; text-decoration: underline; }

/* Rollover effect for visited links within paragraphs */
p a:visited 			{ color: #ffcc66; text-decoration: none; }

/* Rollover effect for visited links within paragraphs */
p a:visited:hover 			{ color: #cc9933; text-decoration: underline; }
 
/* Page elements  ----------------------------------------------------------------------------------------*/

#brand {
	background: #380e01 url(../graphix/top.gif) no-repeat ; 
	width: 632px;
	margin: 25px 0 0 0;
	padding: 64px 0 0 0;
	overflow: hidden;
	clear: both;
	}
	
#container {
	background: #660000 url(../graphix/container_bg.gif);
	top: 0; 
	width: 632px;
	min-height: 321px;
	font-size: 10px;
	padding: 0px;
	margin: 0px; 
	overflow: hidden;
	}

#content {
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin-right: 135px;
	}

#navContainer {
	width: 142px;
	min-height: 301px;
	font-size: 16px;
	text-align: left;
	float: right;
	padding: 10px 0px 10px 0px;
	margin: 0; 
	}
	
.navitem {
	width: 113px;
	height: 14px;
	color: #330000;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
	margin: 5px 0px 10px 5px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	overflow: hidden;

	}

.navitem a:link, a:visited {
	width: 113px;
	height: 14px;
	color: #330000;
	}

.navitem a:hover {
	width: 113px;
	height: 14px;
	color: #990000;
	background: url(../graphix/nav_item_bg.gif) no-repeat -12px;
	}
	
#footer {
	background: #380e01 ; 
	width: 632px;
	color: #993300;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin-top:-10px;
	clear: both;

	}

hr	{color: #ffcc66; background-color: #ffcc66; width: 80%; height: 1px; overflow: hidden; }