body {
	background-color: #2C0A1E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2C0A1E;
}
#container {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	margin: auto;
	height: 647px;
	width: 943px;
}
#header {
	background-image: url(images/header.gif);
	height: 592px;
	margin-top: 25px;
	margin-left: 25px;
	background-repeat: no-repeat;
	float: left;
}
#content {
	margin-left: 132px;
	margin-top: 0px;
	width: 464px;
	height: 592px;
	text-align: justify;

}
#content a:link, #content a:visited, #content a:active {
	font-weight: bold;
	color: #E2CED9;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E2CED9;
}
#content a:hover {
	font-weight: bold;
	color: #5F1641;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5F1641;
}
#content .padding {
	padding: 10px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #5F1641;
	margin-top: 0px;
	font-style: italic;
	margin-bottom: 0px;
}

#content p {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 18px;
}
fieldset {
	border: 1px solid #5F1641;
}
legend {
	color: #5F1641;
}

/* FORM INFORMATION */
label {
	text-align: right;
	position: absolute;
	width: 110px;
}
input, textarea {
	margin-left: 115px;
	border: 1px solid #E2CED9;
	padding: 3px;
	width: 170px;
	margin-bottom: 4px;
	color: #5F1641;
	font-size: 12px;
	background-color: #FFF6FB;
}
select {
	margin-left: 115px;
	font-size: 12px;
	border: 1px solid #E2CED9;
	padding: 3px;
	width: 178px;
	margin-bottom: 5px;
	color: #5F1641;
	background-color: #FFF6FB;
}
.formbuttons {
	margin-left: 228px;
	width: 65px;
	background-color: #FFF6FB;
	font-weight: bold;
}

#main-nav {
	height: 38px;
}
#main-nav dl {
	margin: 0;
	padding: 0;
	border-bottom-style: none;
}

/* IE5 Mac Hack \*/ 
#main-nav { padding-left: 0px; } 
/*/ 
#main-nav { padding-left: 0px; overflow: hidden; } 
/* End Hack */

#main-nav dt { float: left; }

#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:38px; /* IE 5/Win hack */
	padding: 38px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	border-bottom-style: none;
}

#main-nav dt a:hover {
	background-position: 0 -38px;
	border-bottom-style: none;
}

#main-nav dt#home,
#main-nav dt#home a {
	width: 116px;
	background-image: url(images/hav/home.gif);
	background-repeat: no-repeat;
	border-bottom-style: none;
}

#main-nav dt#about,
#main-nav dt#about a {
	width: 116px;
	background-image: url(images/hav/about.gif);
	background-repeat: no-repeat;
	border-bottom-style: none;
}

#main-nav dt#services,
#main-nav dt#services a {
	width: 116px;
	background-image: url(images/hav/services.gif);
	background-repeat: no-repeat;
	border-bottom-style: none;
}

#main-nav dt#contact,
#main-nav dt#contact a {
	width: 116px;
	background-image: url(images/hav/contact.gif);
	background-repeat: no-repeat;
	border-bottom-style: none;
}
body.about dt#home,
body.about dt#home a,
body.about dt#home a:hover,
body.photo dt#about,
body.photo dt#about a,
body.photo dt#about a:hover,
body.portfolio dt#services,
body.portfolio dt#services a,
body.portfolio dt#services a:hover,
body.contact dt#contact,
body.contact dt#contact a,
body.contact dt#contact a:hover {
	background-position: 0 -38px;
}

#sidebar {
	background-image: url(images/books2.jpg);
	background-repeat: no-repeat;
	height: 592px;
	width: 293px;
	float: right;
	margin-top: 25px;
	margin-right: 29px;
}
