/* Global Styles */

body { 
            margin: 0px;
			font-size: 12px;
			font-family:Arial, Helvetica, sans-serif;
			background-color:#CCC;
			background-attachment: fixed;
}

#Shadow {
	width:860px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/dropShadow.jpg);
	background-repeat:repeat-y;	
	background-color:#CCCCCC;
	

	}
	
#Content {
	width:652px;
	height:700px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#CCCCCC;
	padding:20px;
	position:relative;
		}
a:link{
	text-decoration:none;
	color:#97291E;
	font-size: 12px;
	font-weight: bold;
	border: none;
}

a:visited{
	text-decoration:none;
	color:#97291E;
	font-size: 12px;
	font-weight: bold;
	border: none;
	}	
	
a:hover{
	text-decoration:none;
	color:#CBA13A;
	font-size: 12px;
	font-weight: bold;
	border: none;
}


#top  { 
    width: 652px;
	height: 127px;
	position:absolute;
}

	

#seven {
	width:156px;
	height: 180px;
	padding: 20px;
	position:absolute;
	background-color:#FFFFFF;
	top:400px;
	left: 470px;
	text-align:center;
} 

#eight {
	width:160px;
	height: 195px;
	padding: 20px;
	position:absolute;
	background-color:#FFFFFF;
	top:155px;
	left: 470px;
	overflow: auto;
	text-align:center;
} 
		
		
#nine {
	width:165px;
	height: 425px;
	padding: 20px;
	position:absolute;
	background-color:#FFFFFF;
	top:155px;
	left: 247px;
	overflow: auto;
	text-align:center;
} 

#ten {
	width:165px;
	height: 425px;
	padding: 20px;
	position:absolute;
	background-color:#FFFFFF;
	top:155px;
	overflow: auto;
	text-align:center;
} 


#footer { 
	width: 652px;
	height: 80px;
	padding: 8px;
	background-color:#FFFFFF;
	position:absolute;
	top:635px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
	text-align: center;
}
#footer a:link {
	font-size:9px;
}
#footer a:visited {
	font-size:9px;
}
#footer a:hover {
	font-size:9px;
}

h1 {
	font-size:18px;
 	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;    
	padding-left: 5px;
	top:85px;
	left:25px;
}

h2 { 
     font-size: 16px; 
     font-family: verdana, tahoma, sans-serif;
     color: #647254;
     font-weight: bold;
     padding-bottom: 0px;
	 margin-bottom: 0px;
 }
	 
h3 {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;	
     padding-bottom: 0px;
	 margin-bottom: 0px;
	}	 
p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

