/* Page Setup */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
table, caption, tbody, tfoot, thead, tr, th, td,
ul, ol, li , a , img{
  margin: 0;
  padding: 0;
  border: 0;
	}
body {
	background-color: #D6D6D6;
	color: #3E3E3E;
	}
img {
	max-width: 100%;
	display: block;
	}
p {
	margin: 15px;
	}
ul {
	list-style: none inside none;
	}

/* Header Styles */
#header {
	width: 50%;
	margin: auto;
	}
#banner {
	width: 100%;
}
#separator{
	width: 100%;
	background-image: url("/images/row.gif");
	background-repeat: repeat-x;
}

/* Main Styles */
#main {
	width: 50%;
	min-height: 100px;
	overflow: auto;
	margin: auto;
	background-color: #BDCEFF;
}
#content {
	width: 100%;
	}
#nav {
	width: 100%;
}
#nav ul li {
	width: 30%;
	float: left;
	border: 2px solid #FFFFFF;
	margin: 0px 0px 10px 15px;
}
	
/* Footer Styles */
#footer {
	width: 50%;
	margin: auto;
	background-color: #ABABAB;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	}