@charset "utf-8";
/* CSS Document */
body {
	background-color:#000000;
	margin-top:0px;
	}
	
.wrap {
width:950px;
height:1250px;
background-color:#FFFFFF;
border:5px solid #FFFFFF;
margin-top:0px;
}

.nav_bar {
float:left;
width:950px;
height:50px;
}

.sub_head {
background-image:url(images/sub_head.jpg);
background-repeat:no-repeat;
float:left;
width:950px;
height:144px;
}

.car_head {
background-image:url(images/CFZ%20web%20Head%20Main.jpg);
background-repeat:no-repeat;
float:left;
width:950px;
height:436px;
}

.main_content {
border-top:12px #CCCCCC solid;
width:950px;
height:575px;
float:left;
text-align:left;
}

.main_content_left {
background-image:url(images/race_ticket_back.jpg);
background-repeat:no-repeat;
width:350px;
height:549px;
float:left;
margin:0 0 0 10px;
}

.main_content_right {
width:590px;
height:549px;
float:left;
}

.main_content_right p {
margin:20px 20px 0 20px;
font-size:18px;
}

.main_content_right a {
color:#C20000;
text-decoration:none;
}

.main_content_right a:hover {
color:#999999;
text-decoration:underline;
}

.red {
	color:#C20000;
	}