body {
	background-color:#2b2b2b;
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#333333;
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}

#page {
width:900px;
background-image:url(images/page.gif);
margin:auto;
padding:auto;
}

#header {
clear:both;
width:900px;
height:70px;
background-image:url(images/top.gif);
}

#headerleft {
	width:200px;
	text-align:right;
	float:right;
	min-height:60px;
	padding-right:12px;
	font-size: 21pt;
	color: #fff;
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#menulinks {
	width:240px;
	float:left;
	margin-top: 8px;
}
  
#menulinks a {
	width:240px;
	padding-right:20px;
	padding-top:14px;
	height:23px;
   background-image:none;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	text-align:right;
  }
  
#menulinks a:hover {
	background-image:url(images/menuhover.gif);
	background-position:top right;
	text-decoration:none;
	color:#FFFFFF;
}

#menulinks a.active, #menulinks a:hover.active {
	background-image:url(images/menuhover.gif);
	background-position:top right;
	text-decoration:none;
	color:#FFFFFF;
}

#mainarea {
width:900px;
clear:both;
} 

#contentarea {
	width:560px;
	padding-left:20px;
	float:left;
	line-height:14pt;
	padding-bottom:10px;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 

#sidebar {
float:left;
width:250px;
line-height:14pt;
}

#footer {
	width:850px;
	padding-right:60px;
	clear:both;
	height:35px;
	padding-top:23px;
	text-align:right;
	line-height:14pt;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	color:#4A4A4A;
	font-size: 10px;
}

#footer a {
color:#FFFFFF;
}

h1 {
font-size:18pt;
color:#FFFFFF;
line-height:18pt;
margin:0;
}

h1 a {
color:#FFFFFF;
}

h2 {
	font-size:11pt;
	color:#036B8B;
	padding-top:4px;
	background-image: url(images/header_brix.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	padding-bottom: 4px;
}

a {
color:#555555;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}
