/* CSS Document */
body {
	background-image:url(../images/bg1.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#7D1A15;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	margin:0;
}
p {
	margin:5px 20px;
	color:#FFF;
	font-size:12px;

}
h1 {
	margin:5px 5px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;

}
a {
	color:#FFC600;
	text-decoration:underline;
}
a:hover {
	color:#FFC600;
	text-decoration:none;
}
table {

}
/**********Start presentation*************/

div#container {
	width:850px;
	margin:auto;
}

div#header {
	width:850px;
	height:198px;
	background-image:url(../images/latest_events.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
div#header_sub {
	width:850px;
	height:198px;
	background-image:url(../images/latest_events_sub.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

div#logo {
	position:relative;
	float:left;
	width:498px;
}
div#events {
	margin:50px 0 0 7px;
	position:relative;
	float:left;
	width: 137px;
	height: 135px;
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
}
div#events p {
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin:0;
}
div#events a {
	font-size:12px;
	color:#990000;
	text-decoration:underline;
}
div#events a:hover {
	text-decoration:none;
}
div#address {
	margin:74px 0 0 10px;
	float:left;
	width: 137px;
	height: 103px;
	color:#000000;
}
*html div#address {
	margin:74px 0 0 9px; !IMPORTANT
}
div#navigation {
	float:left;
	position:relative;
}

div#content_main {
	float:left;
	position:relative;
	background-image:url(../images/content_section.jpg);
	background-repeat:no-repeat;
	width:660px;
	height:573px;
}

div#newsletter {
	color:#990000;


}
div#favs {
	margin:155px 30px 0 0;
	position:relative;
	float:right;
	width: 140px;
	height: 217px;
	text-align:center;
}
*html div#favs {
	margin-right:20px;!IMPORTANT
}

div#content_sub {
	float:left;
	color:#FFF;
	position:relative;
	background-image:url(../images/center_subcontent.jpg);
	background-repeat:no-repeat;
	width:660px;
	height:573px;
}
div#content {
	margin:32px 0 0 30px;
	width:590px;
	height:326px;
}
div#content table {
	margin-left:40px;
}
div#content table td {
	border-bottom:1px solid #FFF;
}

div#scroll {
	overflow-x: hidden;
	overflow-y: auto;  
	height:266px;
}
div#content_subcontact {
	float:left;
	color:#FFF;
	position:relative;
	background-image:url(../images/center_subcontent_contact.jpg);
	background-repeat:no-repeat;
	width:660px;
	height:573px;
}
div#content_contact {
	margin:85px 0 0 58px;
	width:260px;
}
div#footer {
	clear:both;
	font-size:8px;
	font-weight:normal;
	color:#000;
	text-align:center;
}
div#footer a {
	font-size:8px;
	font-weight:normal;
	color:#000;
	text-decoration:underline;
}
div#footer a:hover {
	color:#FFF;
	text-decoration:none;
}
#promo_link {
	position:relative;
	float:left;
	top:260px;
}
#promo_link2 {
	position:relative;
	float:left;
	left:150px;
}