body {
	background: #6eb4dc url(/images/bg.gif) repeat-x;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	margin: 0px;
}

#wrapper {
	margin: 0 auto;
	width: 1023px;
}

#header {
	background: url(/images/header-bg1.png) no-repeat;
	height: 249px;
}

#menu {
	height: 65px;
	margin: 0 auto;
	position: relative;
	top: 183px;
	width: 690px;
}

#container {
	background: #fff;
	border: 1px solid #c3e0f0;
	margin: 15px 0;
	min-height: 400px;
	overflow: hidden;
	padding: 10px 25px;
	width: 969px;
}

#footer {
	background: url(/images/footer-bg.gif) repeat-x;
	color: #fff;
	height: 220px;
	overflow: hidden;
	padding-top: 25px;
	text-align: center;
}

#gallery {margin-left: 32px; text-align: center;}

div.photo-container {
	float: left;
	border: 2px solid #e3e3e3;
	background: #ececec;
	font-size: 12px;
	height: 200px;
	overflow: hidden;
	padding: 10px;
	margin: 0 3px 8px 0;
	width: 155px;
}

h2 {color: #bc0c0c;}
h3 {color: #1d3c61;}

.right {float: right;}
.left {float: left;}
.clear {clear: both;}
.center {text-align: center;}

img {border: 0}
img.gallery-photo {border: 2px solid #013d50;}

a:link, a:visited {color: #bc0c0c; text-decoration: none;}
a:hover, a:active {color: #214a72;}

#footer a:link, #footer a:visited {color: #79c7f3;}
#footer a:hover, #footer a:active {color: #fff;}