body
{
padding:0;
margin:0;

	color:#41251b;
	//font-family: Times, "Times New Roman", Georgia, serif;
			font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-face:small-capital;
	font-size:18px;
	font-weight: normal;
background:#6e442f url(../img/bg.jpg) top left repeat-x;

}

#lap
{
	text-align: center;
	position:absolute;
	top:5px;
	left:50%;
	margin-left:-450px;
	padding-bottom:10px;
	width:900px;

}
#header
{
z-index:20;
width: 900px;
height: 200px;
background: url(../img/header.jpg) top center no-repeat;
}
#main
{
z-index:1;
margin-top:0px;
width:900px;
background: url(../img/main_bg.jpg) top center repeat-y;
}
#main img{
padding: 5px;
border: 1px solid grey;
background-color:white;
}
#content
{
padding: 20px;
padding-top:5px;
}
#footer
{
font-size:14px;
width: 900px;
height:31px;
background: url(../img/footer.jpg) top center no-repeat;
}

a		{
		font-family:	Verdana, Arial, Helvetica, sans-serif;
		text-decoration:none;
		color:#8f2601;		
		}
a:hover
{
color:#f74000;
}
#alsolink a		{
		font-size:14px;
		text-decoration:none;
		color:black;		
		}
#alsolink a:hover
{
color:#f74000;
}
h1{
font-size:22px;
color:#8f2601;
border-bottom:1px solid black;
}
h2
{
font-size:20px;
}
h3{
font-size:22px;
color:#8f2601;
border-bottom:1px solid black;
text-align:right;
padding-right:100px;
margin-bottom:5px;
}