html {
	height: 100%
}
body {
	background-image:url('bg.png');
	text-align:center;
	height:100%;
	min-width:1096px;
	font-family:Verdana, Geneva, sans-serif;
}

b {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}

article, aside, figure, footer, header, hgroup, menu, nav, section { 
	display:block;
}

h1, h2, h3, h4, h5, h6{
	font-family:Verdana, Geneva, sans-serif;
	text-shadow:0px 0px 10px #ffffff;
	color:#000000;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:15px;
}
h1{
	font-size:40px;
}
h2{
	font-size:35px;
}
h3{
	font-size:30px;
}
h4{
	font-size:25px;
}
h5{
	font-size:20px;
}
ul
{
list-style-image: url('dot.png');
list-style-type: none;
padding: 5px;
padding-left: 50px;
margin: 5px;
}
ul li
{
padding: 5px 0px 5px 0px;
}
header {
	background-image:url('header_bg.png');
	background-repeat:repeat-x;
	height:280px;
	width:100%;
}
#header_center {
	display:block;
	height:151px;
	width:100%;
	position:absolute;
	top:10px;
	left:0;
	right:0;
}
#header_left {
	display:block;
	position:absolute;
	width:200px;
	top:20px;
	left:18%;
	text-align:left;
}
#header_right {
	display:block;
	position:absolute;
	width:200px;
	top:20px;
	right:18%;
	text-align:right;
}
#header_left_of_center {
	display:block;
	position:absolute;
	width:548px;
	top:20px;
	right:50%;
	text-align:left;
}
#header_right_of_center {
	display:block;
	position:absolute;
	width:548px;
	top:20px;
	left:50%;
	text-align:right;
}
#header_buttons {
	margin: 0 auto;
	width: 1096px; /* Replace the xxxx with the the width of your site (eg 800px)*/
	text-align:left;
}
#header_buttons > #current_button {
	display:inline;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;		/* Firefox, other Gecko */
	box-sizing: border-box;				 /* Opera/IE 8+ */
	float:left;
	width:249px;
	height:70px;
	margin-left:12px;
	margin-right:13px;
	padding:10px;
	background-image:url('header_button_selected.png');
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-shadow:none;
}
#header_buttons > #button {
	display:inline;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;		/* Firefox, other Gecko */
	box-sizing: border-box;				 /* Opera/IE 8+ */
	float:left;
	width:249px;
	height:70px;
	margin-left:12px;
	margin-right:13px;
	padding:10px;
	background-image:url('header_button.png');
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-shadow:none;
}
#header_buttons > #current_button:hover, #header_buttons > #button:hover {
	text-shadow:3px 3px 2px #000000;
	color:#00C4C4;
}
#header_buttons > #current_button:active, #header_buttons > #button:active {
	text-shadow:3px 3px 2px #000000;
	color:#aa0000;
}
#gallery_buttons > #current_button {
	display:block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;		/* Firefox, other Gecko */
	box-sizing: border-box;				 /* Opera/IE 8+ */
	width:236px;
	height:54px;
	padding:20px;
	background-image:url('arrow_selected.png');
	background-repeat:no-repeat;
	background-position:right center; 
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}
#gallery_buttons > #button {
	display:block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;		/* Firefox, other Gecko */
	box-sizing: border-box;				 /* Opera/IE 8+ */
	width:236px;
	height:54px;
	padding:20px;
	background-image:url('arrow.png');
	background-repeat:no-repeat;
	background-position:right center; 
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}
#gallery_buttons > #current_button:hover, #gallery_buttons > #button:hover {
	text-shadow:3px 3px 2px #000000;
	color:#00C4C4;
}
#gallery_buttons > #current_button:active, #gallery_buttons > #button:active {
	text-shadow:3px 3px 2px #000000;
	color:#aa0000;
}
#holder {
	min-height: 100%;
	position:relative;
}
#main {
	display:block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;		/* Firefox, other Gecko */
	box-sizing: border-box;				 /* Opera/IE 8+ */
	width:100%;
	height:100%;
}
#main_frame {
	display:block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;		/* Firefox, other Gecko */
	box-sizing: border-box;				 /* Opera/IE 8+ */
	background-image:url('main_frame.png'),url('frame_bg.png');
	background-repeat:no-repeat,repeat;
	background-size:100% 100%,104px 96px;
	border-radius:35px;
	width:1071px;
	min-height:491px;
	padding:50px;
	margin-left:auto;
	margin-right:auto;
}
#gallery_frame {
	display:block;
	position: relative;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;		/* Firefox, other Gecko */
	box-sizing: border-box;				 /* Opera/IE 8+ */
	width:1071px;
	min-height:591px;
	margin-left:auto;
	margin-right:auto;
}
#gallery_frame_a {
	display:block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;		/* Firefox, other Gecko */
	box-sizing: border-box;				 /* Opera/IE 8+ */
	background-image:url('gallery_frame_a.png');
	background-repeat:no-repeat;
	background-size:100% 100%;
	width:236px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
