/* CSS Document */
/*********************/
/*   stylehome8.css   */
/*********************/
body {
	margin: 0;
	padding: 0;
	background-color: #faf9f8;
	background-image:url(../bimages/back1.jpg);
	background-repeat:repeat;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing: normal;
	text-align: center;
}
/*********************/
/* TEXT */
/*********************/
P {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #9e8e79;
	text-align: left;
	margin: 0px 0px 12px 0px;
}
h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #cac7bf;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	letter-spacing: normal;
}

/*********************/
/* Containers */
/*********************/
#wrapper {
	text-align: center;
	min-width: 706px;
	position: absolute;
	top: 6%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#inwrap {
	margin-left: -390px;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 706px;
	height: 650px;
	visibility: visible;
	padding: 0 25px 0 25px;
	text-align: left;
}
#backlit {
	position: absolute;
	width: 100%;
	height: 551px;
	background-color: #8e8171;
	background-image:url(../bimages/center2.jpg);
	background-repeat:repeat-x;
	top: 0px;
	left: -50%;
	padding: 0 50% 0 0;
	visibility: visible;
	border-top: solid 1px #e8c38e;
	border-bottom: solid 1px #cdcf9f;
}
div#logo {
	position: relative;
	padding: 20px 9px 0 0;
}
div#wideright {
	margin: -551px 0 0 0;
	padding: 0 22px 0 0;
	text-align: right;
	height: 551px;
}

/*********************/
/*     Content      */
/*********************/
div#content {
	position: relative;
	width: 700px;
	height: 551px;
	top: 1px;
	margin: 0;
	padding: 0;
	background-color: #282828;
	background-image: url(../bimages/backzt.jpg);
	background-repeat: repeat-x;
}
div#projtitle {
	text-align: right;
	padding: 345px 0 0 0;
}

/*********************/
/* Links */
/*********************/
A {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	color: #999999;
}
A:link {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	color: #999999;
}
A:active {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	color: #999999;
}
A:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	color: #999999;
}
A:hover {
	color: #d8462e;
}