

#left form {
	padding: 0px;
	margin: 0px;
}

#wrapper {
	position: relative;
	width: 887px;
	height: 515px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	position: relative;
	background-image: url(../images/content.png);
	width: 722px;
	height: 514px;
	float: left;
}

#content_mid {
	position: relative;
	background-image: url(../images/content_mid.png);
	width: 722px;
	float: left;
}

#left {
	position: relative;
	background-image: url(../images/left.png);
	width: 171px;
	height: 495px;
	float: left;
	left: 10px;
	top: 10px;
}

#left_wrapper {
	padding: 0.8em;
}

#right {
	position: relative;
	background-image: url(../images/right.png);
	width: 148px;
	height: 514px;
	float: right;
	overflow: hidden;

}

#right_wrapper {
	padding: 0.8em;
}

#logo {
	position: relative;
	width: 524px;
	height: 107px;
	float: right;
	left: -10px;
	top: 5px;
	font-size: 38pt;
	text-transform: uppercase;
	font-weight: bold;
	overflow: hidden;
}

#main {
	position: relative;
	width: 536px;
	height: 246px;
	float: right;
	left: 6px;
	margin: 0 0 1em 0;
}

#main_other {
	position: relative;
	width: 536px;
	height: 246px;
	float: right;
	left: 6px;
	background-color: #f0f9e4;
	border: 1px gray solid;
	margin: 0 0 1em 0;
}

#main2 {
	position: relative;
	width: 536px;
	float: right;
	left: -5px;
}

#main3 {
	position: relative;
	width: 500px;
	height: 246px;
	float: right;
	left: -30px;

}


#pic1 input{
	position: absolute;
	width: 245px;
	height: 235px;
	top: 3px;
	left: 7px;
	border: 0px gray solid;
	float: left;
}

#pic2 input{
	position: absolute;
	width: 245px;
	height: 235px;
	top: 3px;
	right: 7px;
	border: 0px gray solid;
	float: right;
}

#vs {
	position: absolute;
	z-index: 9999;
	background-image: url(../images/vs.png);
	width: 53px;
	height: 54px;
	top: 100px;
	left: 240px;
	margin-left: auto;
	margin-right: auto;
}

.img_c img{
	width: 95px;
	height: 95px;
	float: left;
	padding: 0 0.5em 1em 0;
}

.img_c2 img{
	width: 200px;
	height: 200px;
}
.img_b {
	z-index: 999;
	position: relative;
	width: 5px;
	height: 5px;
	float: left;
}

.img_b img{
	border: 0px;
}

#main_wrapper {
	padding: 1.5em;
}

.pic_thumb img {
	width: 149px;
	height: 120px;
	padding: 0 0 0.5em 0;
}

#result_tag1 {
	z-index: 999;
	position: relative;
	left: 0px;
	top: 50px;
	width: 49px;
	height: 49px;
	background-image: url(images/winner.png);
}

#result_tag2 {
	z-index: 999;
	position: relative;
	left: 0px;
	top: 247px;
	bottom: 0px;
	width: 49px;
	height: 49px;
	background-image: url(images/winner.png);
}

#result_tag3 {
	z-index: 999;
	position: relative;
	top: 145px;
	width: 49px;
	height: 49px;
	background-image: url(images/draw.png);
}

#footer {
	color: #474747;
	font-size: 7.5pt;
	font-weight: bold;
	padding: 2em 0 0em 0;
}

#footer a:link, a:visited{
	color: #474747;
}

#pages {
	position: relative;
	width: 887px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12pt;
	padding: 0em 0 2em 0;
}

#results_wrap{
	position: relative;
	top: -40px;
}

.mod_title {
	position: relative;
	width: 90px;
	height: 30px;
	float: left;
	text-align: right;
	top: 10px;
}

#ModifedVehicle {
	width: 200px;
}

#ModifedVehicle input{
	width: 70px;
	margin: 5px;
	float: left;
}

#ModifedVehicle input:hover{
	background-color: #dff2fa;
}

.the_type {
	position: absolute;
	z-index: 3;
	top: 2px;
	left: 6px
}

.the_type:hover {
	cursor:help;
}

.the_type2 {
	position: absolute;
	z-index: 3;
	top: 2px;
	left: 283px;
}

.the_type2:hover {
	cursor:help;
}

.the_type_single {
	position: absolute;
	z-index: 3;
	top: 63px;
	left: 167px
}

.the_type_single:hover {
	cursor:help;
}

.the_comments {
	position: absolute;
	z-index: 4;
	right: 0px;
}

.the_comments2 {
	position: absolute;
	z-index: 4;
	top: 0px;
}

#Display {
	position: relative;
	z-index: 9999;
	background: white;
	border: 1px gray solid;
	padding: 1em;
	height: 400px;
	width: 520px;
}

#Display2 {
	position: relative;
	z-index: 9999;
	background: white;
	border: 1px gray solid;
	padding: 1em:
	height: 400px;
	width: 520px;
}

.comments_name {
	position: relative;
	float: left;
	width: 500px;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	clear: both;
}

.comments_body {
	position: relative;
	float: left;
	width: 500px;
	font-size: 8pt;
	clear: both;
	padding: 1em;
	margin: 0 0 1em 0;
	background-color: #e1f4fc;
}

