@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size:12px;
	color:#fafafa;
	margin:0px;
	padding:0px;
	background-image:url("/snocross/bodybg.jpg");
	background-repeat:repeat-x;
	background-color:#767676;
}

a:link, a:visited {
	color:#ddd;
	text-decoration:underline;
}

a:hover, a:active {
	color:#fff;
}

img, a img {
	border:none;
}

#maincontainer {
	background-image:url("/snocross/contentbg.png");
	background-repeat:repeat-y;
	behavior: url(/js/iepngfix.htc);
	height:100%;
	position:relative;
}

#topgrunge {
	background-image:url("/snocross/topgrunge.png");
	background-repeat:no-repeat;
	height:640px;
	width:820px;
	position:absolute;
	top:0px;
	left:0px;
}

#header {
	height:220px;
}

#xtownlogo {
	background-image:url("/snocross/xtownlogo.png");
	background-repeat:no-repeat;
	width:170px;
	height:85px;
	top:57px;
}

#greybox_english {
	background-image:url("/snocross/greybox_english.png");
	height:260px;
	behavior: url(/js/iepngfix.htc);
	margin-bottom:30px;
}

#greybox_french {
	background-image:url("/snocross/greybox_french.png");
	height:260px;
	behavior: url(/js/iepngfix.htc);
	margin-bottom:30px;
}
#snocrosslogo {
	background-image:url("/snocross/snocrosslogo.png");
	height:210px;
	behavior: url(/js/iepngfix.htc);
}

#info_left {
}

.info table tr td {
}

.info table tr {
	border-bottom:1px dashed #aaa;
}

#info_right {
}

#info_bottom {
	border-top:1px dotted #aaa;
	margin-top:20px;
}

.info h4 {
	padding:0px;
	margin-top:15px;
	margin-bottom:5px;
}

.info h6 {
	padding:0px;
	margin-top:20px;
	margin-bottom:5px;
}

#logos {
	margin:25px 0px;
}

#sponsor_logos {
	height:156px;
	background-image:url("/snocross/sponsor_logos.png");
	behavior: url(/js/iepngfix.htc);
	margin-bottom:40px;
}

#partner_logos {
	height:528px;
	background-image:url("/snocross/partner_logos.png");
	behavior: url(/js/iepngfix.htc);
	margin-bottom:40px;
}



#credits {
	text-align:center;
	font-size:10px;
	color:#ddd;
	
}