html, body {
	background-color: #903;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #630;
}

html, html * {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
}

a {
	color: #903;
	text-decoration: none;
}

a:hover {
	color: #c36;
}

img {
	border: none;
}

#wrapper {
	width: 720px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-bottom: 10px;
}

#header {
	background-color: #DE9BBA;
	width: 720px;
	overflow: hidden;
}

#header img {
	float: left;
}

#left_col {
	float: left;
}

#left_col div {
	margin-left: 10px;
}

#left_col div img {
	float: left;
	border-right: 1px solid #DE9BBA;
	margin-right: 5px;
}

#left_col div p {
	width: 160px;
	margin-left: 100px;
	margin-top: 25px;
}

#right_col {
	background-image: url(images/allure_on_location.gif);
	background-repeat: no-repeat;
	float: right;
	width: 346px;
	height: auto;
	padding-top: 185px;
	overflow: hidden;
	padding-left: 25px;
	padding-right: 50px;
}

#right_col p {
	margin-top: 15px;
}

#right_col p a {
	font-size: 80%;
}

#right_col ul {
	overflow: auto;
	margin-bottom: 15px;
}

#right_col li {
	list-style-type: none;
	font-size: 13px;
	width: 160px;
	float: left;
	color: #903;
	font-weight: bold;	
}

#right_col dl, #left_col div {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #DE9BBA;
}

#right_col dl.last {
	border-bottom: 1px solid #DE9BBA;
	padding-bottom: 10px;
}


#right_col dt {
	font-weight: bold;
	color: #903;
	font-size: 17px;
	margin-bottom: 5px;
}

#right_col dl p {
	margin: 0;
	font-size: 13px;
	line-height: 17px;
}

#right_col dl p.small, p.small {
	font-size: 11px;
	line-height: 15px;
}

#right_col dl p strong {
	font-weight: normal;
	color: #903;
}

#right_col dl p img {
	margin-top: -10px;
	position: relative;
	top: 5px;
}

#copyright {
	width: 720px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-size: 10px;
	color: #DE9BBA;
}

#copyright a {
	color: #a79;
}

#copyright a:hover {
	color: #DE9BBA;
}

/**
 * FAQ
 */
 
#right_col.faq {
	background-image: url(images/allure_faq.jpg);
	padding-top: 130px;
}

#right_col.faq li {
	float: none;
	font-weight: normal;
	color: #630;
	width: auto;
}

#right_col.faq h2 {
	color: #903;
	font-size: 15px;
	padding-top: 20px;
	margin-bottom: 10px;
} 

#right_col.faq p, #right_col.faq li {
	font-size: 11px;
	line-height: 15px;
}

/**
 * Images
 */
 
#wrapper ul.images {
	overflow: hidden;
	zoom: 1;
}

#wrapper ul.images li {
	width: 33%;
	text-align: center;
	list-style-type: none;
	float: left;
	height: 100px;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#wrapper ul.images li p {
	position: absolute;
	z-index: 100;
	text-align: center;
	width: 156px;
	bottom: 9px;
	left: 34px;
	line-height: 7px;
	font-size: 7px;
	color: #D0779F;
	font-family: verdana;
	height: 13px;
}

#wrapper #sponsor_links {
	margin: 20px;
	padding-top: 10px;
	border-top: 1px solid #DE9BBA;
	overflow: hidden;
	zoom: 1;
}

#wrapper #sponsor_links h3 {
	font-size: 11px;
	font-weight: bold;
	color: #EC008C;
	margin-bottom: 5px;
}

#wrapper #sponsor_links .links{
	margin-left: -20px;
	zoom: 1;
}

#wrapper #sponsor_links .links a {
	float: left;
	white-space: nowrap;
	padding-left: 20px;
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
}

#wrapper #sponsor_links a {
	color: #EC008C;
	font-size: 12px;
	zoom: 1;
}

#wrapper #sponsor_links a:hover {
	color: #f9f;
}

#wrapper #sponsor_links li {
	list-style-type: none;
}

iframe {
	overflow: hidden;
}
