* {
	margin: 0;
	padding: 0;
}
html {
	background: url(../Images/Background2.gif) repeat-y center;
}

body {
	text-align: center;
	font: 12px Verdana;
	color: #333;
	background: url(../Images/Background.gif) repeat-x;
	min-height: 175px;
}

div.Container {
	margin: 0 auto;
	text-align: left;
	width: 780px;
}

div.Main {
	width: 490px;
	float: left;
}

div.Header {
	height: 175px;
}

div.Home {
	font-size: 11px;
	color: #333;
	padding: 10px;
}
div.Home a {
	color: #fff;
	text-decoration: none;
}
div.Home a:hover {
	text-decoration: underline;
}

div.Header img {
	margin: 22px 0 30px 11px;
	border: 0;
	display: block;
}

div.Header ul {
	list-style: none;
	height: 40px;
}
div.Header ul li {
	float: left;
}
div.Header ul li a {
	display: block;
	margin-left: 10px;
	background: url(../Images/Menu_default.gif);
	width: 150px;
	height: 40px;

	text-decoration: none;
}
div.Header ul li a:hover {
	background: url(../Images/Menu_active.gif);
}
div.Header ul li a h2 {
	display: block;
	color: #739483;
	font-size: 18px;
	font-weight: bold;
	padding: 1px 10px;
}
div.Header ul li a span {
	display: block;
	color: #f60;
	font-size: 11px;
	padding: 0 10px;
}
div.Header ul li a.Current {
	background: url(../Images/Menu_active.gif);
}

h1 {
	margin: 20px 20px 10px 20px;
	color: #f60;
	font-size: 18px;
}
p {
	margin: 0 20px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	line-height: 18px;
}
address {
	margin: 0 20px;	
	font-style: normal;
	letter-spacing: 1px;
	line-height: 18px;
}
div.Main p a,
div.Main address a {
	color: #f60;
	text-decoration: none;
}
div.Main p a:hover,
div.Main address a:hover {
	color: #f60;
	text-decoration: underline;
}
div.Main p a.external {
	border: 1px solid #999;
	background: #fafafa;
	display: block;
	padding: 10px;
	color: #739483;
}
div.Main p a:hover.external {
	background: #f3f3f3;
}

div.Gallery {
	float: left;
	width: 290px;
	background: #dce4e0 url(../Images/Gallery_top.gif) no-repeat top;
}
div#GalleryMain {
	background: url(../Images/Gallery_main.gif) no-repeat 8px 20px;
	text-align: center;
	width: 290px;
	height: 252px;
	overflow: hidden;
}
div#GalleryMain img {
	margin: 32px 0;
}
div.Gallery div#Thumbs {
	text-align: center;
}
div.Gallery div#Thumbs a img {
	border: 0;
	background: #fff;
	padding: 3px;
	margin: 2px;
}
div.Gallery div#Thumbs a img.Current {
	background: #739483;
}
div#GalleryMain #Loading2 {
	display: none;
}

div.Gallery ul {
	margin-top: 15px;
	margin-left: 65px;
	list-style: none;
}
div.Gallery ul li {
	float: left;
	font-size: 11px;
	color: #fff;
}
div.Gallery ul li a {
	color: #f60;
	text-decoration: none;
}
div.Gallery ul li a:hover {
	text-decoration: underline;	
}
