body, html {
margin: 0;
padding: 0;
background-image: url(../images/back.png);
background-repeat: repeat;
background-position:center;
background-attachment: fixed;
background-color: #ffffff;

}
#container {
	position: relative;
	width:800px;
	background-image: url(../images/mainback3.png);
background-repeat:no-repeat;
background-attachment: fixed;
background-position:center bottom;
background-color: #FFFBFC;
margin-left: auto; 
margin-right: auto;
margin-top:0px;
border-right: medium;
border-right-style:groove;
border-right-color:#EDEDED;
border-left: thin;
border-left-style:groove;
border-left-color: #F7F7F7;
}
#top {
position:relative;
width:800px;
height:172px;
padding-top:0px;
}

#main {
width:700px;
margin-left:0px;
background-color:transparent;
padding-top:50px;
padding-right:50px;
padding-bottom:20px;
padding-left: 50px;

}

#footer {
height: 30px;
background-color: transparent;
border-top:groove;
clear:both;
}

p {font-size: 18px; 
	font-weight: bold; 
	color: #000000; 
	font-family: Garamond;
	line-height: 30px;  
	}
	
.normal {
	font-size: 18px; 
	font-weight: bold; 
	color: #000000; 
	font-family: Garamond;
	line-height:25px;  
}
.normalbold {
	font-size: 20px; 
	font-weight: bolder; 
	color: #000000; 
	font-family: Garamond;
	line-height: 20px;  
}

.normalsmall {
	font-size: 12px; 
	font-weight: bold; 
	color: #663300; 
	font-family: Garamond;
	}

#innertop {
	list-style:none;
	text-align:center;
	width:800px;
	padding-top:5px;
}

#innertop li {
	display:inline;
}

#innertop a {
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	padding:30px 6px;
	text-decoration:none;
	color: #800000;
	
}

#innertop a:visited {
	color: #800000;
}


#innertop  a:focus,
#innertop  a:hover {
	border-color:#FE3;
	color:#448;
	background-color: #FFFBFC;
	background-image:url(../images/smallbutton3.png);
		background-repeat: no-repeat;
		background-position: center top;
		padding-top:30px;
		text-decoration:underline;
}

#innertop #current {
color:#448;
	background-color: #FFFBFC;
	background-image:url(../images/smallbutton3.png);
		background-repeat: no-repeat;
		background-position: center top;
		padding-top:30px;
		text-decoration:underline;
		}
