@charset "UTF-8";
/* CSS Document */

body {
	background-color: #620C0D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

.clear {
	clear: both;
}

/*--------------------------------------------------------
Banner
--------------------------------------------------------*/

#banner {
	position: relative;
	top: 0px;
	left: 0px;
	height: 175px;
	width: 750px;
	background-image: url(images/banner.jpg);
}

/*--------------------------------------------------------
Content Holders
--------------------------------------------------------*/

#dropShadow {
	height: auto;
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/dropShadow.png);
	background-repeat: repeat-y;
}

#content {
	height: auto;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background: #e9e3c3;
}

#galleryBox {
	position: relative;
	top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	height: auto;
	padding-left: 5px
}

#linkBox {
	position: relative;
	top: 50px;
	margin-left: 12px;
	width: 725px;
	height: auto;
}

/*--------------------------------------------------------
Content
--------------------------------------------------------*/

#linkTab {
	position: relative;
	right: -614px;
	top: 0px;
	height: 20px;
	width: 134px;
	padding-left: 1px;
	padding-right: 1px;
	background-image: url(images/linkTab.png);
	background-repeat: no-repeat;
}

#about {
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	height: auto;
}

#architects {
	float: left;
	width: 250px;
	height: auto;
}

#vendors {
	float: left;
	width: 350px;
	height: auto;
}

#footer {
	height: 70px;
	background: #e9e3c3;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------
Thumbnail Formatting
--------------------------------------------------------*/

.thumb {
	border: 1px solid #000;
	margin: 0px;
}

/*--------------------------------------------------------
Text Formatting
--------------------------------------------------------*/

p1 {
	font-size: 14px;
}

p2 {
	font-size: 10px;
}

a {
	color: #620C0D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}