/* --------------------------------------------------------------------
	'dillonspain-structure.css' gives main layout and styling for the overall page
	container and masthead. These are the first elements to write.
   ------------------------------------------------------------------*/

 html {
	margin: 0;
	padding: 0;
	}
	
body, html { height:100%; }	
	
	
body {
	background: #000000 url(images/bg-pagebg.jpg) repeat-x center top;
	margin: 0;
	padding: 0;
	font-size: 11px; 
	font-family: lucida grande, tahoma, verdana, arial, helvetica, sans-serif;
	color: #666666;	
	text-align: center;	
	}

#wrapper {
/*	border: 1px solid red;*/
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;	
	padding:0px;
	text-align:left;
	width: 900px;
	}		
	
html>body #wrapper { 
	width: 900px;
	}
	
	
/* -------------------------------------------------- 
            Masthead Area           
   ---------------------------------------------------*/	
#masthead {
/*	border: 1px solid red;*/
	background: url(images/bg-mainFlashBanner.jpg) no-repeat center top;
	height: 220px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
	padding: 0px 0px 0px 0px;	
	text-align: center;	
	width: 900px;	
	}
	
#masthead p {font-size:9px;color:#333333;}	
	
#masthead img {margin:80px 0px 5px 0px;}	
	
#masthead a {
	color:#000000;
	}
	
#masthead a:hover {
	text-decoration:none;		
	}		
	
	
/* -------------------------------------------------- 
            Content Area           
   ---------------------------------------------------*/
#contentArea {
/*	border: 1px solid red;*/
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	text-align:left;
	width: 900px;	
	}
	
#leftColumn {
/*	background: red;*/
	float:left;	
	margin: 20px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	width:580px;	
	}
	
#rightColumn {
/*	background: yellow;*/
	float:right;
	margin: 20px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	width:260px;
	}	
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
/*	border:1px solid green;*/
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	}		   

	
	
	
	
	
	
	
	
	
						
	
	