#gallery_frame_b {
	display:block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;		/* Firefox, other Gecko */
	box-sizing: border-box;				 /* Opera/IE 8+ */
	background-image:url('gallery_frame_b.png'),url('frame_bg.png');
	background-repeat:no-repeat,repeat;
	background-size:100% 100%,104px 96px;
	border-radius:0px 35px 35px 35px;
	width:835px;
	padding:40px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}
#gallery_frame_b>a {
	display:inline block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;		/* Firefox, other Gecko */
	box-sizing: border-box;				 /* Opera/IE 8+ */
	margin-right:-36px;
}
#gallery_frame_b>a:after {
	position: relative;
	left: -36px;
	content: url('expand.png');
}
#gallery_frame_b>a:hover:after {
	position: relative;
	left: -36px;
	content: url('expand_hover.png');
}
#gallery_frame_b>a>img {
	width: 128px;
	height: 128px;
}
#gallery_frame_b>a>img:hover{
	width: 128px;
	height: 128px;
	box-shadow:3px 3px 2px #000000;
}
#f_left{
	float:left;
	width: 456px;
	height: 342px;
	margin: 5px;
}
#f_right{
	float:right;
	width: 456px;
	height: 342px;
	margin: 5px;
}
#f_left>img{
	width: 456px;
	height: 342px;
}
#f_right>img{
	width: 456px;
	height: 342px;
}
#f_left>img:hover{
	width: 456px;
	height: 342px;
	box-shadow:3px 3px 2px #000000;
}
#f_right>img:hover{
	width: 456px;
	height: 342px;
	box-shadow:3px 3px 2px #000000;
}
#f_left:after {
	position: relative;
	left: 190px;
	top: -50px;
	content: url('expand.png');
}
#f_left:hover:after {
	position: relative;
	left: 190px;
	top: -50px;
	content: url('expand_hover.png');
}
#f_right:after {
	position: relative;
	left:190px;
	top: -50px;
	content: url('expand.png');
}
#f_right:hover:after  {
	position: relative;
	left: 190px;
	top: -50px;
	content: url('expand_hover.png');
}
#map{
	background:url(map.png);
	background-repeat:no-repeat;
	background-size:606px 375px;
	background-origin:content-box;
	float:right;
	width: 610px;
	height: 400px;
}
#footer {
	background-image:url('footer_bg.png');
	background-repeat:repeat-x;
	height: 128px;
	left: 0;
	position: absolute;
	right: 0;
}
header, a, footer {
	font-family:Verdana, Geneva, sans-serif;
	text-shadow:3px 3px 2px #000000;
	color:#00C4C4;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
#tiny, #tiny>a {
	font-family:Verdana, Geneva, sans-serif;
	text-shadow:0px 0px 10px #ffffff;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#tiny>a:hover {
	font-family:Verdana, Geneva, sans-serif;
	text-shadow:0px 0px 10px #000000;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	font-family:Verdana, Geneva, sans-serif;
	text-shadow:3px 3px 2px #000000;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

#trust{
	position:relative;
	top:-5px;
	left:-100px;
	width: 245px;
	height:244px;
	margin-bottom: -244px;
	display:block;
	background:transparent url('trust.png') center top no-repeat;
}
#trust:hover{
   background-image: url('trust2.png');
}