body, html {
padding: 0px;
margin: 0px;
}

body{
	background-color: #000000;
	background-image: url(images/sitebgr.jpg);
	background-repeat: repeat-x;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CC0000;
}

#container{
position:absolute;
left:50%;
top:24px;
margin-left:-385px;
width:770px;
}

#logo{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-360px;
	height: 250px;
	width: 268px;
}

#nav{
	position:absolute;
	top:38px;
	left:50%;
	margin-left:-95px;
	height:50px;
	width:500px;
}

#header{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	background-color: #FFFFFF;
	width: 430px;
	padding-left:320px;
	padding-top:60px;
	padding-right:20px;
	font-size:11px;
	color:#333333;
}

#content{
	padding:20px;
	background-color: #FFFFFF;
	width: 730px;
	background-image: url(images/bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#footer{
color:#FFFFFF;
margin-top:5px;
text-align:right;
margin-bottom:20px;
}

#event-holder{
	min-height:80px;
	background-color: #FFFFFF;
	background-image: url(images/eventbgr.jpg);
	background-repeat: repeat-x;
	width: 700px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom:20px;
	margin-left:12px;
}

#event-image{
margin-left:10px;
float:left;
width:210px;
margin-top:8px;
padding-top:3px;
}

#event-text{
float:right;
width:455px;
margin-right:10px;
margin-top:8px;
}

h1{
padding:0px;
margin:0px;
margin-bottom:10px;
font-size:18px;
font-weight:normal;
}

p{
padding:0px;
margin:0px;
margin-bottom:9px;
line-height:18px;
}

a.eventlink{
color:#CC0000;
font-size:12px;
text-decoration:none;
font-weight:bold;
}

a.eventlink:hover{
text-decoration:underline;
}
