@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #023555;
}

#banner {
	width: 800px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	position: relative;
}

#navigation {
	width: 626px;
	height: 25px;
	position: absolute;
	left: 281px;
	top: 69px;
}

#wrapper-border {
	width: 800px;
	height: 1235px;
	border: 1px solid #508fb5;
	padding: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}	

#wrapper {
	width: 800px;
	height: 1225px;
	background-color: #FFFFFF;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#slideshow {
	width: 760px;
	height: 250px;
	padding: 10px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #508fb5;
}

#event {
	width: 300px;
	height: 225px;
	position: absolute;
	left: 491px;
	top: 296px;
	background-image: url(../images/contact_box.jpg);
	background-repeat: no-repeat;
}

#home_img {
	width: 300px;
	height: 459px;
	position: absolute;
	left: 491px;
	top: 733px;
}

#listing {
	width: 261px;
	height: 113px;
	position: absolute;
	left: 21px;
	top: 52px;
}

#intro {
	width: 457px;
	height: 782px;
	position: absolute;
	left: 18px;
	top: 399px;
}

#footer {
	border-top: 1px solid #003353;
	width: 760px;
	height: 15px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: absolute;
	top: 1210px;
	left: 22px;
}

/*TEXT*/
p {
	color: #003353;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}

#header1 {
	width: 457px;
	height: 100px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 297px;
	left: 18px;
}
#header1-text {
	width: 445px;
	height: 77px;
	position: absolute;
	top: 10px;
	left: 13px;
}

#header2{
	width: 269px;
	height: 29px;
	position: absolute;
	top: 14px;
	left: 21px;
}

.header1 {
	color: #003353;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-style:italic;
}

.header2 {
	color: #57341e;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style:italic;
}

.date {
	color: #57341e;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-style:italic;
}

.listing {
	color: #003353;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
}

.footer {
	color: #003353;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
}

/*images*/
#banner img {
	text-decoration: none;
	border: none;
	float: left;
}

/*links*/


#wrapper-border #wrapper #event #listing a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #003353;
	text-decoration: none;
	text-align: right;
}

#wrapper-border #wrapper #event #listing a:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #003353;
	text-decoration: underline;
	text-align: right;
}
#wrapper-border #footer .footer a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #003353;
	text-decoration: none;
	margin-right: 10px;
}

#wrapper-border #footer .footer a:hover {
	color: #003353;
	text-decoration: underline;
}

#banner #navigation a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-right: 10px;
}

#banner #navigation a:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: underline;
}
#wrapper-border #wrapper #intro a {
	color: #003353;
}

#wrapper-border #wrapper #intro a:hover {
	color: #003353;
	text-decoration: none;
}
#wrapper-border #wrapper #home_img img {
	border: 1px solid #003353;
	margin-bottom: 10px;
}

