@charset "utf-8";
/* CSS Document */
html { min-height: 100%; margin-bottom: 1px;}

body {
	background-color: #ebe6a4;
	margin:0px;
	padding:0px;
	height:100%;
	text-align:left;
	background-image:url(../images/events_bg.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	background-attachment: fixed; 
	padding-top: 56px;
	padding-right:27px;
	padding-left: 27px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color: #26251f;
	font-size: 14px;
	line-height:24px;
	font-stretch: extra-condensed;
	min-width: 500px;
	}






#nav {position: absolute; left:50%; margin-left:-250px; margin-top: 60px; padding-bottom:10px; text-align:center;  font-family: Helvetica, Geneva, Arial, sans-serif; font-size:12px; line-height:11px; width:500px;}
#header {margin-bottom: 35px;}
#right_pic {position: absolute; z-index:3; top: 260px; left: 300px;}
a {color:#1b3367; text-decoration:none;}
a:visited {color:#969696; text-decoration:none;}
a:hover {color:#6880b7; text-decoration:underline;}
small {font-size:10px; color:#666666;}