/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	/*background: #fff url(img/bg2.gif);  Optional */
	background-color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* IE Fix */
	margin: 0;
	font-size:11px;
	color: #EAEAEA;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { color:#D78686; text-decoration:none; font-size: 12px; cursor:pointer; }
a:hover {
	color:#CCCCCC;
}
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 900px;
	background: #000 url(img/dot_line.gif) repeat-y 25%;
	border: 1px solid #000;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		

#header {
	background-color: #000;
	border-bottom: 0px solid #333;
	border-top: 0px solid #fff;
	padding:0;
	width:900px;
	height:150px;
}

#header h1 { 
	margin: 0;
	color: #FFF;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #FFF;
	cursor: default;
	}	

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

#nav {
	border-bottom: 1px solid #333;
	background-color: #202020;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	height: 2.2em;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	z-index: 1;
	top:0px;
	position:relative;
	margin-bottom:25px;
	padding-top:6px;
	}

#nav li {
	list-style-type: none;
	display: inline;
	/*line-height: 20px;*/
	}
	
#nav a, a:visited { 
	text-decoration: none;
	color:#FFF;
	font-weight:bold;
	padding-right:20px;
	font-size:13px;
	}
#nav a:hover { color: #D78686; }
#nav a.on { background-color: #FFF; color: #D78686; }


/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	position: relative;
	/*line-height: 20px; */
	word-spacing: 2px;	
	}
#sidebar div { /*background: #fff url(img/para_bg.jpg) repeat-x;*/ }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	color: #FFF; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
	
#sidebar a, a:visited, a:active {
	line-height:normal;
	text-decoration: none;
	color:#D78686;
	font-weight:normal;
	padding-right:0px;
	font-size:12px;
}


#sidebar-right {
	float: right;
	width: 225px;
	position: relative;
	/*line-height: 20px; */
	word-spacing: 2px;
	}
#sidebar-right div { /*background: #fff url(img/para_bg.jpg) repeat-x;*/ }	
#sidebar-right img { border:1px solid #000; }
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar-right h3, #content h3 { 
	color: #FFF; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
	
#sidebar-right a { color:#CC6600; text-decoration:none; font-weight:normal; }

#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	border-top: 0px solid #ddd; 
  padding: 0px;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 870px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	/*text-align: justify; */
	word-spacing: 2px;	
	}	

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	border-bottom: 0px solid #333333;
	background-color: #202020;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	margin: 0; 
	padding: 0;
	height: 2.5em;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	z-index: 1;
	clear:both;
	}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 0px dashed #A2AFBF; }
#footer a:hover { border-bottom: 0px dashed #fff; color: #fff; }

#flashcontent {
		width: 99%;
		height: 640px;
}

#submit {
	background-color:#D78686;
	color:#FFFFFF;
	padding:5px;
	font-size:12px;
	border:1px solid black;
}