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

html{
	margin: 0 auto;
	width: 1000px;
	background: #dfecf1 url(images/background.gif) repeat-y;
	color: #7290db;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#wrapper{
	margin: 0 auto;
	width: 780px;
	background: white;
}	

#banner{
	margin: 0 auto;
	width: 780px;
	height: 200px;
	background: white url(images/banner.gif) no-repeat;
}

.spacer{
	margin: 0 auto;
	width: 780px;
	height: 25px;
	background-color: white;
}

#content{
	margin: 0 auto;
	float: left;
	width: 465px;
	border-right: 1px solid #ccc;
}

#nitrousrefillsseparator{
	width: 450px;
	height: 40px;
	background: white url(images/nitrousrefills.gif) no-repeat;
}

#whatdowedoseparator{
	width: 450px;
	height: 40px;
	background: white url(images/whatdowedo.gif) no-repeat;
}

#howdowedoitseparator{
	width: 450px;
	height: 40px;
	background: white url(images/howdowedoit.gif) no-repeat;
}

#aboutnitrousseparator{
	width: 300px;
	height: 40px;
	float: right;
	background: white url(images/aboutnitrous.gif) no-repeat;
}

#aboutusseparator{
	width: 300px;
	height: 40px;
	float: right;
	background: white url(images/aboutus.gif) no-repeat;
}

#right{
	margin: 0 auto;
	float: right;
	width: 300px;
}

#footer{
	margin: 0 auto;
	clear: both;
	width: 780px;
	height: 100px;
	border-top: 1px solid #ccc;
	text-align: center;
}

.thumbnail {
margin: 5px;
padding: 5px;
border: 1px dashed lightblue;
}

.thumbnaillink{
padding: 10px;
border: 1px solid blue;
}