/* ## Common Styles ## */
body {
	margin: 0;
    background: #fff url(images/bg.gif); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666;
	}
acronym { 
	border-bottom: 1px dashed #999;
	cursor: help; 
	}
/* ## Main ## */	
#main {
	width: 740px;
	margin: auto;
	padding: 0 5px;
	background: #fff; 
	text-align: left; 
	}
/* ## Header ## */		
#header {
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	padding: 30px 30px;
	background: #49515C url(images/banner_1.jpg) no-repeat 100% 0;
	}	
#header h1 { 	
	margin: 0;
	color: #C6C4C5;
	font-size: 1.8em;
	font-weight: normal;
	}	
#header h2 { 	
	margin: 0;
	padding-left: 1px;
	color: #8D8E90;
	font-size: 1.2em;
	}	
/* ## Top Menu ## */
#menu {
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	background: #858F9E; 
	height: 2.2em;
	}
#menu li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#menu li a { 
	border-right: 2px solid #fff; 
	border-bottom: 0;
	padding: 2px 5px;
	text-decoration: none; 
	color: #ddd;
	background-color: #858F9E;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#menu li a:hover { 
	background-color: #6B7687; 
	}
#menu li a.on { 
	background-color: #49515C; color: #C6C4C5; 
	}
/* ## Sidebar ## */
#sidebar {
	width: 130px;
	float: left;
	position: relative;
	line-height: 15px; 
	word-spacing: 2px;	
	}	
#sidebar a img {
	border: none;
	}
#sidebar a { 
	text-decoration: none; color: #369;  
	}	
/* ## Sidebar + Content ## */
#sidebar h3, #content h3 { 
	margin: 0 10px 0 0; 
	font-size: 1.1em; 
	color: #49515C; 
	cursor: default;
	}
#content div, #sidebar div { 
	border-top: 1px solid #ddd; 
	padding: 1px 0 5px 0;  
	}	
/* ## Content ## */
#content {
	border-left: 1px dashed #ddd;
	margin-left: 10px; 
	padding: 0px 0px 0px 8px;
	width: 580px;
	float: left;
	position: relative;
	line-height: 15px; 
	text-align: justify; 
	word-spacing: 2px;	
	}
#content  a { 
	color: #369;
	}
#content  a:hover {
	text-decoration: none; 
	color: #49515C; 
	}		
/* ## Footer ## */
#footer {
	background: #49515C url(images/banner_2.jpg) no-repeat 100% 0;
	border-bottom: 5px solid #fff;
	border-top: 5px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
	}
#footer a { 
	border-bottom: 1px dashed #A2AFBF;
	text-decoration: none; 
	color: #A2AFBF; 
	}
#footer a:hover { 
	border-bottom: 1px dashed #fff; 
	color: #fff; 
	}
