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

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


body {
	background-image: url(images/BG.jpg);
	background-repeat: repeat;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-family:century gothic;
	color:#77634e;
}
#wrapper #logo {
	height: 185px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #navigation {
	height: 34px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #banner {
	height: 352px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#wrapper #content {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
.tables {
	padding-top: 5px;
	padding-bottom: 5px;
}

h1{
	
	size:20px;
}
h2{
	
	size:20px;
	color:#77634e;
}

.sideblocktop
{
	background-image:url(images/lefttop.png);
	height:10px;
	
}
.sideblockmiddel
{
	background-image: url(images/leftcenter.png);
	height:12px;
	padding-left:20px;
	padding-right:20px
	
}
.sideblockbottom
{
	background-image:url(images/leftbottom.png);
	height:10px;
	
}

input 
{
	border:1px;
	border-color:#77634e;
	border-style:solid;
	background-color:#fff;
	}	
	
textarea
{
	border:1px;
	border-color:#77634e;
	border-style:solid;
	background-color:#fff;
	}	
	
.submit
{
	border:1px;
	border-color:#77634e;
	border-style:solid;
	background-color:#77634e;
	color:#fff;
	font-weight:bold
	}

#wrapper #content table td{
    vertical-align: text-top;
}
#wrapper #content table h1 {
    font-family: 'Great Vibes', cursive;
    font-size: 46px;
}
#location-table {
	border:1px solid #77634e;
	border-spacing:0;
}
#location-table tr:first-child td, #location-table tr:last-child td {
	border-bottom:none;
}
#location-table td {
	border-right:1px solid #77634e;
	border-bottom:1px solid #77634e;
	padding:10px;
	text-align:center;
}
#location-table tr.heading {
	background-color:#77634e;
	color:#fff;
}