
body
{	background: #4b0202;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #666;
	}


hr 
{	border: 1px solid #CFCFCF;
	}


*
{	margin: 0;
	padding: 0;
	}

img
{	border: 0;
	}

a
{	text-decoration: none;
	color: #b3000a;
	}

a:hover
{	text-decoration: none;
	color: #555;
	}





#holder
{
	background: url('images/holder.gif') repeat-x;
	position:absolute;
	top: 150;
	width: 100%;
	height: 530px;
	margin-top: 20px;
}






#canvas
{
	background: url('images/canvas.gif') no-repeat;
	position:absolute;
	left: 50%; 
	top: 150;
	width: 695px;
	height: 530px;
	margin-left: -380px;
	margin-top: 0px;
}





#empty
{
	width: 631px;
	height: 120px;
}







#navigation
{	
	padding: 10px;
	width: 655px;
	height: 25px;
	FONT-FAMILY: Century Gothic, Arial; 
}

#navigation li
{
	float: right;
	height: 25px;
	list-style-type: none;
	list-style-image: none;
	FONT-FAMILY: Century Gothic, Arial; 
}

#navigation a
{
	color: #FFF;
	height: 25px;
	line-height: 25px;
	text-align: center;
	padding: 0px 23px 0px;
	FONT-FAMILY: Century Gothic, Arial; 
}

#navigation a:hover 
{
	color: #4b0202;
	FONT-FAMILY: Century Gothic, Arial; 
}

#navigation .active
{
	color: #111;
	FONT-FAMILY: Century Gothic, Arial; 
}











#content
{	
	padding-left: 42px;
	padding-right: 42px;
	padding-bottom: 0;
	width: 610px;
	height: 330px;
	overflow: auto;
}

#content h1
{
	font-size: 150%;
	color: #333;
	FONT-FAMILY: Century Gothic, Arial; 
	text-transform: uppercase;
	padding-bottom: .8em;
	letter-spacing:15px;
}

#content h2
{
	font-size: 150%;
	color: #333;
	FONT-FAMILY: Century Gothic, Arial; 
	text-transform: uppercase;
	padding-bottom: .3em;
	letter-spacing: 0px;
	border-bottom:1px solid gray;
}

#content p 
{
	padding-bottom: .8em;
}





#footer
{
	color: #b33d01;
	padding: 12px;
	width: 655px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	font-size: 10px;
	FONT-FAMILY: Arial; 
}

#footer a
{
	color: #b33d01;
	FONT-FAMILY: Arial; 
}

#footer a:hover
{
	color: #FFFFFF;
	FONT-FAMILY: Arial; 
}













/* menu navi */
#left {
	float:left;
	width:130px;
	margin:0;
	padding:1em;
	border-right:1px solid gray;
}

#text {
	margin-left:150px;
	padding:2em;
}

#text p {
	font-size: 1.1em;
	padding-bottom: 0em;
	font: Verdana, Arial, Helvetica, sans-serif;

}

#text ul
{
	padding: 0px 15px 15px;
}







#left a {
	text-decoration: none;
	font-size: 1em;
	color: #343434;
	letter-spacing: 1pt;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-WEIGHT: bold; 
}

#left a:hover {
	text-decoration: none;
	font-size: 1em;
	color: #e1821a;
	letter-spacing: 1pt;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-WEIGHT: bold; 
}

#left .active
{
	color: #B43E01;
}

.right {
	float:right;
	width:120px;
	margin:0;
	padding: 0em;
}

.rightL {
	float:right;
	width:135px;
	margin:0;
	padding: 0em;
}









/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/one_page.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
/* set up the overall width of the menu div, the font and the margins with a relative position*/

.menu {
	font-family: verdana, arial, sans-serif; 
	width:600px; 
	margin:0; 
	position:relative;
	z-index:100;
	}

/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
	border:0;
	}

/* float the list so that the items are in a line */
.menu ul li {
	float:left; 
	}

/* style the links to be 249px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
	text-align:center; 
	text-decoration:none; 
	color:#4c0203; 
	background: url(images/loc-bg.jpg) repeat;
	border-right:1px solid #FFF;
	padding: 0px 31px 0px;
	display:inline-block; 
	height:30px; 
	line-height:30px; 
	font-size:11px;
	}

/* make the dropdown ul invisible */
.menu ul li ul {
	display: none;
	}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
	color:#fff; 
	background:#4c0203;
	}

/* make the sub menu ul visible and position it beneath the first list item */
.menu ul li:hover ul {
	text-align:left;
	display:block; 
	position:absolute; 
	top:30px; 
	left:0px; 
	text-align:left;
	z-index:100;
	}

/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
.menu ul li:hover ul li {
	background:#FFF; 
	color:#000;
	padding:30px;
	width:497px;
	height:175px;
	overflow:none;
	border:20px solid #4c0203;
	}

/*float the image left with padding and no border */
.menu ul li:hover ul li img {
	float:left; 
	padding:0px 20px 0px 0; 
	border:0;
	}

/* style the paragraph font height */
.menu ul li:hover ul li p {
	font-size:0.9em;
	}

/* style the paragraph font height */
.menu ul li:hover ul li table {
	font-size:0.9em;
	}

/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
	display:inline;
	background:#FFF;
	color:#c00;
	text-decoration:none;
	border:0;
	padding:0;
	}

/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
	text-decoration:none; 
	color:#000;
	}
