body {
	color: #666;
	font-size: 11px;
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
	background: #fff url(images/bg.jpg) repeat-x;
}

a:link, a:active, a:visited {
	color: #e6b1ad;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0;
	padding: 0 0 10px 0;
	color: #719692;
	font-size: 16px;
	font-weight: normal;
	font-family: Trebuchet MS;
}

#container {
	width: 885px;
	padding: 0;
	margin: 0 auto 0 auto;
	background: transparent;
}

#header {
	clear: both;
	width: 100%;
	height: 520px;
	margin: 0 auto 0 auto;
	background: url(images/header.jpg) no-repeat;
}

#welcome {
	float: left;
	width: 450px;
	color: #bf6f77;
	font-size: 12px;
	line-height: 18px;
	margin: 375px 0 0 40px;
}

#welcome span, #featured span {
	display: block;
	padding: 0 0 5px 0;
	font-style: italic;
	font-size: 14px;
	font-family: Trebuchet MS;
	text-shadow: 1px 1px 0 #fff;
}

#featured {
	float: right;
	width: 300px;
	color: #bf6f77;
	margin: 375px 40px 0 0;
	background: transparent;
}

#featured img { opacity: 0.5; }
#featured img:hover { opacity: 0.9; }

#content {
	float: left;
	width: 100%;
	padding: 15px;
	background: #fff;
	-moz-border-radius: 5px;
}

#navigation {
	width: 100%;
	clear: both;
	margin: 0 auto 20px auto;
	background: transparent;
}

#navigation ul {
	padding: 0;
	margin: 0 0 0 70px;
}

#navigation li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 13px;
}

#navigation a {
	padding: 3px 10px 3px 10px;
	color: #fff;
	background: #e6b1ad;
	-moz-border-radius: 5px;
}

#navigation a:hover {
	text-decoration: none;
	background: #719692;
}

#sponsors {
	float: left;
	width: 100%;
	padding: 15px;
	margin: 20px 0 0 0;
	background: #fbf5f4;
	-moz-border-radius: 5px;
}

#footer {
	clear: both;
	width: 100%;
	color: #999;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 30px 0 0 0;
	background: transparent;
}

#footer a {
	color: #999;
}

#social {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 0 30px 0;
}

#social img:hover {
	opacity: 0.5;
}