/*------------------------------------------------------------
**  Global
**------------------------------------------------------------*/
body   { 
	font-size: 12px; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	background: #ffffff url("../images/bg.gif"); 
	text-align: center; margin: 0 
}

a { 
	color: #B22222;
	text-decoration: underline; 
}

a:hover { 	
	color: #B22222;
	text-decoration: none;
	border-bottom: 1px dashed #B22222; 
}

/*------------------------------------------------------------
**  Container
**------------------------------------------------------------*/	
#container  { 
	background-color: #fff;
	text-align: left; 
	margin: 0 auto; 
	padding: 0 5px; 
	width: 740px; 
	border: solid 1px #ddd 
}
	
/*------------------------------------------------------------
**  Header
**------------------------------------------------------------*/		
#header {
	background-image: url("../images/pepper-bg.jpg");
	background-color: #000;
	background-position: right;
	background-repeat: no-repeat;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 25px 20px;
	}	
#header h1 { 	
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial; 
	font-weight: normal;
	margin: 0;
	color: #fff;
	font-size: 20px;	
}	
#header h2 { 
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial; 
	font-weight: normal;
	margin: 0;
	color: #fff;
	font-size: 16px;
	padding-left: 1px;
}	

/*------------------------------------------------------------
**  Nav
**------------------------------------------------------------*/

#nav   { 
	text-align:right; 
	font-size: 12px; 
	background-color: #cfcfcf;
	margin: 0; 
	padding: 0; 
	height: 2.2em; 
	border-bottom: 4px solid #fff 
}

#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a  { 
	color: #fff; 	
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none; 
	background-color: #8B0000;
	padding: 3px 8px; 
	float: left; 
	border-right: 4px solid #fff; 
	border-bottom: 0 none 
}
#nav li a:hover { 
	color: #fff;
	background-color: #B22222; 
}
#nav li a.on { 
	background-color: #B22222;
	color: #fff; 
}

/*------------------------------------------------------------
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	font-family: Helvetica, "Trebuchet MS", Verdana, Arial, sans-serif; 
	float: left;
	width: 185px;
	position: relative;
	line-height: 18px;
}
#sidebar h3 {
	font-size: 12px; 
	font-weight: bold; 
	background-color: #cfcfcf;
	color:#b22222;
	margin-top: 15px;	
	padding : 5px 3px 5px 3px;
}

#sidebar ul{	
	margin-top: -10px;
	list-style:none;
}
#sidebar ul li{
	margin-left: -35px;
	padding-left: 1px;
}
#sidebar a {
	border-bottom: none;
	text-decoration: none;	
}

#sidebar a:hover { 	
	color: #B22222; 
	border-bottom: 1px dashed #B22222; 
}

#sidebar div { 

}	

/*------------------------------------------------------------
**  Content
**------------------------------------------------------------*/

#content  { 
	font-size: 12px; 
	line-height: 18px; 
	text-align: left; 
	word-spacing: 1px;
	margin-left: 15px; 
	padding-top: 10px;
	padding-right: 5px;
	position: relative; 
	width: 535px; 
	float: left;
}
#content h2 {
	font-size: 14px; 
	color: #B22222; 
}

#content h3 {
	font-size: 12px; 
	color: #B22222; 
}
	
#content blockquote {
	margin: 15px 30px 0 45px;
	padding: 0 0 0 45px;
	font-style:italic;
}	
/*------------------------------------------------------------
**  Footer
**------------------------------------------------------------*/
#footer {
	background-color: #000;

	/*
	background-image: url("../images/header.jpg");
	background-position: right;
	background-repeat: no-repeat;	
	*/

	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 11px;
	padding: 10px;
	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; 
}

pre {
	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}