/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
  
	background: #000300 url('img/bg.jpg') no-repeat;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #000;
	}


acronym { cursor: help; border-bottom: 1px dashed #000000; }

a { text-decoration: bold; color: #7B0808; border-bottom: 0px dashed #7B0808; }

a:hover { border-bottom: 0px dashed #7B0808; color: #7B0808; }
a img {border:0}

/* ------------------------------------------------ */
h1, h2, h3, h4, h5, h6, strong {color: #000;}

p {margin:0 0 5px 0; line-height: 150%;}

h1 { 
	margin:0 0 10px 0;
	font-size: 18px;	
}

h2 { 
	margin:10px 0 4px 0;
	font-size: 16px;	
		
}

h3 { margin:10px 0 4px 0;
	font-size: 14px;	
}

h4 {	
	margin:10px 0 0 0;	
	font-size: 1em;	
	
}

h5 {
	margin:10px 0 0 0;	
	font-size: 0.9em;	
}

h6 {
	margin:3px 0 0 0;	
	font-size: 0.75em;	
}

hr{border: 1px dashed #C0C0C0;}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto 0 auto;
	width: 950px;
	background: transparent;
	border: 0px solid #000000;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background-image: url(img/header.png);
	height:200px;
	background-repeat: no-repeat;
	margin-top: 2px; 
	
	}	

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

#nav {
	background-image: url(img/menu-bg.jpg);
	border-bottom: 0px solid #FFCE7B;
	margin: 0; 
	padding: 0;
	height: 40px;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 30px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #fff;
	background: transparent;
	border-right: 0px solid #7B0808; 
	border-bottom: 0px solid #7B0808;
	padding: 5px 30px 0px 0px;
	font-size: 1em;
	float: right;
	font-weight: bold;
	}
#nav li a:hover { background-color: transparent;color: #C9CBCB; }
#nav li a.on { background-color: transparent; color: #C9CBCB; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
textarea {
  width: 98%;
}

input,
textarea {
  color: #000;
  background-color: #FCEECB;
  border: 0px solid #7B0808;
  border-bottom: 0px sol id #7B0808;
}

#sidebar {
	float: left;
	width: 200px;
	background-image: url(img/sitebar-bg.png);
	margin-top: 0px;
	margin-left: 60px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}
#sidebar div { background-image: url(img/sitebar-bg.png); }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3,  { 
	font-size: 1.1em;
	color: #7B0808; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#sidebar div { 
	padding: 1px 0 10px 0;  
	border-top: 0px solid #FCEECB; 
  padding: 10px;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 655px;
	height:600px;
	background: transparent url('img/bg-content.png') repeat-y;
	overflow: auto;
	margin-left: 15px;
	padding: 1px 10px 0px 10px; 
	line-height: 16px; 
	text-align: justify; 
	word-spacing: 3px;	
	}	
#content div { padding: 1px 10px 0px 10px; )  }	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: background: #FCEECB;;
	border-bottom: 0px solid #FCEECB;
	border-top: 0px solid #FCEECB;
	text-align: center;	
	color: #012B01;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #012B01; border-bottom: 1px dashed #012B01; }
#footer a:hover { border-bottom: 1px dashed #024E02; color: #FCEE06; }
