/* CSS Document */

/*global definitions*/
body
{
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img, img a
{
	border: 0px;
	margin: 0px;
}

/*structure definitions*/

#wrapper
{
	width: 760px;
	margin: 0px auto;
}

#header
{
	width: 740px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
	float:left;
}

#mainmenu
{
	width: 740px;
	padding: 5px 10px 0px 10px;
	float: left;
	margin: 0px 0px 20px 0px;
	background-image: url(images/menubar-grey.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 25px;
}

#content
{
	width: 740px;
	margin: 0px 10px 20px 10px;
	float: left;
}

#footer
{
	width: 740px;
	padding: 5px 10px 0px 10px;
	float: left;
	margin: 0px 0px 20px 0px;
	color:#999999;
	background-image: url(images/menubar-grey.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align:right;
	height: 25px;
}

/*menu*/

.menuitem
{
	float: left;
	margin: 0px 40px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}

.menuitem:hover
{
	color: #FFCC00;
}

/*header*/
#logo
{
	float:left;
	margin: 0px 40px 0px 0px;
}

#opening
{
	color: #aaaaaa;
	padding: 51px 0px 0px 0px;
	float: left;
}

#bee
{
	float: right;
}

/*main content*/

#maincontent
{
	width: 490px;
	float: left;
}

h1
{
	color: #0000FF;
}

p
{
	color: #333333;
}

p a
{
	color: #0000FF;
}

p a:hover
{
	color: #FFCC00;
}

/*side bar*/

#sidebar
{
	width: 240px;
	float: right;
}

.sidebarpaneltitle
{
	width: 240px;
	background-image:url(images/sidebar-panel-title-grey.jpg);
	height: 25px;
	float: right;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #0000FF;
}

.sidebarpaneloffer
{
	width: 240px;
	background-image:url(images/sidebar-panel-title-blue.jpg);
	height: 25px;
	float: right;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFCC00;
}

.sidebarpanel
{
	width: 240px;
	float: right;
	background-color: #eeeeee;
	background-image: url(images/sidebar-panel-bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0px 0px 20px 0px;
}

p.sidebartext
{
	padding: 10px;
	line-height: 24px;
	font-weight: bold;
}

.sidebartable
{
	margin: 10px;
	float: left;
	font-weight: bold;
}

/*footer*/

.footertext
{
	text-decoration:none;
	color: #999999;
}

.footertext:hover
{
	color: #FFCC00;
}