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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

#container{
	background: url(../Images/eggshell.jpg) top left repeat;
}

#banner {
	width: 900px;
	height: 100px;
	background: url(../Images/fawn.jpg) top left repeat-x;
	border-radius: 0px 15px 15px 0px;
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
}

#nav {
	width: 100%;
	height: 20px;
	background-color: transparent;
	margin: 0;
}

#nav ul {
	list-style: none;
}

#nav li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

#mainBack {
	width: 100%;
	min-height: 400px;
	background: url(../Images/deepsea.jpg) top left repeat;
	margin: 0;
}

#mainBox {
	width: 960px;
	border-radius: 15px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	background: transparent;
	width: 100%;
	min-height: 120px;	
}