@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	margin: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-image:url(../images/fade_bg.jpg);
	background-position:center;
	background-position:top;
	background-repeat:repeat-x;
}
html {
	padding:0;
	margin:0;
}
img {
	border:none;
}
	
#header {
	width:100%;
	height:128px;
	background-image:url(../images/header_bg.gif);
}
#logo {
	width:1024px;
	height:128px;
	background-image:url(../images/logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
	margin:auto;
}
#holder {
	width:1000px;
	margin:auto;
	border:solid #000000 1px;
	border-top:none;
	background-image:url(../images/content_bg.gif);
	}
#slideshow {
	width:400px;
	float:right;
	border:solid #e4dbb0 5px;
	margin:25px;
}
#welcome {
	width:562px;
	margin-top:25px;
	padding-left:25px;
	}
#footer {
	width:974px;
	padding:25px;
	text-align:center;
	margin:auto;
	border-top:solid #e4dbb0 1px;
	clear:both;
	font-size:10px;
}
#photos {
	width:1000px;
	height:100px;
	border-bottom:solid #000000 1px;
}
#content {
	width:713px;
	margin:auto;
	float:right;
	padding:0px 15px 0px 15px;
	border-left:solid #000000 1px;
	
}
#col_left {
	width:226px;
	float:left;
	
	padding:0px 15px 0px 15px;
	
}
h2 {
	color:#C00;
}
table {
	border:0px;
}
.form_required {
color:#F00;
font-weight:bold;
}