@font-face {
font-family: Candara;
    font-family: 'Candara';
    src: url('candara-webfont.eot');
    src: url('candara-webfont.eot?#iefix') format('embedded-opentype'),
         url('candara-webfont.woff') format('woff'),
         url('candara-webfont.ttf') format('truetype'),
         url('candara-webfont.svg#candararegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: Candara;
	font-size: 12px;
	background: #ffffff;
	margin: 0;
	behavior: url("css/PIE.htc");
}

#container {
	margin: 0 auto;
	width: 1020px;
	margin-top: 30px;
}
#header {
	/*background: url("../images/site/header-bg.png") repeat-x;*/
	float: left;
	height: 78px;
	width: 100%;
	background: yellow;
	margin-left: -2px;
	border: 1px solid #FF0000;
}

#logo {
	float: left;
	width: 66px;
	height: 66px;
	padding: 6px;
}

#slogan {
	float: left;
	width: 180px;
	color: #0000FF;
	padding: 28px 0px 0px 8px;
	line-height: 22px;
}

#menu {
	float: left;
	width: 754px;
	text-align: right;
	margin-top: 30px;
}

.menu-link {
	padding: 8px;
	font-size: 14px;
	color: blue;
	text-decoration: none;
	font-weight: bold;
}

.menu-link-sel {
	padding: 8px;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: blue;
	font-style: italic;
}
#menu a:hover {
	color: blue;
}

#text-container {
	float: left;
	width: 100%;
	height: auto;
	padding-left: 0px;
}
#home-banner {
	float: left;
	width: 872px;
	height: 492px;
	border: 4px solid #9F9F6F;
}
#home-banner-left {
	float: left;
	width: 132px;
	height: 492px;
	background-color: #ffffff;
	border: 4px solid #9F9F6F;
}
#text-container-home {
	float: left;
	width: 100%;
	height: 475px;
	background-color: #FFF;
}
#text-container-home-1 {
	float: left;
	width: 100%;
	height: 475px;
	border: 1px solid #FF0000;
	margin-left: -2px;
}
#home-banner-text {
	float: right;
	width: 98%;
	padding: 6px 10px;
	font-size: 25px;
	color: blue;
	height: 475px;
	overflow: auto;
	background: #DBF0F9;
	border: 1px solid #FF0000;
}

#page-title {
	color: #FF0000;
	font-size: 36px;
	font-weight: bold;
}

#front-frame {
	width: 100%;
	float: left;
	background: #BDB76B url("../images/site/gray-bg.png") repeat-x;
	height: 119px;
}

#footer {
	width: 100%;
	height: 39px;
	float: left;
	padding-top: 14px;
	/*background: url("../images/site/footer-bg.png") repeat-x;*/
}

#footer p {
	margin-top: 8px;
}
img {
	border: none;
}

#lt-head {
	width: 60%;
	float: left;
	color: #FF0000;
	font-size: 14px;
	padding: 10px 0px 0px 10px;
}

#rt-head {
	width: 37%;
	float: left;
	text-align: right;
	padding: 6px;
}

#rt-head a {
	padding: 0 2px;
}
#rt-head-text {
	color: #717674;
	font-size: 13px; 
	font-style:italic;
	position: absolute;
	top: 16px;
	margin-left: -80px;
}
#left-nav {
	width: 40px;
	float: left;
	text-align: center;
	padding-top: 44px;
}
#center-nav {
	width: 940px;
	float: left;
}
.center-nav-img {
	width: 159px;
	float: left;
	text-align: center;
	padding-top: 25px;
}
#right-nav {
	width: 40px;
	float: right;
	text-align: center;
	padding-top: 44px;
}
.gal-link {
	text-decoration:none;
	color: blue;
}

.gal-link:hover {
	text-decoration:none;
	color: blue;
}
b {
	color: #FF1493;
}
.gv_galleryWrap {
 border: 1px solid #FF0000;
margin-left: -2px;
}

