body {
	background-image: url(assets/images/EGBSW%20logo%20washout.jpg);
	background-repeat: repeat;
}

#wrapper {
	background-color: #FFF;
	height: auto;
	width: 900px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-color: #06F;
	border-right-color: #003;
	border-bottom-color: #003;
	border-left-color: #06F;
	margin-right: auto;
	margin-left: auto;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}
#navBar {
	background-color: #009;
	margin: 0px;
	height: 100px;
	width: 900px;
	border-top-color: #009;
	border-right-color: #009;
	border-bottom-color: #009;
	border-left-color: #009;
}
#sidebar {
	background-color: #009;
	height: auto;
	width: 125px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000;
	margin: 5px;
	height: auto;
	width: 760px;
	float: right;
	clear: none;
	background-color: #FFF;
}

#footer {
	clear: both;
	height: 60px;
	width: 900px;
	background-color: #F00;
	vertical-align: bottom;
}
h1 {
	font-family: Impact;
	font-size: 32px;
	color: #FFF;
	font-weight: lighter;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00C;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h6 {
	font-family: Impact;
	font-size: 24px;
	color: #009;
	font-weight: lighter;
}

