@charset "UTF-8";
/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif;
    background-image:url(images/background/body2.jpg);
	
}
	
#wrapper{
	margin:0 auto;
	/*background-color:#dcf1f5;*/
	background-image:url(images/background/wrapper5.jpg);
	background-repeat:no-repeat;
	width:1024px;
	height:730px;
	margin-top:15px;
	padding-top:19px;
	}
#nav {

	}
	
#nav ul li{	
	margin-top:10px;
	list-style-type:none;
	float:left;
	margin-left:105px;
	
	}
	
#nav ul li a {
	text-decoration:none;
	color:#3f3f3f;
	text-transform:uppercase;
	
	}

#nav ul li a:hover{
	color:#897993;
	text-decoration:underline;
	
}


#content {
	width:835px;
	height:580px;
	margin-top:60px;
	margin-left:148px;
	float:left;
	
	}
	
#nav ul li:hover ul {
    display: block;
	
}

#nav ul ul {
    display: none;
    margin-left: -60px;
    position: absolute;
}

#nav ul ul li {
	margin-left:20px;
	}
	
