@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:#C2141D;
	width:100%;
	height:100%;
}

body {
	width: 100%;
	height: auto;
	text-align: center;
	overflow-x: hidden;
}

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;
}
td { 
	vertical-align:top;
}
#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 #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: -15px;
}

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;
	height: auto;
	width: 460px;
	padding-right: 90px;
}
#sponsorText dl dt {
	font-weight: bold;
	font-size: 13px;
}
#sponsorText dl dd {
	padding-bottom: 20px;
    padding-left: 20px;
	line-height: 18px;
}
#mainWrapper #sponsorImage {
	height: 487px;
	float: left;
	text-align: left;
	position: absolute;
	left: 50%;
	top: 150px;
	padding-left: 90px;
	width:904px;
	background-image: url(/images/right_bg_stripe.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#sponsorImage img {
}
#mainWrapper #contentWrapper #aistText {
	float: left;
	height: auto;
	width: 460px;
	padding-right: 90px;
}
#mainWrapper #contentWrapper #aistText h1, #mainWrapper #contentWrapper #aistText h2, #mainWrapper #contentWrapper #aistText h3 {
	text-align: center;
	font-style: normal;
}

#mainWrapper #contentWrapper #aistText p {
	text-align: justify;
}

