@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/layout/main_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 0;
}

a:link	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #ba3f09;
		text-decoration: underline;
}

a:hover	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #ba3f09;
		text-decoration: underline;
		font-weight:bold;
}

a:visited	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #1f7e5e;
		text-decoration: underline;
}

p	{
	margin: .25em 0 .5em 0;
	line-height: 18px;
}

ul {
    margin-left: 10px;
    padding: 0;
    }

li { 
	margin: 0;
	line-height: 16px;
}
	
h1	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999;
}

h2	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003366;	
	line-height: 16px;
	margin: .1em 0;
}

h3	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #808080;	
	line-height: 14px;
	margin-bottom: 1em;
}

cite	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #808080;	
	margin: 0;
}

#wrapper	{
	text-align: center;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	position: relative;
}

#main_header	{
	position: relative;	
	width: 950px;
}

#main_content_bg	{
	background-image:url(../images/layout/main_column_bg1.png);
	background-position: top;
	background-repeat:no-repeat;
}

#main_content	{
	background-color:#FFF;
	width: 540px;
	position: relative;
	left: 170px;
	top: 30px;
	padding: 30px;
	text-align: left;
}

#about	{
	position: absolute;
	top: 398px;
	left: 0;
	background-image: url(../images/layout/about_bg.png);
	background-position: top left;
	background-repeat:no-repeat;
	width: 164px;
	height: 305px;
	color: #FFF;
	padding: 15px;
	text-align: left;
}

#news	{
	position: absolute;
	top: 720px;
	background-image: url(../images/layout/news_bg.png);
	background-position: top left;
	background-repeat:no-repeat;
	width: 164px;
	height: 575px;
	color: #FFF;
	padding: 15px;
	text-align: left;
}

#participate	{
	position: absolute;
	top: 409px;
	left: 760px;
	background-image: url(../images/layout/participate_bg.png);
	background-position: top left;
	background-repeat:no-repeat;
	width: 153px;
	height: 500px;
	color: #FFF;
	padding: 15px;
	text-align: left;
}

#concierge	{
	position: absolute;
	top: 924px;
	left: 760px;
	background-image: url(../images/layout/concierge_bg.png);
	background-position: top left;
	background-repeat:no-repeat;
	width: 164px;
	height: 375px;
	color: #FFF;
	padding: 15px;
	text-align: left;
}

#about a:link, 
#participate a:link, 
#news a:link,
#concierge a:link{
				color: #ffffcc;
				text-decoration: underline;
}

#about a:visited, 
#participate a:visited, 
#news a:visited,
#concierge a:visited	{
				color: #ffffcc;
				text-decoration: underline;
}

#about a:hover, 
#participate a:hover, 
#news a:hover,
#concierge a:hover	{
				color: #ffffcc;
				text-decoration: underline;
}

#buynow	{
	color: #ba3f09;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	border: thin #808080 solid;
    padding: 3px;
	float: right;
}

#buynow a:link	{
				color: #ba3f09;
				text-decoration: none;
}

#buynow a:visited	{
				color: #ba3f09;
				text-decoration: none;
}

#buynow a:hover	{
				color: #ba3f09;
				text-decoration: none;
				background-color: #ffffcc;
}

p.preheader {
    font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	color: #666;
	}
