@charset "utf-8";
/* CSS Document */
body{
	background-color:#13b5b1;
}
#wrapper {
	width: 1100px;	
	/*height: 1200px;*/
	margin-right:auto; 
	margin-left:auto; 
	 
} 
#header {
	
	height: 120px;
	width: 1100px;	
} 
#navbar {

margin:0; 
padding:0; 
background-color:#c7baa7;
height: 40px;
width: 1100px;
-webkit-box-shadow: #666 0px 3px 3px;    
-moz-box-shadow: #666 0px 3px 3px;     
box-shadow: #666 0px 3px 3px;  
  
} 
#navbar ul{
    list-style-type:none; 
    margin:0; 
    padding:0; 
	color:#000;
	
} 

#navbar ul li{
	float: left;
	position: relative;
	font-size: 20px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-right: 34.5px;
	padding-left: 34px;
	letter-spacing: 2px;
		
} 


#navbar  ul :hover{
	background: #655641;
	float:left;
	
} 
a:link {color: #000;}
#navbar a:hover {
	color: #fff;
	
	
}

a:hover {
	color: #C03;
	font-weight: bold;
	
}
a{text-decoration: none;}


#content {
	background-color:#fff;
	width: 1100px;
	padding-top: 20px;
	-webkit-box-shadow: #666 0px 3px 3px;
	-moz-box-shadow: #666 0px 3px 3px;
	box-shadow: #666 0px 3px 3px;
} 

#content li{
	float: left;
	position: relative;
	margin-right: 50px;
	margin-left: 50px;
	list-style-type:none; 
} 
#footer {
	background-color: #c7baa7;
	height: 100px;
	width: 1100px;
	float:left;
} 

#footer ul{
	list-style-position:inside;
	line-height:25px; 
	font-size: 16px;
	list-style-type: none;
}

#new{
	font-size 20px;
	}
	
#first{
	font-size: 20px;
	color: #399;
	font-weight: bold;
}