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

body {
	color: #ffffcc;
	background: #000000 url(../images/bg.jpg) center repeat-y;
}

#wrapper {
	width: 600px;
	display: block;
	margin: 0 auto;
}

#header {
	margin-top: 75px;
	margin: 75px auto 75px auto;
	height: 95px;
	width: 451px;
	background: url(../images/header.png) center no-repeat;
	text-indent: -9999px;
}

#gallery {
	width: 600px;
	height: 475px;
	background: url(../images/gallery-bg.png);
}

/* coda slider */

#slider {
    width: 600px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 400px;
    width: 600px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: url(../images/gallery-bg.png);
}

.scrollContainer div.panel {
    padding: 10px;
    height: 380px;
    width: 580px;
}

.scrollButtons {
    position: absolute;
    top: 200px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -60px;
}

.scrollButtons.right {
    right: -60px;
}

.hide {
    display: none;
}

h2 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #ffffcc;
	margin: 0;
	padding: 0;
	text-align: center;
}

.panel p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffcc;
	margin: 0;
	padding: 0;
	text-align: center;
}

.panel img {
	width: 560px;
	height: 300px;
	margin: 10px 0 10px 10px;
}

/* end slider */

#updates {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/gallery-bg.png);
}

#updates p {
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(255,255,204);
	font-size: .9em;
}

.h2 {
	margin-top: 50px;
}

#form {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
	