@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
p {
	padding-top: 5px;
	padding-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #60584f;
	margin: 0px;
	line-height: 130%;
}
a {
	color: #a59c92;
	text-decoration:none;
}
a:visited {
	color: #a59c92;
}

a:hover {
	color: #60584f;
	text-decoration:underline;
}

#header {
	background-image: url(images/header_bg.jpg);
	height: 169px;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#nav {
	position: absolute;
	top: 100px;
	right: 185px;
}
#quote {
	position: absolute;
	top: -83px;
	width: 140px;
	right: -24px;
	background-image: url(images/notes-bg.jpg);
	height: 140px;
	padding-top: 50px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
	padding-right: 20px;
	z-index: 5;
}
#quote p {
	color: #645B52;
	font-size: 10px;
	line-height: 130%;
}

#wrapper {
	background-color: #FFFFFF;
	background-image: url(images/outerwrap-bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	margin-bottom: 25px;
}
#innerWrap {
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#content {
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 0;
	position: relative;
	min-height: 550px;
}
#innerContent {
	width: 437px;
	padding-right: 13px;
	padding-left: 25px;
	padding-bottom: 22px;
	padding-top: 5px;
}
#featured {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #c8c5bf;
	text-align: center;
	width: 426px;
}
#featured p {
	text-align: center;
	margin: 0px;
	color: #a59c92;
	font-size: 10px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
}
#miniFeature {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c8c5bf;
	margin-top: 10px;
	padding-top: 8px;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #60584f;
	/*	text-transform: lowercase;
*/	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-top: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content h2 {
	padding-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #60584f;
	font-size: 12px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: normal;
	text-transform: uppercase;
	margin-right: 0px;
	margin-left: 0px;
}
#content h3 {
	padding-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #60584f;
	font-size: 12px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: normal;
	margin-right: 0px;
	margin-left: 0px;
}
#content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #60584F;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 130%;
}
#content h5 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #60584F;
	font-size: 11px;
	font-style: normal;
	line-height: 130%;
}

#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	color: #60584f;
}
#content ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#content label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #60584F;
	line-height: 130%;
}
.contact {
	text-align: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #DCD7D2;
}



span {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #DCD7D2;
}
.featuredWork {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #c8c5bf;
	margin-top: 5px;
}
table {
	text-align: center;
}
table td {
	vertical-align: top;
}
table p {
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
}
table h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	text-align: left;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 0px;
}

#sidebar {
	float: right;
	width: 190px;
	padding-right: 20px;
	padding-left: 15px;
	position: absolute;
	right: 0px;
	top: 110px;
	bottom: 0px;
	z-index: 1;
}
#sidebar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 4px;
	color: #60584f;
	padding-top: 15px;
	border-top: 1px solid #c8c5bf;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	background-color: #000000;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 5px;
}
img.floatLeft {
	float: left;
	margin-right: 12px;
	margin-bottom: 8px;
}
img.floatRight {
	float: right;
	margin-bottom: 8px;
	margin-left: 12px;
}

