html{
	height:100%
}
body{
	margin: 0;
	padding: 0;
	background-color:#c5c8b4;
	background-image:url('images/site_bg.jpg');
	background-repeat:no-repeat; 
	background-attachment:fixed; 
	height:100%;
	min-height:100%;
	
}
#top{
	margin:auto; 
	padding:0px; 
	width:984px; 
	background-color:#f1f9e6; 
	min-height:100%;
	
	border-right:10px solid #85132e; 
	border-left: 10px solid #85132e; 
	background-color:#f1f9e6; 
	background-image:url('images/main_bg.jpg');
	background-position:0px 296px;
	
	background-repeat:no-repeat;
	

}
img{border:0}

hr.menu{
	width:85%; 
	height:2px; 
	color:#85132e; 
	background-color: #85132e; 
	margin:auto; 
	padding:0px; 
	border:none;
	}
	
p.main{
	font-size:1.4em;
	text-align:justify;
}

img.right{
	float:right; 
	margin:20px; 
	margin-right:0px; 
	border:1px solid #85132e; 
	border-bottom:3px solid #85132e; 
	border-right: 3px solid #85132e;
}

img.left{
	float:left; 
	margin:20px; 
	margin-left:0px; 
	border:1px solid #85132e; 
	border-bottom:3px solid #85132e; 
	border-right: 3px solid #85132e;
}
img.border{
	 
	margin:20px; 
	 
	border:1px solid #85132e; 
	border-bottom:3px solid #85132e; 
	border-right: 3px solid #85132e;
}
