@charset "utf-8";

/********** HTML **********/
body {
	margin: 0;
	padding: 0;
	background-color: #B49A5F;
	color: #000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}


/********** TYPOGRAPHY **********/
.title {
	font-size: 15px;
}


/********** COMMON **********/
#background_left {
	width: 50%;
	height: 654px;
	float: left;
	background: url(../images/common/background-left.png) 0 0 repeat-x;
}

#background_right {
	width: 50%;
	height: 654px;
	float: left;
	background: url(../images/common/background-right.png) 0 0 repeat-x;
}

#main_container {
	width: 904px;
	min-height: 654px;
	position: absolute;
	left: 50%;
	margin-left: -452px;
	background: url(../images/common/background-center.jpg) 0 0 no-repeat;
}

#header {
	width: 904px;
	height: 162px;
	background: url(../images/common/header.jpg) 0 0 no-repeat;
}

#content {
	width: 904px;
	min-height: 448px;
	padding-bottom: 35px;
}

.buttons {
	position: absolute;
	margin-left: 509px;
	background-position: 0px 0px;
}

.buttons:hover {
	background-position: 0px -34px;
	cursor: pointer;
	cursor: hand;
}

#btn_home {
	width: 100px;
	height: 34px;
	margin-top: 6px;
	background-image: url(../images/common/btn-home.png);
}

#btn_programming {
	width: 195px;
	height: 34px;
	margin-top: 32px;
	background-image: url(../images/common/btn-programming.png);
}

#btn_sponsors {
	width: 200px;
	height: 34px;
	margin-top: 60px;
	background-image: url(../images/common/btn-sponsors.png);
}

#btn_house {
	position: absolute;
	margin-left: 846px;
	margin-top: 4px;
	border: 0;
}

#btn_letter {
	position: absolute;
	margin-left: 841px;
	margin-top: 45px;
	border: 0;
}

#btn_reservation {
	position: absolute;
	margin-left: 21px;
	margin-top: 24px;
	border: 0;
}

#footer #email {
	position: absolute;
	margin-left: 35px;
	margin-top: 64px;
	border: 0;
}

#footer #email a {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFF;
	text-decoration: none;
}

#footer #email a:hover {
	text-decoration: underline;
}

#btn_coordinates {
	position: absolute;
	margin-left: 21px;
	margin-top: 97px;
	border: 0;
}

#footer_container {
	width: 904px;
	height: 45px;
}

#footer {
	/*position: fixed;
	width: 904px;
	height: 234px;
	background: url(../images/common/footer.png) 9px 0px no-repeat;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;*/
	position: absolute;
	width: 904px;
	height: 234px;
	margin-top: -189px;
	background: url(../images/common/footer.png) 9px 0px no-repeat;
}

.clear {
	clear: both;
}



/********** HOME **********/
#home_pictures_galery {
	float: left;
	margin: 4px 0px 0px 10px;
	display: inline;
	width: 186px;
	height: 213px;
	background: url(../images/home/pictures-galery.jpg) 0 0 no-repeat;
}

#home_pictures_galery img {
	margin: 168px 0px 0px 20px;
	border: 0;
}

#home_top_box {
	width: 668px;
	float: left;
	margin-left: 40px;
	display: inline;
}

#home_top_box #top {
	width: 668px;
	height: 22px;
	background: url(../images/home/top-box-top.png) left bottom no-repeat;
}

#home_top_box #middle {
	width: 668px;
	min-height: 183px;
	background: url(../images/home/top-box-middle.png) left top repeat-y;
}

#home_top_box #middle #rodeo {
	position: absolute;
	margin: -22px 0px 0px 287px;
	width: 193px;
	height: 360px;
	background: url(../images/home/rodeo-2009.png) 0 0 no-repeat;
}

#home_top_box #middle #left_text {
	width: 270px;
	margin-left: 20px;
	float: left;
	display: inline;
}

#home_top_box #middle #right_text {
	width: 155px;
	margin-left: 195px;
	float: left;
	display: inline;
}

#home_top_box #bottom {
	width: 668px;
	height: 23px;
	background: url(../images/home/top-box-bottom.png) left top no-repeat;
}

#latest_news {
	width: 350px;
	margin-left: 245px;
	margin-top: 22px;
	float: left;
	display: inline;
}

#latest_news div {
	width: 170px;
	padding-bottom: 2px;
	background: url(../images/home/dotted_line.gif) left bottom repeat-x;
}

#home_see_box {
	width: 281px;
	float: left;
	margin-left: 28px;
	margin-top: 14px;
	display: inline;
}

#home_see_box #top {
	width: 281px;
	height: 16px;
	background: url(../images/home/see-top.png) left bottom no-repeat;
}

#home_see_box #middle {
	width: 281px;
	min-height: 164px;
	padding-top: 1px;
	background: url(../images/home/see-middle.png) left top repeat-y;
}

#home_see_box #middle #list {
	margin-left: 19px;
	margin-top: 19px;
}

#home_see_box #middle #star {
	width: 56px;
	height: 45px;
	position: absolute;
	margin-left: 176px;
	margin-top: 47px;
	background: url(../images/home/star.png) 0 0 no-repeat;
}

#home_see_box #bottom {
	width: 281px;
	height: 16px;
	background: url(../images/home/see-bottom.png) left top no-repeat;
}


#white_top_box {
	margin-left: 12px;
	width: 884px;
}

#white_top_box #top {
	width: 884px;
	height: 22px;
	background: url(../images/common/white-box-top.png) left bottom no-repeat;
}

#white_top_box #middle {
	width: 884px;
	min-height: 183px;
	background: url(../images/common/white-box-middle.png) left top repeat-y;
}

#white_top_box #bottom {
	width: 884px;
	height: 23px;
	background: url(../images/common/white-box-bottom.png) left top no-repeat;
}a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: overline;
}
a:active {
	color: #000000;
}
