@charset "UTF-8";
#container {
	height: 500px;
	width: 800px;
	margin: auto;
	background-color: #19274A;
}
#sidebarleft {
	background-color: #1f3060;
	float: left;
	width: 222px;
	height: auto;
	margin-bottom: 0px;
	margin-top: auto;
}
#bottomside {
	float: left;
	height: 300px;
	width: 222px;
}
#btm {
	background-image: url(images/sidebar_07.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #1f3060;
	float: left;
	height: 134px;
	width: 222px;
}
#header {
	height: 98px;
	width: 800px;
	background-color: #333333;
	float: none;
}
#head {
	width: 800px;
}
#main {
	float: right;
	height: 400px;
	width: 577px;
	background-image: url(images/mechanic.jpg);
	background-repeat: no-repeat;
}
#headline {
}
#footer {
	background-color: #999999;
	color: #000000;
	margin: 0px;
	width: 800px;
	height: 120px;
	float: left;
}
#bodycopy {
	width: 400px;
	margin-left: 160px;
}
#buttons {
	width: 200px;
	padding-left: 320px;
}
#main2 {
	background-color: #FFFFFF;
	float: right;
	width: 577px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 400px;
}
#foottext {
	height: 70px;
	width: 800px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 10px;
	position: static;
}

