.mainContentArea{
    position:relative;
    top:380px;
    left:10px;
	padding-left:32px;
	padding-top:20px;
	min-height:600px;
	width:770px;
	border:1px solid #737373;
	background-color:#d3d8de; /* light gray*/	
	z-index:13;
}

.contentFooter{
	position:absolute;
	bottom:-100px;
    height: 4em;
}

/* ol = ordered list , används som punktlista */
.mainContentArea ol{
	list-style:circle;
	font-size:0.9em;
	font-family:Tahoma, Geneva, sans-serif;  
	width:450px;
}

.mainContentArea ol li{
	margin-bottom:7px;
}

/* Takes care of paragraph typography _only_*/
.mainContentArea  p{


font-family: Verdana, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;



/*
	font-size:0.9em;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:1.25em;	
*/
}

.mainContentArea .mainContent{
	width:480px;
}

.mainContentArea p i{
	font-size:1.1em;
	line-height:1.3em;
}

.mainContentArea h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size:2.4em;
	margin-top: 15px; 
	margin-bottom: 40px;
	text-align: center;
    font-weight: normal;
    color: #222;
	/*text-decoration:underline;*/
}


.mainContentArea h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size:1.7em;
	margin-top: 5px; 
	margin-bottom: 15px;
    font-weight: normal;
    color: #222;
}

.mainContentArea object#GreenHorseGallery{
	position:relative;
	left:-10px;
}


/*  These are the stacked images on the left in the content area */

.mainContentArea #topContentImage{  
	position:absolute;
	left:525px;
	top:20px;
	z-index:20;
}

.mainContentArea #middleContentImage{
	position:absolute;
	left:525px;
	top:240px;
	z-index:19;
}
