@charset "UTF-8";
/* CSS Document */

body {
	margin:0 auto; 
	background:url(images/background.jpg) repeat-y top #363636;
}

a.about:link {
	color: #f77600;
	text-decoration: underline;
}
a.about:visited {
	text-decoration: underline;
	color: #f77600;
}
a.about:hover {
	text-decoration: underline;
	color: #6bd3e4;
}
a.about:active {
	text-decoration: underline;
	color: #6bd3e4;
}


a.zdi:link {
	color: #ffb470;
	text-decoration: underline;
}
a.zdi:visited {
	text-decoration: underline;
	color: #ffb470;
}
a.zdi:hover {
	text-decoration: underline;
	color: #ffffff;
}
a.zdi:active {
	text-decoration: underline;
	color: #ffffff;
}

a.footer:link {
	color: #ffffff;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #6bd3e5;
}
a.footer:hover {
	text-decoration: none;
	color: #6bd3e5;
}
a.footer:active {
	text-decoration: none;
	color: #6bd3e5;
}

#site_wrapper {
	position:relative;
	width:1008px;
	margin:0 auto;
}

#homeContent {
	float:left;
	width:1008px;
	height: 361px;
	background:url(images/homeBG.jpg) no-repeat #ffffff;
	margin-top: 0px;
}

#sidebar {
	position:absolute;
	width:266px;
	height: 287px;
	z-index: 2;
	left: 738px;
	top: 215px;
}

#styleBadge {
	margin: 10px auto auto 50px;
}

#aboutContent {
	float:left;
	width:1008px;
	height: 361px;
	background:url(images/aboutBG.jpg) no-repeat #ffffff;
	margin-top: 0px;
}

#galleryContent {
	float:left;
	width:1008px;
	height: 361px;
	margin-top: 0px;
}

#collectionsContent {
	float:left;
	width:1008px;
	height: 361px;
	background:url(images/collectionsBG.jpg) no-repeat #ffffff;
	margin-top: 0px;
}

#collectionsIframe {
	margin: 50px auto auto 600px;
}

#footer {
	float:left;
	width:1008px;
	margin-top: 0px;
	text-align:center;
	background:#ff7a01;
	
}

#spacer {
	float:left;
	width:1008px;
	margin-top: 0px;
	height:18px;
	background:#ff7a01;
}
.styleHomeText{
	font-family: Trebuchet, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #f77600;	
	margin: 34px 560px auto 70px;
	line-height:1.3;	
}

.styleHomeTextBold{
	font-weight: bold;	
}

.styleHomeTextItalic{
	font-style:italic;
}



.styleAboutText{
	font-family: Trebuchet, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #f77600;
	margin: 20px 400px auto 210px;
	line-height:1.25;
}

.styleAboutTextBold{
	font-weight: bold;	
}

.styleAboutTextItalic{
	font-style:italic;
	text-decoration: underline;
}

.styleCopyrightText {
	font-family: Trebuchet, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #ffb470;
}

.styleFooter{
	font-family: Trebuchet, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;	
	line-height:1.7;
	letter-spacing:2px;
}

.styleFooterBlue{
	font-family: Trebuchet, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #6bd3e5;	 
	line-height:1.7;
	letter-spacing:2px;
}

.styleFooterSmall{
	font-family: Trebuchet, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;	 
	line-height:1.7;
    letter-spacing:2px;
}



