body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Geneva, Verdana, Arial; 
	color: #413d37;
 	background-color: #255870; /* main background color */
	background-image: url(../images/home/ParchmentLong.jpg);
    background-repeat: repeat-x;   
    padding-bottom: 20px;
} 
#HomeBackground {
    background-image: url(../images/home/FullHome.jpg); 
    position:absolute; 
    background-repeat: no-repeat;  
    top: 0px;  
    width: 1024px; 
    height: 820px; 
    margin: 0; 
    padding: 0; 
}

#leftSide {
    position: absolute; 
    left: 0px; 
    top: 158px;
} 
#rightSide {
    position: absolute; 
    left: 580px; 
    top: 472px;}

#MainPageContent {
    position: absolute; 
    margin-left: 140px;  
    margin-top: 120px; 
    width: 770px;
}
img.imgleft {
    float: left;
    margin-top: 60px;
    padding: 5px 5px 0px 5px;
 }  
#UpcomingContent {
    position: absolute; 
    margin-left: 145px;  
    margin-top: 500px; 
    width: 400px;
}
#CurrentHeaderContent {
    position: absolute; 
    margin-left: 0px;  
    margin-top: -65px; 
    width: 370px;
} 
#CurrentContent {
    position: absolute; 
    margin-left: 15px;  
    margin-top: 0px; 
    width: 310px;
} 

#CurrentContent a {
	color: #9BDAFF;
	text-decoration: underline;}

#CurrentContent p {
	font-size: .9em;	
    color: #d9d6d7;
    margin: 5px 5px 5px 5px;
	line-height: 1.1em;
	text-align: left;
} 
img.imgright {
    float: right;
    margin-top: 0px;
 } 
 #footer {
    position: absolute;
    margin-left: 200px;  
    margin-top: 720px; 
    margin-bottom: 25px; 
    padding-bottom: 25px;    
}
#FooterContent {
    position: relative; 
    padding: 0;
	margin: 20px 0px 20px 0px;
	padding-bottom: 25px;
	text-align: center;	
}
    

