/* CSS Document */

body {width:100%;
	height:650px;
	margin:0;
	position:absolute;
	background:#cccc99 url(images/bg.gif) repeat-x;
}
	
img {vertical-align:bottom;}

.blue {color:#3366cc;}

.maroon {color:#990000;}
	
#mainContain {width:750px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;}
	
#mainContain img.logo {margin:15px 0 35px 0;}

#mainContain p {font:1.2em Georgia, "Times New Roman", Times, serif;
	color:#990000;
	margin:0 0 25px 0;}
	
#amarilloWrapper {width:250px;
	height:220px;
	float:left;
	background:url(images/bg_amarillo.jpg) no-repeat;
	text-align:left;}
	
#lubbockWrapper {width:250px;
	height:220px;
	float:left;
	background:url(images/bg_lubbock.jpg) no-repeat;
	text-align:left;}
	
#dallasWrapper {width:250px;
	height:220px;
	float:left;
	background:url(images/bg_dallas.jpg) no-repeat;
	text-align:left;}


/***ENTER BUTTONS***/

.enter a {background:url(images/bg_enter.jpg);
	height:16px;
	width:60px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font:.7em Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin-left:170px;
	padding-top:14px;}
	
.enter a:hover {background:url(images/bg_enterOver.jpg);
	height:20px;
	width:60px;
	display:block;
	text-align:center;
	margin-left:170px;
	padding-top:10px;}