body, form, input { margin: 0px; padding: 0px; }

body,html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../layout/background.png);
	background-repeat: repeat-y;
	height: 100%;
}

a {
	color: #004F78;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

table, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding: 0px;
}

h2, h3 {
	font-size: 16px;
	margin: 0px;
	padding: 0 0 10px 0;
	color: #666;
}

div#wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	*height: 100%;
}

div#top {
	position: relative;
	top: 0px;
	left: 0px;
	height: 9px;
	font-size: 1px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: #993333;
}

div#header {
	position: relative;
	height: 144px;
	left: 20px;
	width: 777px;
	background-image: url(../layout/wsafm.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	z-index: 1000;
}

	div#header-link {
		position: absolute;
		top: 4px;
		left: 20px;
		height: 130px;
		width: 200px;
	}
		

	div#rotator-box {
		position: absolute;
		top: 73px;
		left: 496px;
	}
	
		div#rotator-box img {
			border: 1px solid #000;
		}
	
	div#nav-wrapper {
		position: absolute;
		float: left;
		left: 193px;
		border-left: 1px solid #ccc;
		padding: 0 0 0 1px;
		margin: 0;
		z-index: 2000;
	}
	
	div.nav-item-selected, div.nav-item {
		position: relative;
		float: left;
		border-right: 1px solid #ccc;
		height: 42px;
		padding: 0 1px 0 0;
		margin: 0 1px 0 0;
		z-index: 2000;
	}
	
	div.nav-item-selected img, div.nav-item img {
		padding: 0;
		margin: 0;
		border: 0;
		behavior: url("../includes/pngbehavior.htc");
	}
	
	a.nav-block-selected, a.nav-block {
		float: left;
		position: relative;
		top: 0px;
		padding: 10px 23px 0 6px;
		margin: 0;
		height: 31px;
		*height: 41px;
	}
	
	a.nav-block-selected {
		background-color: #F7F0E8;
	}
	
	a.nav-block:hover {
		background-color: #FCF8E2;
	}

div#strip {
	position: relative;
	left: 0px;
	height: 90px;
	padding: 0px;
	margin: 0px;
	background-image: url(../layout/strip.png);
	background-repeat: repeat-x;
	z-index: 10;
}

	div#strip h1 {
		position: absolute;
		top: 13px;
		left: 55px;
	}

div#content-box {
	position: relative;
	top: -47px;
	left: 34px;
	width: 536px;
	padding: 0 0 15px 0;
	margin: 0px;
	background-image: url(../layout/content-top.png);
	background-repeat: no-repeat;
	z-index: 500;
	min-height: 425px;
	*height: 425px;
}

	div#content {
		position: relative;
		top: 30px;
		left: 34px;
		width: 425px;
		margin: 0px;
		padding: 0px;
	}
	
		div#content p {
			margin-top: 0px;
		}
		
div#sidebar {
	position: absolute;
	top: 282px;
	left: 581px;
}

	div#sidebar h2 {
		position: relative;
		height: 16px;
		width: 193px;
		margin: 0px;
		padding: 2px 4px 2px 8px;
		font-size: 12px;
	}

	h2.grey {
		color: #FFF;
		background-color: #5C5252;
	}

	h2.red {
		color: #FFF;
		background-color: #993333;
	}
	
	.box {
		position: relative;
		width: 187px;
		*width: 193px;
		margin: 0px 0px 12px 0px;
		padding: 8px;
		border-right: 1px solid #CCC;
		border-left: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
	}
	
	.box-noheader {
		position: relative;
		width: 187px;
		*width: 193px;
		margin: 0px 0px 12px 0px;
		padding: 8px;
		border: 1px solid #CCC;
	}
	
	div#sidebar .eventitem-list {
		margin-bottom: 3px;
	}
	
	div#sidebar .eventname-list {
		font-weight: bold;
	}

div#footer {
	position: relative;
	text-align: center;
	width: 776px;
	background-color: #333333;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	height: 19px;
	margin-left: 21px;
	margin-top: -19px;
}

	div#footer p {
		padding: 3px 0 0 0;
	}

	div#footer a {
		color: #fff;
	}