/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;	
}
	
#container {
	width:780px;
	position:relative;
	height:500px;
	margin: 0 auto;
	background-color: #FFFFFF;	
	margin-top:8px;

		
}

#header {
	height:130px;
	background-repeat: no-repeat;
	background-image: url(header.jpg);
	width:780px;		

}


#navcontainer ul
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-variant: normal;
	background-color: #000000;	
}

#navcontainer li { display: inline; }

#navcontainer li a
{
	text-decoration: none;
	color: #FFFFFF;
	padding: .2em 1em;
	
}

#navcontainer li a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	
}


#left{
	float:left;
	width:751px;
	height:500px;
	position:absolute;
	left: 9px;
	top: 198px;


}

.main{
	color: #FFFFFF;
}

#pageheader{
	background-image:url(contact.gif);
	width:519px;
	height:35px;
	background-repeat: no-repeat;
}

#pageheader span{
display:none;
}

#pageheader2{
	background-image:url(services.gif);
	width:519px;
	height:35px;
	background-repeat: no-repeat;
}

#pageheader2 span{
display:none;
}

#text p{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;
	
}

.floatright
{
float: right;
margin: 8px 8px 8px 8px;
clear: right;
border:1px solid black;

}

.floatright img{

padding-top:0px;

}

#top{
	background-image: url(top.jpg);
	height:114px;
}

#middle{
	background-image: url(middle.jpg);
	background-repeat: repeat-y;
	height:900px;
}

#spine{
	position:absolute;
	background-image: url(spine.gif);
	background-repeat: no-repeat;
	left: 555px;
	top: 189px;
	width: 216px;
	height: 561px;
}

.listerine {
	
	vertical-align: top;
	margin-bottom: 10px;
	color: #3399CC;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	background-repeat: no-repeat;
}

#bottom{
	background-image: url(bottom.jpg);
	height:111px;
	clear:both;
}
