@charset "utf-8";
/* CSS Document */
body{
	background-color:#d08027;
	padding:0px;
	margin:0px;
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat
}

#container {
	width:846px;
	margin:0 auto;
	display:block;
}

#content {
	background-image:url(images/center-bg.png);
	background-repeat:repeat-y;
	clear:both;
	margin:auto;
	overflow:hidden;
	min-height:700px
}

#left{
	width:490px;
	float:left;
	margin:15px 0 0 15px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:18px;
}

h1{
	font-size:15px;
	color:#b36219
}

#right {
	float:right;
	width:310px;
	margin:0 15 0 0;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	height:100%;
}

#featured {
	width:500px;
	clear:both;
	margin:auto;
	overflow:hidden;
}

#featured .left{
	width:110px;
	height:134px;
	float:left;
	border-right:2px solid #ffffff;
}

#featured .right {
	/*width:350px;*/
	width:460px;
	background-color:#d8ecbd;
	padding:15px;
	float:left
}
#featured .right b
{
    font-size:14px;
    color:#000000;
}
#title {
	width:310px;
	text-align:right
}

#event {
	width:310px;
	margin-top:20px
}

#event a {
	width:310px;
	margin-top:20px;
	color:#ffffff;
}

#event a:hover {
	width:310px;
	margin-top:20px;
	color:#ffffff;
	text-decoration:none;
}

#event #date{
	float:left;
	width:120px;
	height:100px;
	color:#FFF;
	text-align:center
}

.day {
	color:#FFF;
	font-size:80px;
	font-weight:bold;
	line-height:60px
}

#event #info {
	float:left;
	width:170px;
	height:100px;
	padding:0 0 0 10px;
	color:#FFF;
	font-size:12px
}

#menu {
	margin:10px 0 10px 0;
	text-align:center;
}

#menu ul {
	display:inline;
	margin:10px 0 10px 0;
	padding:0px;
}

#menu li {
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu a{
	font-size:14px;
	color:#91278f;
	padding:5px 8px 5px 8px;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover {
	color:#8dc641;
}
	
#footer {
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	clear:both;
	margin:auto;
	font-size:11px;
	padding:10px;
}

#footer a {
	color:#ffffff;
}

#footer a:hover {
	text-decoration:none;
}

#footerR
{
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	clear:both;
	margin:auto;
	font-size:11px;
	text-align:right;
	margin-top:-15px;
}


#footerR a {
	color:#ffffff;
}

#footerR a:hover {
	text-decoration:none;
}