/* CSS stylesheet */

body
{
	
	background-color: #c4c4c4;
	margin: 0;
	font-size: 12px;
	font-family: verdana;

	
}

#top
{
	font-family: Tahoma;
	width: 830px;
	background-color: #c4c4c4;
    margin-left: 53px;
	margin-bottom: 5px;
	text-align:center;
	color: #fff;
	padding:10px 20px 25px 20px;
	

}

#top b  {
	
	float:left;
	margin: 0 auto;
	font-weight:bold;
	font-size: 20px;
	color: #faf8f9;

	
}
#top i  {
	
	float:left;
	margin: 0 auto;
	font-weight:bold;
	font-size: 20px;
	color: #c4c4c4;
	background-color: #faf8f9;
}

#header
{
	
	background: url();
	margin-left: auto; 
	margin-right: auto;
  	width: 850px;
  	height: 80px;
  	text-align: center;

}
#container 
{
	width:860px;
	margin:0 auto;
	padding:0px 0 0 0;
}

#sub
{
	width:810px;
	margin:0 auto;
	background-color:   #faf8f9 ;  
	margin:0 auto; 
	padding:30px 20px 20px 20px;
}

#menu
{
	width:850px;
	margin-left: 5px;
	float: right;
	text-align:left;
	float: none;
	background-color:  #faf8f9;

}

#menu #nav {
	margin:0;
	padding:0;

}


#nav li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	
}

#nav li a {
	display:block;
	width: 150px;
	text-align:center;
	background-color: #c4c4c4;
	color:#fff;
	font-family:Trebuchet MS, Verdana;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	padding:10px 0px 10px 0px;
	border-top:4px solid  #faf8f9;
	border-left:4px solid  #faf8f9; 
}


#nav li a.last {
	margin:0;
	border-right:4px solid  #faf8f9; 
}

#nav li a:hover 
{
	background-color: #333333;
	color:#fff;
} 
.clear {
	clear:both;
} 

#sidebar {
	width:240px;
	float:right;
	background-color: #C4C4C4;
	margin:10px 15px 0 0;
	padding:30px 20px 20px 20px;
	color:#777;
	line-height:18px;
	font-size:90%;
	word-spacing:-1px;
	
}

#sidebar h1 {
	font-family:Trebuchet MS;
	font-size:22px;
	color:#333333;
	font-weight:normal;
	margin:20px 0 10px 0;
}
#sidebar h1.first {
	color:#000;
	margin:5px 50px 40px 50px;
}
#content {
	margin:0 331px 0 20px;
	padding:10px 20px 10px 20px;
	line-height:20px;
	word-spacing:2px;
}

#content h1 {
	font-family:Trebuchet MS, sans-serif;
	font-size:24px;
	color:#333;
	font-weight:normal;
	margin:30px 0 35px 0;
	letter-spacing:-2px;
	padding:0 0 2px 0;
}
#content h1 a {
	color:#333;
	text-decoration:none;		
	border:none;
}
#content h1 a:hover {
	color:#666;
}
h2 {
font:120% Verdana;
color:#333;
border-bottom:1px dotted #ccc;
}


a {
color:#333;
border-bottom:1px solid #c4c4c4;
text-decoration:none;
}

a:hover {
border-bottom:1px solid #faf8f9;
}

#footer {
	
	width: 320px;
	padding:10px 1px 10px 1px;
	background-color: #faf8f9;
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	color: #333;
	float: none;
	margin-left: 270px;
	margin-top:20px;  
}