/* CSS Document */

/* CSS Document */

/*Global styles ----------------------------------------*/

body {
	background: #fff url(imgs/page_bg.jpg) top left repeat-x;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4em;
	margin:20px;
	padding:0;
	}
* {
	margin:0;
	padding:0;
}

p {
	margin:0px 0 10px 0;
	}
	
ul {
	margin:0 0 10px 0;
	}
ul li {
	list-style:none;
	list-style-image:url(imgs/bullet.gif);
	margin:0 0 5px 20px;
	}
	
h1 {
	color:#999966;
	font-size:24px;
	font-weight:bold;
	margin: 10px 0 10px 0;
	}
	
h2 {
	color:#999966;
	font-size:18px;
	font-weight:bold;
	margin: 0px 0 5px 0;
	}
	
a {
	color:#006633;
	font-weight:bold;
	}
a:hover {
	text-decoration:none;
	}
	
#wrapper {
	background:url(imgs/wrapper_bg.gif) top left repeat-y;
    left:50%;
	margin-left:-350px;
    position:relative;
	width:700px;
	}
	
/* content styles ----------------------------------------*/

#header {
	background: #003366 url(imgs/top.gif) top left no-repeat;
	padding:0px 0 0 0px;
	}
#inner_wrap {
	background:url(imgs/innerwrap_bg.gif) top left repeat-y;
	float:left;
	padding-left:0px;
	width:700px;
	}
	
#inner_wrap_trail {
	background:url(imgs/innerwrap_bg2.gif) top left repeat-y;
	float:left;
	padding-left:0px;
	width:700px;
	}
	
#content1 {
	background: ;
	color:#FFF;
	float:left;
	font-size:11px;
	padding: 0px 0px 0px 0px;
	width:150px;
	}
	
#content1 p {
	padding:5px;
	text-align:center;
	}
	
#content2 {
	background:url(imgs/content2_home.gif) top left no-repeat;
	float:left;
	padding: 10px;
	width:530px;
	}
	
#content_trail {
	background:url(imgs/content2_home.gif) top left no-repeat;
	float:left;
	width:680px;
	}
	
.eventstab {
	/*border:1px solid #999;*/
	width:530px;
	}
	
.infobox {
	border:1px solid #000033;
	margin-top:15px;
	padding:4px;
	width:296px;	
	}
	
.newsimage {
	float:right;
	font-size:10px;
	padding:5px;
	}
	
/*footer styles ----------------------------------------*/
	
#footer {
	background: #003366 url(imgs/bott.gif) bottom left no-repeat;
	clear:both;
	height:80px;
	}
	
.footertxt {
	color:#999;
	font-size:10px;
	padding-top:10px;
	}
	
#epitaph {
	clear:both;
	font-size:10px;
	margin-top:3px;
	text-align:center;
	width:700px;
	}

.popup_pic {
	border:1px solid #006600;
	margin:4px 0px;
	padding:2px;
	}