/* --------------------------------------------------
CSS Document For Start with the Answer - SweeneyVesty
-------------------------------------------------- */

/* BODY */

body { background-color:#C3c2c4;
margin: 0px auto 0px auto;
		}
	
/* CONTAINER */

#container {
	width: 1024px;
	height: 768px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif; /* Verdana for the Macs, Verdana for the PCs */
	font-size: 12px;
	line-height: 1.6em;
	background-image: url(/images/background-expanded_FINAL.jpg);
	background-repeat: no-repeat;
}
	
#content { 

  	width: 960px;
  	height: 584px;
	padding: 0px;
	text-align: left;
	background-color: #000000;	
}


/* TOPBAR*/

#top-bar {
	width: 920px;
	height: 230px;
	padding: 30px 0px 10px 0px;
	margin-left: 60px;
	text-align: left;
 
}
	

/* MIDDLE BAR*/

#middle-bar {
   width: 920px;
   height: 170px;
   padding: 0px 0px 0px 0px;
   	margin-left: 60px;
   text-align: left;
 
}

/* LOWER BAR*/

#lower-bar {
	width: 935px;
	height: 100px;
	padding: 8px 0px 10px 0px;
	margin: 8px 0px 0px 0px;
	margin-left: 60px;
	text-align: left;
}


/* GENERAL MOJO AND MULA */

		p {
			font-family: Arial, Helvetica, sans-serif;
			font-color: #000000;

		}
		
			
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 15px;
			color: #ca2128;
					}

					
		a {
			color:#ca2128;
			text-decoration: none;
			}
		
		.top-bar {
			color:#FFFFFF;
			text-decoration: none;
			}
		
			a:hover {
			color:#a79f99;
			background-color: none;
		}
		
		.top-bar {
			color:#FFFFFF;
			text-decoration: none;
			}
		
		a:active { 
			  color: #FFFFFF;
			  background-color: none;
		 }
		
		.top-bar {
			color:#FFFFFF;
			text-decoration: none;
			
/* And they lived happily ever after. The End. */