/* CSS Document */

#container {
	float: inherit;
	width: 700px;
	height: 700px;
	margin: 0 auto;  /* either top, right, bottom, left...if 2, top/bottom and sides */
	background-color:#FFFFFF;
}

#header {
	float: center;
	width: inherit;
	height: 110px;
	margin: 0 auto;
	background: url(Graphics/banner-red.jpg);
}

#navBar {
	float: bottom;
	width: inherit;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	padding-top: 0px;
	background-color:#CC6600;
}

#nav1 {
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#FFFFFF;
	text-decoration: none;
}

#side {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}

#content {
	float: left;
	width: 510px;
	height: 560px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

#subNav {
	float: right;
	width: 190px;
	height: 200px;
	margin: 0 auto;
	background-color:#7B3F5B;
}

#constRight {
	float: right;
	width: 190px;
	height: 360px;
	margin: 0 auto;
	background-color: #9EB952;
}

