
body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	text-align:center;	
	background: #F3F3F3;
}
A, A:link, A:active, A:visited {
	color: #C00;
	text-decoration: none;
}
A:hover {
	color: #FFF;
	background: #C00;
}

#content {
	border-top: 5px solid #C00;
	height: 594px;
	width: 800px;
	position: relative;
	background: #999 url(../images/background-new.jpg) no-repeat;
}
#footer {
	height: 20px;
	width: 800px;
	position: relative;
	background: #333;
	color:#CCC;
	font-size: 10px;
	text-align:left;
	text-indent: 10px;
	vertical-align:middle;
	padding-top:5px;
}
#navigation {
	width: 100%;
	height: 35px;
	position: absolute;
	top: 177px;
	left: 0;
	background: #333 url(../images/background-nav.gif) repeat-x;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}
#navigation UL {
	padding: 0;
	margin: 0;
}
#navigation LI {
	list-style: none;
	float: left;
	color: #FFF;
	padding: 7px 10px 10px 11px;	
	font-size: 14px;
	font-weight: bold;
}
#navigation LI A, #navigation LI A:link, #navigation LI A:active, #navigation LI A:visited {
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
}
#navigation LI A:hover {
	color: #FFF;
	background: #515151;
}
.selected{
	background: url(../images/arrow-off.gif) no-repeat;	
}
#tartan {
	width: 100%;
	height: 90px;
	position: absolute;
	top: 212px;
	left: 0;
	background: #333;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
}
#eventTitle{
	position: absolute;
	top: 240px;
	left: 10px;
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
}
#eventDate{
	position: absolute;
	top: 270px;
	left: 10px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
#eventLocation{
	position: absolute;
	top: 217px;
	left: 10px;
	color: #FFF;
	font-size: 16px;
}
#pageContent {
	width: 780px;
	height: 260px;
	overflow-y : auto;
	position: absolute;
	top: 303px;
	left: 0px;
	background: #FFF;
	text-align: left;
	padding: 10px 10px 20px 10px;
	
	scrollbar-base-color: #F3F3F3;
	scrollbar-arrow-color: #333;
	scrollbar-track-color: #999;

	scrollbar-shadow-color: #999;
	scrollbar-lightshadow-color: #999;
	scrollbar-darkshadow-color: #999;

	scrollbar-highlight-color: none;
	scrollbar-3dlight-color: #999;
}
#pageContent H1 {
	font-size: 18px;
	border-bottom: solid 1px #000;
}
#pageContent H2 {
	font-size: 16px;
}
#pageContent H3 {
	font-size: 14px;
}
#homepageContent {
	width: 680px;
	height: 246px;
	overflow-y : auto;
	position: absolute;
	top: 303px;
	left: 0px;
	background: #FFF;
	text-align: left;
	padding: 30px 10px 20px 110px;
	
	scrollbar-base-color: #F3F3F3;
	scrollbar-arrow-color: #333;
	scrollbar-track-color: #999;

	scrollbar-shadow-color: #999;
	scrollbar-lightshadow-color: #999;
	scrollbar-darkshadow-color: #999;

	scrollbar-highlight-color: none;
	scrollbar-3dlight-color: #999;
}
#logo{
	position:absolute; 
	right:0; 
	top: 0; 
	width: 220px; 
	height: 100px;
}
#logo a:hover {
	background: none;
}