
body {
	background: #fff url(img/bg2.gif); 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	margin: 0;
	color: #666;
	}

/*a { text-decoration: none; color: #369; border-bottom: 1px dashed #369; }
a:hover { border-bottom: 1px dashed #49515C; color: #49515C; }*/
	
#container {
	margin: 0 auto;
	width: 740px;
	background: #fff url(img/dot_line.gif) repeat-y 75%;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left;
	}
	
		
#header {
	background: #49515C url(img/Logo.png) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 0x 0px;
	height:160px;
	}	
#header h1 { 	
	margin: 0;
	color: #fff;
	font-size: 3em;
	font-weight: normal;
	cursor: default;
	font-family:Times;
	text-align: right;
	}	
#header h2 { 	
	margin: 0;
	color: #fff;
	font-size: 1em;
	padding-left: 1px;
	cursor: default;
	text-align: right;
	word-spacing: 3 px;	
	}	

#nav {
	background: #ddd; 
	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: #666;
	background-color: #ddd;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 0.9em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #F99; color:#fff;}

#sidebar {
	float: right;
	width: 175px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}

#sidebar h3, #content h3 { 
	font-size: 1.5em; 
	color: #666; 
	margin: 0 10px 0 0; 
	cursor: default;

	}

#sidebar div { background: #fff; }	

#content div, #sidebar div { 
	padding: 20px 0 10px 0;  
	border-top: 1px solid #ddd;
	}	

#content div { background: #fff ; }	
	
#content {
	float: left;
	width: 535px;
	position: relative;
	margin-left: 0px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 3px;	
	}	

#footer {
	background-color: #cccccc ;
	border-bottom: 5px solid #fff;
	border-top: 5px solid #fff;
	text-align: center;	
	color: #666;
	font-size: 0.8em;
	padding: 0px 120px 2px 120px;
	line-height: 15px;
	clear: both;
	}
	
#footer a {
	text-decoration: none; 
	color: #000; 
	border-bottom: none; 
	}
#footer a:hover { 
	border-bottom: none; 
	color: #fff; 
	}
