
body
{	background: #4b0202;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #555;
	}


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: 18px;
	font-weight: normal;
	color: #333;
	FONT-FAMILY: Verdana; 
	text-transform: uppercase;
	padding-bottom: .8em;
	letter-spacing:15px;
}

#content h2
{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	FONT-FAMILY: Arial; 
	text-transform: uppercase;
	padding-bottom: .2em;
	letter-spacing: 0px;
	border-bottom:1px solid gray;
}

#content ul
{
	color: #444;
}

#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;
}




