@charset "UTF-8";
/* CSS Document */

body, html {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}

#custom-doc { 
	width:64.92em;
	*width:63.36em;
	min-width:844px;
	margin:auto;
	text-align:left;
}

strong {
	font-weight: bold;
}

/* Main */

.main-upper {
	background-image: url(../images/main-upper.png);
	background-repeat: no-repeat;
	width: 844px;
	height: 9px;
}

.main-bg {
	background-image: url(../images/main-bg.png);
	background-repeat: repeat-y;
	width: 826px;
	padding: 0 9px 0 9px;
}

.main-lower {
	background-image: url(../images/main-lower.png);
	background-repeat: no-repeat;
	width: 844px;
	height: 9px;
}

.main-bg .yui-gd .yui-u {
	width: 554px;
	margin: 0;
	padding: 0;
}

.main-bg .yui-gd .yui-u.first {
	width: 272px;
	margin: 0;
	padding: 0;
}

.main-bg .left-column {
	padding: 0 0 20px 0;
}

.main-bg .left-column p {
	color: #FFF;
	padding: 5px 20px;
}

.main-bg .left-column a {
	color: #FFF;
}

.main-bg .left-column h3 {
	color: #000;
	font-size: 109%;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}

.main-bg .right-column {
	padding: 20px;
}

.main-bg .right-column p {
	color: #000;
	font-size: 100%;
	font-weight: normal;
}

.main-bg .right-column h3 {
	color: #9d220e;
	font-size: 109%;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

/* Carolinas and Taco Mundo boxes */

.carolinas-upper {
	background-image: url(../images/box-carolinas-upper.png);
	background-repeat: no-repeat;
	width: 394px;
	height: 224px;
}

.taco-upper {
	background-image: url(../images/box-mundo-upper.png);
	background-repeat: no-repeat;
	width: 394px;
	height: 224px;
}

.box-bg {
	background-image: url(../images/box-bg.png);
	background-repeat: repeat-y;
	width: 334px;
	padding: 30px;
	height: 280px;
}

.box-bg p {
	padding: 0 10px 0 10px;
}

.box-bg h3 {
	color: #9d220e;
	font-size: 109%;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

.box-bg h4 {
	font-size: 100%;
	font-weight: bold;
	padding: 5px 10px 0 10px;
}

.box-lower {
	background-image: url(../images/box-lower.png);
	background-repeat: no-repeat;
	width: 394px;
	height: 31px;
}

.slider-holder {
	border-color: #9d220e;
	border-width: 15px;
	border-style: solid;
	margin: 20px;
	width: 436px;
	height: 423px;
}

#ft p {
	color: #FFF;
	text-align: center;
}