@charset "utf-8";
* {
	margin:0px;
	padding:0px;
}

html {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: white;
	background-image:url(/images/top_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color:#c0151c;
	width:100%;
	height:100%;
}

body {
	width: 100%;
	height: auto;
	text-align: center;
}

h1 {
	font-size: 28px;
	line-height: 35px;
	padding-bottom: 22px;
}

h2 {
	font-size: 20px;
	padding:22px 0px;
}

h3 {
	font-size: 15px;
	font-style: italic;
	line-height: 22px;
	padding-bottom: 20px;
}

p {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 20px;
}
a img {
	border: none;
}
#girl_bg {
	width:100%;
	height: auto;
	background: transparent;
	background-image: url(/images/girl_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#mainWrapper {
	width: 920px;
	min-height: 970px;
	height: auto;
	margin: 0px auto;
}

#mainWrapper #header {
	text-align: left;
	height: 150px;
}

#navList {
	width: 460px;
	float: right;
	padding-top: 56px;
}

#mainWrapper #contentWrapper #flashContainer {
	position: absolute;
	text-align: right;
	height: 480px;
	width: 800px;
	background-image: url(/images/flash_bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	right: 50%;
	padding-right: 100px;
	top: 185px;
}

#mainWrapper #contentWrapper #bottomWrapper {
	text-align: center;
}

#mainWrapper #contentWrapper #bottomWrapper #sponsorsTable {
	padding: 45px 0px;
	/*
	width: 950px;
	*/
	margin: 0 auto;
	text-align: center;
}

#sponsorsTable img {
	/*
	float: left;
	position: relative;
	padding-left: 1px;
	*/
	vertical-align: top;
}

#bottomWrapper #copyright {
	font-size: 11px;
	line-height: 20px;
}

#mainWrapper #contentWrapper #leftContent {
	float: right;
	height: auto;
	width: 460px;
	text-align: left;
	margin-top: -30px;
	overflow: hidden;
}

#mainWrapper #contentWrapper #citySelect {
	position: absolute;
	height: auto;
	width: 500px;
	text-align: left;
	margin-left: 460px;
	margin-top: -30px;
}

#mainWrapper #contentWrapper #bottomContent {
	text-align: left;
	padding-left: 240px;
}

#mainWrapper #contentWrapper #bottomContent ul, #leftContent ul {
	float: left;
	list-style: none;
	list-style-position: outside;
	line-height: 25px;
}

a {
	color: white;
}

a:hover {
	color: white;
	text-decoration: none;
}

#navList ul {
	list-style-position: outside;
	list-style-type: none;
	width: 100%;
}

#navList ul li {
	display: inline;
	margin:0px;
	padding:0px;
}

#navList ul li a {
	color: red;
	font-size: 13px;
	height: 23px;
	width: auto;
	background-image: url(/images/link_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	text-decoration: none;
	padding: 2px 9px 3px 9px;
}

#navList ul li a:hover, #navList ul li a.selected {
	background-position: center -23px;
	color: white;
}

#mainWrapper #header #logoTapis {
	float:left;
	margin-top:25px;
	height: 99px;
	width: 140px;
}

#mainWrapper #contentWrapper #sponsorText {
	float: left;
	text-align: left;
	padding-right: 96px;
	height: auto;
	width: 557px;
	border: 1px solid #FFF;
}
