#main {
	margin-left: auto;
	margin-top: 0;
	margin-right: auto;
	width: 960px;
	border: 1px solid #CCC;
	background-color: #FFFF99;
}

#header {
	height: 80px;
	background-color: #FFFF99;
}

#content {
	width:960px;
	float: left;
	margin-left: 0;
	margin-top: 0;
	margin-right: auto;
	background-color: #FFFF99;
}

#leftcontent {
	width: 0px;
	float: left;
	margin-left: auto;
	margin-top: 0;
	margin-right: auto;
	background-color: #FFFF99;
}

#rightcontent {
	width:960px;
	float: right;
	margin-left: auto;
	margin-top: 0;
	padding-top: 30px;
	margin-right: auto;
	background-color: #FFFF99;
	text-align: center;
}

#rightbar {
	float: right;
	width: 0px;
	margin-left: auto;
	margin-top: 5px;
	margin-right: auto;
	background-color: #FFFF99;
}

#bottom {
	text-align: center;
	margin-left: auto;
	margin-top: 0;
	margin-right: auto;
	width: 960px;
	clear: both;
	color: #000000;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	background-color: #FFFF99;
}

#bottom a:link, #bottom a:visited {
	padding: 2px 10px 2px 10px;
	margin-right: 6px;
	line-height: 14px;
	font-family: comic sans ms, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	float: left;
}

#bottom a:link.active, #bottom a:visited.active	{
	background: transparent;
	color: #000;
}

#bottom a:hover	{
	background: transparent;
}