/* CSS Document */

/*Positioning blocks*/
body {
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
background-color:#6E6A2B;
}


#wrapper {
width:952px;
margin:0 auto;
}


#header {
width:952px;
height: 97px;
background-image:url(images/contentbox_top.jpg);
background-repeat:no-repeat;
position:relative;
}

#content {
width:952px;
height:810px;
background-image: url(images/wrapper_bg.gif);
background-repeat:repeat-y;
position:relative;
margin:0;
padding:0;
}


#footer {
width:952px;
height: 100px;
background-image:url(images/contentbox_bottom.jpg);
background-position: top left;
background-repeat:no-repeat;
font-size: 12px;
padding-top: 25px;
*padding-top: 35px;
}

	#footer p.more {
	float:left;
	margin-left:15px;
	}
		p.more, p.more a {
		color:#ffffff;
		}

	#footer p.privacy {
	float:right;
	margin-right: 20px;
	}
	
		p.privacy, p.privacy a {
		color:#ffffff;
		}
		
		p.privacy a {
		text-decoration:underline;
		}


#sponsorbox {
width: 904px;
background-image: url(images/sponsorbox_bg.gif);
background-repeat:repeat-y;
margin-left:23px;
padding:0;
position:absolute;
bottom:0;
left:0;
}

h2 {
font-size:26px;
line-height:30px;
color:#B00532;
}

#leftcol {
float:left;
width:520px;
height: 300px;
text-align:left;
}


#topblock {
float:left;
width:520px;
margin:0;
padding:0;
background: url(images/adventuresnyclogo.jpg) no-repeat;
background-position:top right;
text-align:left;
}
	
#bottomblock {
float:left;
width:520px;
clear:both;
margin:0;
padding:0;
background:url(images/leftcol_img2.jpg) no-repeat;
background-position:right top;
}

#rightcol {
float:left;
width:400px;
margin-left:20px;
text-align:center;
/*background-position:210px 0;
margin:75px 0 0 10px;
*margin-top:85px;*/
}

#sponsors_outer {
float:left;
position:relative;
clear:both;
margin:40px auto auto 16px;
width:922px;
position:relative;
background:url(images/sponsorbox_bottom.gif) no-repeat;
background-position:bottom left;
}

	#sponsors_inner {
	float:left;
	position:relative;
	top:-20px;
	width:922px;
	background:url(images/sponsorbox_top.gif) no-repeat;
	background-position:0 -35px;
	}


	
	



/*Typography, general*/
a {
color:#508dc2;
text-decoration:none
}
	
	a:hover {
	text-decoration:underline;
	}

img {
border:none;
}
/*Typography, block-specific*/

#leftcol h2 {
color:#7b9843;
padding-left:16px;
}

#leftcol p {
color:#9c258f;
}

	#topblock h2 {
	margin-top:34px;
	}
	
	#topblock p {
	text-align:center;
	}
	
	#bottomblock p {
	padding-left:20px;
	margin-left:26px;
	background:url(images/rarquo.gif) no-repeat;
	}

#rightcol ul {
float:left;
list-style:none;
margin:0;
padding:37px 0 0;
}

#rightcol ul li {
float:left;
color:#435426;
font-weight:bold;
margin-right:1.5em;
}

p.tablehead {
float:right;
padding-right:65px;
padding-top:10px;
margin-bottom:5px;
font-size:12px;
}
table#thumbnails {
float:left;
clear:both;
margin:0;
*margin-top:40px;
border-collapse:collapse;
border:2px solid #E5E1B2;
background:#E5E1B2;
}

	thead {
	background:none;
	padding:none;
	border:none;
	}
	
	#thumbnails td {
	border:1px solid #ccc;
	width:159px;
	padding:0;
	}
	
	#thumbnails td.outerspace, #thumbnails td.innerspace, #thumbnails td.rowspace {
	border:none} 

	#thumbnails td.outerspace {
	width:11px;
	}

	#thumbnails td.innerspace {
	width:10px;
	}
	
	#thumbnails td.rowspace {
	height:15px;
	}
	
	#mainsponsors {
	margin:20px 0 0 42px;
	}
	
#sponsors_inner ul {
float:left;
list-style:none;
margin:0 25px;
padding:0;
}

#sponsors_inner ul li {
float:left;
margin-right:60px;
}










#content_outer {
float:left;
clear:both;
margin:40px auto auto 16px;
width:956px;
position:relative;
background:url(images/contentbox_bottom.gif) no-repeat;
background-position:bottom left;
}

	#content_inner {
	float:left;
	position:relative;
	top:-20px;
	width:956px;
	background:url(images/contentbox_top.jpg) no-repeat;
	background-position:-1px 0;
	}

