body {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	background-color: #222;
	color: #fff;
}

* { 
	margin: 0;
	padding: 0;
}

img  { border: none; }

.hide-text { display: none; }

#wrapper {
	width: 760px;
	margin: 10px auto 100px auto;
	padding: 20px;
	background-color: #000;
	text-align: left;
}

#header {
	/*width: 760px;*/
	height: 45px;
	margin: 0 0 20px 0;
}

#header h1 a {
	display: block;
	float: left;
	width: 243px;
	height: 45px;
	background: url(../img/logo.gif) no-repeat;
	margin-right: 0px;
}

#header ul {
	display: block;
	float: left;
	margin: 21px 0 0 0px; /*l:25*/
	list-style-type: none;
}

#header li { 
	float: left;
	margin: 0 0px 0 25px; /*r:25*/
	
}

/*#header li:last-child { margin: 0; }*/

#header li a {
	font-family: Century Gothic;
	font-size: 140%;
	text-decoration: none;
	text-transform: lowercase;
	color: #fff;
}

#header li a:hover,
#header li #menu-active { color: #fe7721; }

#content-photo {
	width: 760px;
	height: 150px;
	padding: 10px 0 10px 0;
	overflow: hidden;
	border-top: 1px #1c1c1c solid;
	border-bottom: 1px #1c1c1c solid;
	background: url(../img/header-photo.jpg) 0 10px no-repeat;
}

#content {
	margin: 20px 0 0 0;
}

#content h2 {	
	display: block;
	font-family: Century Gothic;
	font-size: 140%;
	font-weight: normal;
	color: #fe7721;
	margin: 0 0 15px 0;
}

#content h2 span {
	display: block;
	font-size: 130%;
}

#info,
#gallery,
#contact {
	width: 232px;
	height: 245px;
	float: left;
	padding: 0 10px 0 10px;
}

#info, 
#gallery { border-right: 1px #1c1c1c solid; }

#info p { height: 130px; }
#contact address { height: 70px; }

.nav-main {
	display: block;
	margin: 0 15px 0 0;
	padding: 4px 35px 0 0;
	height: 20px;
	float: right;
	color: #fe7721;
	background: url(../img/link-main.gif) no-repeat;
	background-position: 100% 0;
	text-decoration: none;
}

.nav-main:hover { 
	color: #cecece;
	background-position: 100% -25px; 
}

#gallery a {
	padding: 1px;
	width: 198px;
	height: 148px;
	margin: 0 auto;
	display: block;
	border: 1px #222 solid;
}

#gallery a:hover { border: 1px #373737 solid; }

#contact address { font-style: normal; }

#contact address span {
	color: #bdbdbd;
}

#email-main {
	color: #fff;
	text-decoration: none;
}

.clear
{
	clear: both;
}

.subSiteContainer
{
	margin-top: 10px;
}

.flL
{
	float: left;
}

.flR
{
	float: right;
}