/* Main Site */
body {
	margin:0px;
	padding:0px;
	background-color:#000000;
	background-image:url(layout/image_10.jpg);
	background-position: left;
	background-repeat: repeat-y;
	font-family: Verdana;
	font-size:11px;
	color: #200000;

	scrollbar-arrow-color: #FF9055;
	scrollbar-track-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #FF9055;
	scrollbar-darkshadow-color:#800000;
	scrollbar-shadow-color: #800000;
	z-index:9999998;
}

div#image1 {
	background-image: url('layout/image_01.jpg');
	background-repeat: no-repeat;
	width:780px;
	height:50px;
	z-index:9999998;
}

div#image2 {
	background-image: url('layout/image_02.jpg');
	background-repeat: no-repeat;
	width:780px;
	height:52px;
	z-index:9999998;
}

div#image3 {
	background-image: url('layout/image_03.jpg');
	background-repeat: no-repeat;
	width:780px;
	height:68px;
	z-index:9999998;
}

div#image4 {
	background-image: url('layout/image_04.jpg');
	background-repeat: no-repeat;
	width:780px;
	height:60px;
	z-index:9999998;
}

div#image5 {
	background-image: url('layout/image_05.jpg');
	background-repeat: no-repeat;
	width:780px;
	height:66px;
	z-index:9999998;
}

div#image6 {
	background-image: url('layout/image_06.jpg');
	background-repeat: no-repeat;
	width:780px;
	height:70px;
	z-index:9999998;
}

div#image7 {
	background-image: url('layout/image_07.jpg');
	background-repeat: no-repeat;
	width:780px;
	height:70px;
	z-index:9999998;
}

div#image8 {
	background-image: url('layout/image_08.jpg');
	background-repeat: no-repeat;
	width:780px;
	height:78px;
	z-index:9999998;
}

div#image9 {
	background-image: url('layout/image_09.jpg');
	background-repeat: no-repeat;
	width:780px;
	height:74px;
	z-index:9999998;
}

div#image10 {
	background-repeat: no-repeat;
	width:780px;
	height:116px;
	z-index:9999998;
}

/* Content */

div#content {
	position:absolute;
	top: 215px;
	left: 290px;
	width: 465px;
	border: #2000000 dashed 1px;
	border-width: 0px 0px 1px 0px;
	z-index:9999999;
}

div#content h1 {
	background-color:transparent;
	border:dotted 1px #200000;
	border-width: 0px 0px 1px 0px;
	width: 465px;
	height: 13px;
	font-size: 15px;
	color: #200000;
	padding-bottom:4px;
	text-align:right;
	padding-right:5px;
	z-index:9999999;
}

div#content b {
	color:#000000;
	font-size: 11px;
	z-index:9999999;
}


div#content ul {
	padding-left:15px;
	list-style-type: square;
	z-index:9999999;
}

div#content a:link, div#content a:visited {
	color:#000000;
	text-decoration: none;
	z-index:9999999;
}

div#content a:hover {
	color:#E85D27;
	text-decoration: none;
	z-index:9999999;
}

div#affiliates {
	position: absolute;
	top:175px;
	left:250px;
	width:500px;
	text-align:right;
	z-index:9999999;
}

/* Navigation */

div#nav {
	position: absolute;
	top:395px;
	left:35px;
	width:300px;
	z-index:9999999;
}

div#nav a:link, div#nav a:visited {
	color:#200000;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight:11px;
	font-family: arial;
	font-weight:bold;
	z-index:9999999;
}

div#nav a:hover {
	color:#663300;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	font-size:11px;	
	font-weight:bold;
	font-family: arial;
	z-index:9999999;
}

div#nav h1 {
	color:#200000;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: arial;
	display:block;
	width:200px;
	border:1px solid #200000;
	background-color: #ffffff;
	text-align:center;
	z-index:9999999;
}

div#nav h1 a:hover{
	color:#FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: arial;
	display:block;
	width:200px;
	background-color: #990000;
	text-align:center;
	z-index:9999999;
}

