body {
	background: url('chase-bg.png') #000000;
	margin: 0px;
}

body, td, input, textarea, select, p {
	color: #000000;
	font: 12px sans-serif;
	line-height: 18px;
}

input, textarea, select {
	background-color: #ffffff; 
	margin: 0px;
        border: 1px dashed #B4873A;
}

a, a:visited { color: #B4873A; text-decoration: none; font-weight:bold; }
a:hover, a:active { color: #827E81; font-weight:bold; }


.menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 316px;
	height: 550px;
	margin: 0px;
	background: url('bolt-toptitle.jpg');
	background-repeat: no-repeat;
	padding-top:490px;
	text-transform: uppercase;
	font: 12px sans-serif;
	line-height: 25px;
	text-align: center;
	word-spacing: 10px;
}


.menu a {letter-spacing: 3px; color: #ffffff; font-weight: bold; padding:3px; background-color:#000000;}
.menu a:hover {background: #827E81;}

.textbox {
	position: absolute;
	top: 75px;
	left: 350px;
	width: 400px;
	background: #D1C6B5;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}


h2 {
	font-weight: bold;
	text-transform: lowercase;
	margin: 0px 0px 10px 0px;
	letter-spacing: 2px;
	color: #C96947;
	font: 20px serif;
	font-weight: bold;
	font-style: italic;
}


form {
	margin: 0px;
}


p  {
	margin: 0px 0px 15px 0px;
	text-align: justify;
}

img {
margin: 2px 1px 2px 1px;
}