@charset "utf-8";
/* CSS Document */
body{font-family:Verdana, Arial, Helvetica, sans-serif;
margin-top:0px;
padding:0px;
background:url(images/wall.jpg) repeat;

}


h1, h2, h3{
	color: #990000;}
	
h1{
font-size:1.6em;}

a{
color:#99cc33;
text-decoration:none;
font-weight:bold;
}

a:hover{
text-decoration:underline;

}

#center{
width:780px;
height:auto;
margin:0 auto;
}
#container{
width:780px;
height:auto;
margin:0 auto;
background:url(images/paper.jpg) repeat-y right;
padding:0;
float:left;
}


#header{
width:750px;
height:180px;
float:left;
background: url(images/header.gif) no-repeat;
margin-left:30px;
}


	
#leftpan{
width:150px;
height:auto;
float:left;
margin-top:-15px;
background:#000;
font-family:"Segoe Print";

}





#leftpan ul{
	width:150px;
	list-style:none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

#leftpan ul li{	
	width:150px;
	height:25px;
}
	
#leftpan ul li a{

	width:150px;
	height:25px;
	display:block;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	font-size:0.9em;
	line-height: 25px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	text-indent:7px;
}
	
#leftpan ul li a:hover{color:#ffffff; text-decoration:underline;}

#leftpan ul li.home{
	width:150px;
	display:block;
	color:#FFFFFF;
	font-weight:bolder;
	text-decoration:none;
	font-size:14px;
	line-height: 25px;
	text-indent:7px;

}

#leftpan ul li.title{
	width:150px;
	display:block;
	color:#ffffff;
	font-size:1.4em;
	line-height: 25px;
text-decoration:underline;
	font-weight:bold;
	text-indent:8px;
}

#content{
	width:590px;
	height:auto;
	float:left;
	margin-top:-15px;
	
	margin-left:10px;
	font-size:0.9em;
	z-index:1;
	position:relative;

	}
	

	

#footer{
float:left;
width:750px;
height:280px;
font-size:0.8em;
background:url(images/bottom.gif) no-repeat bottom;
z-index:1000;
position:static;
margin-top:-90px;
margin-left:30px;

}

#footertext{
margin-top:230px;
text-align:right;
padding-right:5px;
}

#footer a{
color:#990000;
text-decoration:none;}

#footer a:hover{
color:#990000;
text-decoration:underline;}
