html {
	overflow: auto;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #1B57A3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
#content {
	width: 974px;
	margin-left: auto;
	margin-right: auto;
}
#content .div1 {
	background-image: url(../Images/carfiblight.PNG);
	background-repeat: repeat;
	width: 974px;
	height: 400px;
	position:relative;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#content .div1 .left {
	background-image: url(../Images/carfiblight.PNG);
	background-repeat: repeat;
	width: 30px;
	height: 100px;
	float: left;
	z-index: 3;
}
#content .div2 {
	position:absolute;
	top: 200px;
	left: 20px;
	z-index: 4;
}
#content .div3 {
	float: right;
	z-index: 1;
}

#content .div4 {
	float: left;
	width: 974px;
	height: 2px;
	background-color: #FFFF00;
	background-position: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #FFFFFF;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	background-image: url(../Images/footbar.JPG);
	background-repeat: no-repeat;
}
#content .div5 {
	float: left;
	width: 974px;
	height: 30px;
	background-image: url(../Images/footbarwide.JPG);
	background-repeat: repeat;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
