body {
	background-color:#333333;
	font-size:8pt;
	font-family:Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-weight: bold;
}

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

#header {
clear:both;
width:850px;
height:118px;
background-image:url(images/header.png);
padding-left:40px;
padding-top:2px;
font-size:14px;
}

#menulinks {
clear:both;
width:875px;
height:103px;
padding-left:25px;
background-image:url(images/menulinks.png);
}
  
#menulinks a {
	padding-left:20px;
	padding-right:20px;
	padding-top:50px;
	height:50px;
   background-image:none;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-size:10px;
	font-weight:bold;
  }
  
#menulinks a:hover, #menulinks a.active {
	background-image:url(images/menuhover.png);
	background-position:top left;
	text-decoration:none;
	color:#FFFFFF;
}

.menuline {
width:2px;
height:65px;
float:left;
display:block;
background-image:url(images/menuline.png);
}

#mainarea {
width:870px;
clear:both;
padding-left:30px;
}

#contentarea {
width:515px;
padding-right:50px;
padding-bottom:20px;
float:left;
line-height:14pt;
}

#sidebar {
float:left;
width:265px;
background-image:url(images/sidebartop.png);
background-repeat:no-repeat;
line-height:14pt;
}

#footer {
width:900px;
clear:both;
height:58px;
padding-top:50px;
text-align:center;
line-height:14pt;
background-image:url(images/footer.png);
background-repeat:no-repeat;
background-color:#000000;
}

#nav {
width:900px;
clear:both;
height:58px;
padding-top:50px;
text-align:center;
line-height:14pt;
background-image:url(images/menulinks2.png);
background-repeat:no-repeat;
background-color:#000000;
font-size:14px;
}

h1 {
font-size:25pt;
color:#FFFFFF;
margin:0;
}

h2 {
font-size:15pt;
color:#FFFFFF;
padding-top:6px;
}

.description {
font-size:12pt;
color:#FFFFFF;
margin:0;
padding-left:0px;
}

.small {
font-size:8pt;
color:#FFFFFF;
margin:0;
padding-left:0px;
}

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

a:hover {
text-decoration:underline;
}

/* Side bar thumbs  */

.thumbs img{
position:relative;
padding:1px;
margin:2px 3px 3px 2px;
border:2px solid #aaa;
background-color:inherit;

}
.thumbs img:hover{
border:2px solid #DB7C0F;
}
