body {
	background-image:url(../img/background_page.jpg);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
	background-color:#ffffe3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#65361a;
}
#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#65361a;
}

#header_bar {
	margin-top:54px;
	height:69px;
	width:100%;
	background-image:url(../img/background_header.jpg);
	background-repeat:repeat-x;
}

#header_logo {
	background-image:url(../img/logo.jpg);
	width:381px;
	height:210px;
	position:absolute;
	top:6px;
}

#header_map {
	background-image:url(../img/background_header_map.jpg);
	height:69px;
	width:206px;
	position:absolute;
	top:54px;
	left:381px;
}

#header_address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#65361a;
	height:69px;
	position:absolute;
	top:57px;
	right:10px;
	margin-right:10px;
}

#gtps {
	position:absolute;
	top:125px;
	right:45px;
	z-index:99;
	text-align:center;
}

#gtps a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#65361a;
	text-decoration:none;
	font-weight:bold;
}

#gtps a img {
	border:none;
}

#menu {
	margin:100px 50px 0px 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	width:200px;
}

#menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#menu ul li {
	margin:0px;
	padding:0px;
	background-image:url(../img/background_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	line-height:30px;
}

#menu ul li a {
	text-decoration:none;
	color:#ff7e15;
}

#menu ul li a span {
	color:#65361a;
}

#menu ul li a:hover {
	text-decoration:none;
	color:#65361a;
}

#menu ul li a:hover span {
	text-decoration:none;
	color:#ff7e15;
}

#content {
	margin-top:50px;
	width:588px;
	text-align:justify;
}

#content .content {
	background-image:url(../img/background_watermark.jpg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	min-height:318px;
}

#content .content a {
	font-weight:bold;
	color:#65361a;
}

#content .content ul {
	margin:10px 0px 10px 30px;
}

#content .content form {
	margin:0px;
	padding:0px;
}

#content .content input {
	border:1px solid #CCC;
	width:150px;
	margin:3px 0px 3px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#65361a;
	background:transparent;
}

#content .content input.submit {
	font-weight:bold;
	background:transparent;
}

#content .content textarea {
	border:1px solid #CCC;
	width:385px;
	margin:3px 0px 3px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#65361a;
	height:100px;
	background:transparent;
}

.formerror {
	background-color:#F44 !important;
}


#content .headline {
	font-size:18px;
	font-weight:bold;
}

#content .headline .intro {
	color:#ff7e15;
}

#content .content .line {
	background-image:url(../img/background_line.gif);
	background-repeat:repeat-x;
	background-position:50%;
	height:10px;
}

#content .content .content_image_left {
	float:left;
	margin:10px;
}

#content .content .content_image_right {
	float:right;
	margin:10px;
}

#footer {
	margin-top:50px;
	padding-top:5px;
	margin-left:40px;
	background-image:url(../img/background_line.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
}

.message {
	margin:10px 0px 10px 0px;
}