/* CSS Document */

body {
	margin: 0px;
	background-color: #AFC0D2;
	background-image: url(img/bg_line.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #363636;
	}
#banner {
	background-image: url(img/banner.jpg);
	background-repeat: no-repeat;
	width: 752px;
	height: 246px;
	margin-top: 10px;
	}
#nextevent {
	position: relative;
	top: 90px;
	left: -225px;
	background-image: url(img/nextevent.jpg);
	background-repeat: no-repeat;
	z-index: 2;
	width: 321px;
	height: 48px;
	}
/*   Main Area
===============================================================*/
#content {
	background-color: #FCF3E0;
	border-left: 1px solid #001F51;
	border-right: 1px solid #001F51;
	border-bottom: 1px solid #001F51;
	width: 750px;
	padding-bottom: 30px;
	}
#col1 {
	width: 481px;
	vertical-align: top;
	}
#col2 {
	width: 269px;
	vertical-align: top;
	background-image: url(img/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	}
#intro {
	width: 400px;
	text-align: left;
	padding-top: 20px;
	padding-left: 30px;
	}
.introlead {
	font-size: 18px;
	font.weight: bold;
	}
#update {
	width: 398px;
	background-color: white;
	border: 1px solid #001F51;
	margin-left: 30px;
	margin-top: 30px;
	background-image: url(img/bg_update.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	}
/*  Menu 
===============================================================*/
#menu {
	position: relative;
	top: 10px;
	left: 90px;
	}
