#layout {
  width: 924px;
	margin-left: auto;
	margin-right: auto;
}
#topnavbar {
  float: center;
	width: 924px;
}
#sidenavbar {
  float: left;
  width: 200px;
}
#wrap {
  width: 100%;
	float: left;
	margin-left: -200px;
	margin-right: -200px;
}
#content {
	margin-left: 200px;
}
#centercontent {
  text-align: center;
  margin-left: 200px;
	margin-right: 200px;
}
#rightcontent {
  float: right;
	width: 200px;
}
#header {
  float: center;
}
#footer {
  clear: both;
  float: left;
}
body {
	color:#330033;
	background-color:#CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style1 {
  color: #000000
}
.style2 {
  font-size: 26px;
}
.style3 {
  font-size: 18px;
}
p {
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 10px;
}
ul {
	font-size: small;
	list-style-type: none;
}




