body		{
	background: #ff9900 url(../images/bg_gradient.png) repeat-x;
	font-family: Arial, sans-serif;
	font-size: 10pt;
		}
a		{
	text-decoration: none;
	color: #ffff33;
	font-weight: bold;
	font-size: 10pt;
		}
div.center	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
		}
.menu		{
	width: 200px;
		}
li		{
	background: url(../images/menu_button.png) no-repeat;
	width: 200px;
	height: 30px;
	padding-top: 5px;
	margin-left: -40px;
	margin-bottom: 5px;
	text-align: center;
	color: #ffff33;
		}
#rabbitLogo	{
	width: 200px;
	height: 160px;
	background: url(../images/rabbit_logo.png) no-repeat;
		}
#title_bg	{
	position: absolute;
	background: url(../images/title_bg.png);
	top: 10px;
	right: 0px;
	height: 150px;
	width: 313px;
		}
#content 	{
	position: absolute;
	top: 175px;
	right: 0px;
	width: 790px;
	background: url(../images/content_bg_gradient.png) no-repeat;
		}
div.componentheading {
	position: absolute;
	top: -150px;
	right: 150px;
	text-align: center;
	font-size: 25pt;
	font-weight: bold;
	font-family: sans;
	color: #ff0000;	
		}
.contentheading	{
	font-size: 15pt;
	font-weight: bold;
		}
.small		{
	font-size: 7pt;
		}
.createdate	{
	color: #ff0000;
	padding-bottom: 10px;
		}
.contentdescription {
	display: none;
		}
.contentpane	{
	position: relative;
	width: 700px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	left: 45px;
		}
.contentpaneopen	{
	position: relative;
	width: 700px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	left: 45px;
		}
div#contentBottom	{
	width: 790px;
	height: 50px;
	background: url(../images/content_bg_bottom.png);
		}
