/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(bg2.gif); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}







/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 850px;
	background: #fff url(back-navi_175x5.jpg) repeat-y;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #9F0202 url(header_right.jpg) no-repeat 100% 0;
	border-bottom: 5px solid #fff;
	border-top: 5px solid #fff;
	height:150px;
	}	
#header h1 { 	
	margin: 0;
	color: #9F0202;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #990000; color: #FFFFD6; 
	border-bottom: 4px solid #fff;
	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: #ddd;
	background-color: #990000;
	border-right: 4px solid #ccc; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #FFFFD6; color: #990000; }
#nav li a.on { background-color: #FFFFD6; color: #990000; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	position: relative;
	line-height: 15px; 
	word-spacing: 2px;	
	}
	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #9F0202; 
	margin: 0 20px 0 0; 
	cursor: default;
	}
	
	#sidebar a { text-decoration: none; color: #FFFFD6; padding-bottom:5px; border-bottom: 1px dashed #FFFFD6; font-weight:bold; display:block; }
#sidebar a:hover { border-bottom: 1px dashed #FFFFD6; color: #FFFFD6; padding-bottom:5px; font-weight:bold; display:block;}

#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #ddd; 
  padding: 20px;}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 660px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	}	
#content div { background-color: #FFFFD6 }	

#content a { text-decoration: none; color: #FFFFD6; padding-bottom:5px; border-bottom: 1px dashed #FFFFD6; font-weight:bold; display:block; }
#content a:hover { border-bottom: 1px dashed #FFFFD6; color: #ffffff; padding-bottom:5px; font-weight:bold; display:block;}

#main {
	float: left;
	width: 660px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	}	
#main div { background-color: #FFFFD6  }
#main div { 
	padding: 1px 0 10px 0;  
  padding: 20px;}

#main h3, { 
	font-size: 1.1em; 
	color: #990000; 
	margin: 0 20px 0 0; 
	cursor: default;
	}
#main a { text-decoration: underline; color: #990000; }
#main a:hover { color: #ff9900; }
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #9F0202 url(header_right_bottom.jpg) no-repeat 100% 0;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #ffffff; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }

