body, html
{
	font-size: 14px;
	font-family: arial;	
	color: #a99b73;
}

h1
{
    font-size: 26px;
    padding-top: 10px;
    margin-top: 0px;
}

body
{
	margin: 0px;
	background: #50381a;
}

#header
{
	width: 800px;
	background: #fff url(/images/bg-header.jpg) no-repeat; 
	text-align: center;
	height: 145px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}



#content 
{
	width: 740px;
	background: #fff url(/images/bg-content.jpg) repeat-y;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
}

#menu
{
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px dotted #a99b73;
}

#menu li 
{
	float: left;
	list-style-type: none;
	text-align: center;
	padding-left: 6px;
	padding-right: 6px;
	letter-spacing: 1px;
	border-right: 1px dotted #a99b73;
}

#menu li a 
{
	color: inherit;
	text-decoration: none;
	font-weight: bold;
}

#menu li a:hover
{
	text-decoration: underline;	
}

#menu #firstMenuItem {
	padding-left: 0px;
}

#menu #lastMenuItem {
	padding-right: 0px; 
	border-right: 0px solid black;
}


#footer
{
	width: 740px;
	background: #fff url(/images/bg-content.jpg) repeat-y;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}



input[type="text"], input[type="submit"], button
{
    background-color: white;
    border: 1px solid #a99b73;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica;
    padding: 2px;
}

input[type="submit"], button
{
    cursor: pointer;
}

a 
{
    color: #a99b73;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

.successMsg, .errorMsg
{
    margin-bottom: 10px;
    padding: 4px;
    border: 1px solid #A99B73;
}

#galleryList {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#galleryList li {
	margin-bottom: 15px;
}

#scheduleList td {
	padding-bottom: 15px;
	padding-top: 15px;
	vertical-align: top;
	border-bottom: 1px solid #a99b73;
}

#scheduleList {
	border-collapse: collapse;
}

#galleryList {
	border-collapse: collapse;
	width: 100%;
}

#galleryList td {
	padding-bottom: 15px;
	padding-top: 15px;
	vertical-align: top;
	border-bottom: 1px solid #a99b73;
}
