body{
	font-family:Georgia, "Times New Roman", serif;
	background:#f3f8ff url(../img/bkg.jpg) top left repeat-y;
	margin:0px;
}

a{
	color:#3a6aa6;
}

table img{
	border:1px solid #3a6aa6;
}
div#boxtop{
	background:url(../img/main_box_top.png) top left no-repeat;
	width:475px;
	height:125px;
}
div#boxmain{
	background:#FFF url(../img/main_box_bkg.jpg) top left repeat-y;
	padding:10px;
	font-size:1.2em;
}
div#boxbot{
	background:url(../img/main_box_bottom.png) top left no-repeat;
}

#menu{
	background:url(../img/banner.png) top left no-repeat;
	height:180px;
	width:712px;
	position:relative;
}
#menu ul{
	list-style:none;
	padding:0px;
	display:block;
	position:absolute;
	right:0px;
	bottom:0px;
}

#menu li{
	display:block;
	float:left;
}

#menu a{
	text-decoration:none;
	border:1px solid #1f3858;
	background:#1f3858;
	color:#FFF;
	padding:4px 8px 4px 8px;
}
#menu a:hover{
	background:#FFF;
	color:#3a6aa6;
	border:1px solid #3a6aa6;
	padding:8px;
}
#main{
	width:1024px; 
	padding:10px;
}
h1, h2{
	color:#1f3858;
}

div#events{
	border:2px solid #3a6aa6;
	background:#FFF;
	padding:1em;
}

table.styled td{
	text-align:center;
	
}
table.styled th{
	color:#1f3858;
	font-size:2em;
}
table.styled{
	border:2px solid #3a6aa6;
	background:#fff;
	width:80%;
	-moz-border-radius:20px;
	margin:1em;
}
