body {
background-color:#FFFFFF;
font-size:10pt;
font-family:Arial;
margin:0;
padding:0;
color:#555555;
background-image:url(images/back1.png);
background-repeat:repeat-x;
}

#body2 {
background-image:url(images/backbottom1.png);
background-repeat:repeat-x;
background-position:bottom center;
}

#page {
width:900px;
background-image:url(images/page3.png);
margin:auto;
padding:auto;
}

#header {
clear:both;
width:870px;
height:100px;
background-image:url(images/baner_top2.png);
padding-top:20px;
padding-left:30px;
}

#menulinks {
clear:both;
width:900px;
height:41px;
background-image:url(images/menulinks1.png);
}

#menulinks a {
	padding-left:15px;
	padding-right:15px;
	padding-top:12px;
	height:29px;
   background-image:none;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-left:3px;
	margin-right:3px;
  }
  
  
#menulinks a:hover, #menulinks a.active {
	background-image:url(images/menuhover1.png);
	background-position:top left;
	text-decoration:none;
	color:#FFFFFF;
}

.menuline {
	width:2px;
	height:41px;
	float:left;
	display:block;
	background-image:url(images/menuline1.png);
}	

#mainarea {
width:850px;
clear:both;
padding-left:50px;
}

#contentarea {
width:560px;
padding-right:30px;
padding-bottom:20px;
float:left;
line-height:14pt;
}

#sidebar {
float:left;
width:230px;
background-image:url(images/sidebartop.png);
background-repeat:no-repeat;
line-height:14pt;
}

#footer {
width:900px;
clear:both;
height:38px;
padding-top:50px;
text-align:center;
line-height:14pt;
background-image:url(images/footer1.png);
background-repeat:no-repeat;
color:#FFFFFF;
}

#footer a {
color:#FFFFFF;
}

h1, h1 a {
font-size:25pt;
color:#FFFFFF;
margin:0;
}

h2 {
font-size:15pt;
color:#333333;
padding-top:6px;
}

.description {
font-size:14pt;
color:#CCCCCC;
margin:0;
}

a {
color:#555555;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}