@charset "utf-8";
.clearthis{
	clear:both;
}

body {
	background-image:url(../images/bg.gif);
	margin:0;
	padding:0;
	background-repeat: repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.header {
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
	width:100%;
	height:246px;
}

.title{
	background-image: url(../images/3cr_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:100%;
	height:159px;
}

.sanAntonio{
	background-image: url(../images/sanAntonio.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:100%;
	height:74px;
	margin-left:280px;
	margin-top:-30px;

}

.rally {
	height:200px;
	position:relative;
	width:100%;
	overflow:visible;
}

.registration{
	background-image: url(../images/registration.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:220px;
	height:160px;
	position:absolute;
	top:80px;
	left:10%;
}

.logo {
	background-image: url(../images/tire.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:100%;
	height:327px;
	margin-top:-75px;
	

}

.agenda {
	background-image: url(../images/agenda.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:163px;
	height:159px;
	position:absolute;
	top:80px;
	right:10%;
}

.content{

}

.contentTop{
	background-image: url(../images/white_bigTop.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width:100%;
	height:243px;
}

.contentMiddle{
	background-image: url(../images/white_middle.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#ebe8de;
	width:100%;
	color:#9a4928;
	float:left;
	text-align:center;
}

.time{
	background-color:#c3ced2;
	margin:3px;
	color:#9a4928;
	
}

.contentMiddle .container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-80px
}

.contentMiddle .left{
	width:350px;
	float:left;
	text-align:left;
}

.update{
	font-size: 10px;
	color: #FFFFFF;
	background-color: #9A4928;
	padding: 5px;
	border: 3px solid #C3CED2;

}

#loading{
	background-color:#c3ced2;
	margin:3px;
	margin-top:10px;
	color:#9a4928;
	padding:3px;
	visibility:hidden;
}

#errors{
	color:#AC3715;
	padding:3px;
	font-weight: bold;
	text-decoration: blink;
}

.contentMiddle .right{
	width:350px;
	float:right;
	text-align:left;
}

.contentMiddle .right .accomodations{
	width:351px;
	margin-bottom:-100px;
	overflow:visible;
}

.contentMiddle .right .accomodations .top{
	background-color:#FFFFFF;
	padding:10px;
	width:331px;
	
}
.contentMiddle .right .accomodations .bottom{
	background-image: url(../images/acc_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width:351px;
	height:105px;
	position:relative;
}
.contentBottom{
	background-image: url(../images/white_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:100%;
	height:159px;
}

.contentBottom .sponsors{
	background-image:url(../images/sponsors.gif);
	background-repeat:no-repeat;
	width:169px;
	height:144px;
	position:relative;
	top:10px;
	left:10%;
}

.footer{
	
	width:100%;
	text-align:center;
	margin-top:30px;
}

.footer img{
	border:none;
	margin:20px;
}
.credits{
margin-top:20px;
text-align:center;	
padding:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #ebe8de;
	border-right-color: #ebe8de;
	border-bottom-color: #ebe8de;
	border-left-color: #ebe8de;
	
}
.credits a{
	color:#9a4928;
	font-weight:bold;
	font-size:13px;
}
