* {
  margin: 0;
  padding: 0;
}

body {
	background-image:url(images/tile200apx.jpg);
	background-repeat:repeat;
	font-family: 'Federo', sans-serif;
}

#header_container {
	height: 300px;
	position:fixed;
	background-color: #000;
	top: 0px;
	width: 100%;
	z-index:9999;

}
	
	
#brettzoom {
	margin-top: 75px;
}
	
#topstuff{
	width:960px;
	position:fixed;
	top: 0px;
	left:50%;
	margin-left:-480px;

	
}


#vacuum {
	background-image: url(images/vacuum2.png);
	height: 300px;
	width: 960px;
	background-repeat: no-repeat;
	position: relative;
	margin-left:auto;
	margin-right:auto;

}

#navigationbar {
	padding: 10px 47px;
	
	height: 15px;

	margin-right: auto;

	margin-left: auto;
	
}

#navigation {
	width: 800px;
	
	

	margin-left: 166px;
	padding-right: 0px;
	background-image: none;
	background-repeat: repeat-y;
	top: 245px;
	position: relative;
}


a:link,
a:visited,
a:active {
	color: #000;
	text-decoration: none;
	font-family: 'Federo', sans-serif;
	font-size: 13px;
	font-weight: normal;
}

a:hover {
	color: #E73E97;
	text-decoration: underline;
}

#navigation .navlink {
	margin-left: 32.5px;
}



#container {
	


	font-family: 'Federo', sans-serif;
	font-size: 18px;
	color: #000;
}

#container a:link,
#container a:visited,
#container a:active {
	color: #000;
	text-decoration: none;
	font-family: 'IM Fell French Canon', serif;
}

#container a:hover {
	color: #E73E97;
	text-decoration: underline;
}

#map {
	border: 10px solid #FFF;
}


ul {
	list-style-image: none;
	
}

#navigationbar ul li {
	display: inline;
}

p {
	margin-bottom: 1em;
}
#intro {
	height: 300px;
	width: 550px;
	background-image: url(images/head.png);
	margin:0 auto;
}
#fineheader {
	height: 300px;
	width: 550px;
	background-image: url(images/finesbanner2.jpg);
	margin:0 auto;
}

#saraheader {
	height: 300px;
	width: 550px;
	background-image: url(images/sarahbanner2.jpg);
	margin:0 auto;
}
#brettheader {
	height: 300px;
	width: 550px;
	background-image: url(images/brettbanner.jpg);
	margin:0 auto;
}
#computer {
	height: 300px;
	width: 550px;
	background-image: url(images/contactcomputer.jpg);
	margin:0 auto;
}
#test {
	height: 300px;
	width: 550px;
	background-image: url(images/testimonialpic1.jpg);
	margin:0 auto;
}

#content{
	width: 600px;
	
	background-image: url(images/white50.png);
	background-repeat: repeat;
	padding: 25px;
	padding-bottom: 100px;
	margin-top: 300px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
h1{
	font-family: 'IM Fell French Canon', serif;}
h2{
	font-family: 'IM Fell French Canon', serif;}

.hangingindent {
    margin-left:20px;
}

#footer {
	
	background-image: url(images/footerimage.png);
	background-repeat: no-repeat;
	width: 800px;
	height:150px;
	margin:0 auto;
	position:relative;
	
	bottom: 100px;


}

#foottext{
	color: #FFF;
	font-weight: normal;
	padding-top:114px;
	padding-left:265px;
	font-size: 11px;	
}
#tutorial {
	{margin-left:-50;
	margin:0 auto;
	width: 800px;
}

#secondnavigation{

	font-size: 24px;
	font-weight: bold;
	margin-left:auto;
	margin-right:auto;
}

#secondnavigation ul li {
	display: inline;
	
}
#secondnavigation .navlink {
	margin-left: 50px;
}

#spacer{
	height:1px;
	clear: both;
}