/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #5e080b; /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #fff;
	}

a { color: #fff; text-decoration: underline; }
a:hover { color: #C6C4C5;  text-decoration: none;}
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 820px;
	background: #5e080b;
	padding: 0 0 0 0;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #5e080b url(lanzelot.jpg) no-repeat 100% 0;
	padding: 28px 30px;
	}	
#header h1 { 	
	margin: 0;
	color: #C6C4C5;
	font-family: Times New Roman, Serif;
  font-size: 4em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #5e080b; 
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #8D8E90;
	background-color: #5e080b;
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { color: #fff; }
#nav li a.on { color: #fff; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}
#sidebar div { background: #fff url(para_bg.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.3em; 
	
	color: #8D8E90; 
	margin: 0 0 0 0; 
	cursor: default;
	}
	
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	padding: 0px;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	padding: 5px;
	position: relative;
	line-height: 20px; 
	text-align: left; 
	word-spacing: 2px;	
	}	
#content div { background: # url(para_bg.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
  border-top: 1px solid #ddd;
	background: #5e080b 100% 0;
	text-align: center;	
	color: #8D8E90;
	font-size: 0.9em;
	padding: 10px 0 30px 0;
	line-height: 16px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }

