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

body {
	background: url(../images/bg3.jpg) repeat;
	}
	
#container {
	width: 960px;
	}
	
#top {
	margin-top: 40px;
}

#bottom {
	margin-top: 15px;
}

#nav {
	margin-top: 10px;
	color: #F7EDD4;
	letter-spacing: 1.3px;
	font-family: "MrsEaves PetiteCaps", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

#nav a {
	color: #F7EDD4;
	text-decoration: none;
	}
	
#nav a:hover {
	text-decoration: underline;
	}
	
