/* CSS Document */
body {
	font:11px Arial, Helvetica, sans-serif;
	background: url(images/back.jpg) no-repeat top center #EBD290;
	color:#333333;
	padding:60px;
	margin:0px;
}
.siteHolder {
	width:754px; text-align:left;
}

.navItems {
	float:left;
}
.navHolder {
	float:left; width:754px; background-color:#C0D842;
}
.siteTop {
	float:left; width:754px;
}



/* HOME PAGE -------------------------------------------------*/
.bodyContent {
	float:left; width:754px; background:url(images/mexico-background.jpg) no-repeat; height:353px; 
}
.leftCol {
	float:left; width:301px; padding:15px 38px 0px 62px;
}
.rightCol {
	float:left; width:147px; padding:15px 0px 0px 38px; border-left:1px solid #999999;
}
.flashItems {
	float:left; background: #FFFFFF url(images/site-bottom.gif) no-repeat bottom; height:388px; width:754px;
}
.flash {
	float:left; width:754px; height:285px;
}
.bottomNav {
	float:left; width:754px; padding:62px 0px 0px 0px; text-align:center; font-size:9px;
}

/* INTERIOR PAGE ------------------------------------------------*/
.intContent {
	float:left; width:630px; background:url(images/site-background.gif) repeat-y; padding:15px 62px 15px 62px;
}
.intBottom {
	float:left; background:#FFFFFF url(images/site-bottom.gif) no-repeat bottom; height:150px; width:754px;
}
.bottomNavInt {
	float:left; width:754px; padding:110px 0px 0px 0px; text-align:center; font-size:9px;
}
.pageTitle {
	float:left; width:315px;
}
.pageCookie {
	float:left; width:315px; text-align:right; font-size:9px; color:#999999;
}
.content {
	float:left; width:630px; padding:5px 0px 0px 0px;
}



/* TEXT  --------------------------------------------------------*/
a:link, a:visited {
	color:#000000; text-decoration:underline;
}
a:hover {
	color:#000000; text-decoration:none;
}
.big {
	font-size:14px; font-weight:bold;
}
