@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #620C0D;
	text-align: center; /* for IE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.clear {
	clear: both;
}

img {
	border: none; /* for firefox image links*/
}

/*--------------------------------------------------------
Banner
--------------------------------------------------------*/

#banner {
	height: 187px;
	width: 940px;
	background: url(images/banner.png) no-repeat top center;
	margin: 0px 20px 40px 20px;
}

/*--------------------------------------------------------
Content Holders
--------------------------------------------------------*/

#dropShadow {
	height: auto;
	width: 1000px;
	margin: 0px auto;
	background: url(images/dropShadow.png) repeat-y center;
}

#content {
	height: auto;
	width: 980px;
	margin: 0px 10px;
	background: #e9e3c3;
	text-align: left; /*for real browsers*/
}

.galleryBox {
	width: 940px;
	height: auto;
	margin: 10px 20px 20px 20px;
	padding: 10px 0 0 0;
	background: #000;
}

.dateBox {
	float: left;
	width: 300px;
	height: auto;
	margin: 0 10px 10px 0;
	text-align: center;
	color: #fff;
}

.featuredBox {
	width: 940px;
	height: auto;
	margin: 10px 20px 20px 20px;
	padding: 10px 0 0 0;
	background: #000;
}

#linkBox {
	width: 720px;
	height: auto;
	margin: 0 130px;
}

#footer {
	width: 980px;
	height: 60px;
	text-align: left;
}

/*--------------------------------------------------------
Content
--------------------------------------------------------*/

.about {
	float: left;
	width: 300px;
	height: auto;
	margin: 20px 0 20px 20px;
}

#buttons {
	width: 980px;
	height: 160px;
	margin: 20px 0;
}

.button {
	float: left;
	width: 460px;
	height: 160px;
	margin: 0 0 0 20px;
}

#architects {
	float: left;
	width: 350px;
	height: auto;
	text-align: right;
}

#vendors {
	float: right;
	width: 350px;
	height: auto;
}

#footer {
	height: 70px;
	background: #e9e3c3;
	margin: 0 auto 0 auto;
}

.fadehover {
	position: relative;
	height: auto;
	width: auto;
}
 
img.a, img.b {
	position: absolute;
	left: 0;
	top: 0;
}
		
img.a {
	z-index: 10;
	display: block;
	cursor: pointer;
}

/*--------------------------------------------------------
Thumbnail Formatting
--------------------------------------------------------*/

.thumb {
	border: none;
	margin: 0 -5px 7px 10px;
}

/*--------------------------------------------------------
Text Formatting
--------------------------------------------------------*/

h1 {
	margin: 40px 0 0 20px;
	font-size: 20px;
}

h1 span {
	font-size: 12px;
	font-weight: normal;
}

h2 span {
	font-size: 12px;
	font-weight: normal;
}

h2 {
	font-weight: normal;
	margin: 10px 0px -2px 20px;
	font-size: 20px;
}

span{
	font-size: 10px;
}

a {
	color: #620C0D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
