/* CSS Document */
/* L A Y O U T */
body {
	background: #0e0d0d;
	margin: 0px 0px 0px 50px;
	font: 9px Verdana;
	color: #000000;
	}
	
div#white {
	background: #FFFFFF;
	width: 614px;
	border-left: 80px solid #463c3c;
	border-right: 80px solid #463c3c;
	border-top: 30px solid #463c3c;
	border-bottom: 10px solid #463c3c;
	}
	
div#banner1 {
	background: url('images/banner1.jpg') no-repeat;
	width: 614px;
	height: 187px;
	text-align: center;
	}
	
div#contentborder {
	width: 550px;
	border: 1px solid #0e0d0d;
	margin-left: 32px;
	}
	
div#content {
	padding: 5px 5px 5px 5px;
	}
	
div#banner2 {
	background: url('images/banner2.jpg') no-repeat;
	width: 614px;
	height: 97px;
	}
	
div#nav1 {
	width: 30px;
	position: absolute;
	top: 220px;
	left: 115px;
	}
	
div#nav2 {
	z-index: 2;
	width: 30px;
	position: absolute;
	bottom: 80px;
	left: 730px;
	}
	
div#credit {
	background: #0e0d0d;
	text-align: center;
	color: #ffffff;
	height: 20px;
	width: 614px;
	padding-top: 5px;
	}
	
/* T I T L E S */
.title {
	padding-left: 20px;
	color: #0e0d0d;
	font: bold 13px Arial;
	letter-spacing: 4px;
	text-transform: lowercase;
	border-bottom: 1px solid #0e0d0d;
	}
	
.subtitle {
	padding-left: 20px;
	color: #92847b;
	font: 10px Arial;
	letter-spacing: 2px;
	text-transform: lowercase;
	border-bottom: 1px dotted #92847b;
	}
	
/* L I N K S */
a:link, a:active, a:visited {
	color: #430918;
	text-decoration: none;
	}
	
a:hover {
	border-bottom: 1px solid #690c0c;
	}
	
a.credit:link, a.credit:active, a.credit:visited {
	color: #f33333;
	text-decoration: none;
	}
	
a.credit:hover {
	color: #FFFFFF;
	}