body {
	background-color:#333333;
	font-size:10pt;
	font-family:Arial;
	margin:0;
	padding:0;
	color:#FFFFFF;
	background-image: url(images/pattern.png);
	background-repeat: repeat;
}

#page {
	width:950px;
	background-image:url(images/pattern.png);
	margin:auto;
	padding:30px;
	height: 1100px;
}

#header {
	clear:both;
	width:870px;
	height:80px;
	background-image:url(images/pattern.png);
	background-repeat:repeat;
	background-position:center bottom;
	background-color:#333333;
	padding-top:40px;
	padding-left:30px;
}

#menulinks {
	clear:both;
	width:1024px;
	height:49px;
	padding-left:0px;
	background-image:url(images/pattern.png);
	background-repeat: repeat;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	top: auto;
	font-style: oblique;
	text-decoration: underline;
	color: #C93;
}

#menulinks a {
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	height:34px;
   background-image:none;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-right:3px;	
  }
  
#menulinks a:hover, #menulinks a.active {
	background-image:url(images/menuhover.png);
	background-position:top left;
	text-decoration:none;
	color:#FFFFFF;
}

#mainarea {
	width:860px;
	clear:both;
	padding-left:40px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#contentarea {
	width:900px;
	padding-right:5px;
	float:left;
	line-height:normal;
	padding-bottom:5px;
	text-align: justify;
	background-image: url(images/pattern.png);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #C93;
	font-style: normal;
}

#sidebar {
	float:right;
	width:255px;
	line-height:14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	float:right;
	clear: right;
	background-image: url(images/pattern.png);
	background-repeat: repeat;
	right: auto;
	clip: rect(auto,10px,auto,auto);
	margin: auto;
	height: 700px;
}

#footer {
	width:900px;
	clear:both;
	height:45px;
	padding-top:32px;
	text-align:center;
	line-height:14pt;
	background-image:url(images/pattern.png);
	background-repeat:repeat;
	color:#FFFFFF;
}

#footer a {
color:#FFFFFF;
}

h1 {
font-size:20pt;
color:#FFFFFF;
margin:0;
}

h1 a {
color:#FFFFFF;
}

h2 {
font-size:12pt;
color:#FFFFCC;
padding-top:6px;
}

.description {
font-size:14pt;
color:#FFFFCC;
margin:0;
}

a {
color:#FFFFCC;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}
