body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../image/backgroundTexture.jpg);
	background-repeat: repeat;
}
#wrapper {
	background-color: #d7f5cc;
	text-align: left;
	width: 770px;
	margin: 0 auto;
	border: 6px ridge #7f5709;
}
#header {
	background-color: #d7f5cc;
	margin: 0px;
	padding: 0px;
	height: 100px;
}
#subheader {
	background-color: #d7f5cc;
	height: 50px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	width: 620px;
	float: right;
}
#subsubheader {
	background-color: #d7f5cc;
	margin: 0px;
	padding: 0px;
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	width: 150px;
}
#mainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	background-color: #d7f5cc;
	margin: 0px;
	height: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	width: 600px;
	float: right;
}
#footer {
	background-color: #d7f5cc;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 75px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	margin-top: 10px;
}
#footContent {
	font-size: 10px;
	line-height: 1.3em;
	text-align: center;
	margin-top: 10px;
	border: 1px solid #666;
}
#sideBar {
	background-color: #d7f5cc;
	margin: 0px;
	padding: 0px;
	height: 335px;
}
#rounded {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 770px;
	text-align: center;
}

