@charset "utf-8";

html, body {
margin:0;
padding:0;
height:100%;

}


body {

background-color:#CCC;
font-family:Helvetica;
font-size:12px;
color:#000000;
}

#header{
margin-top:120px;
}






#content{
margin-left:auto;
margin-right:auto;
}
#navigation{
margin-top:-80px;
padding:20px;
float:left;
background-color:#666
height:100px;
text-align:center;
}
#strip{
float:left;
margin-top:40px;
}
#products{
margin-top:3px;
float:left;
width:893px;
height:100%;
background-color:#CCC;

}
#item{
padding-top:15px;
padding-left:15px;
float:left;
text-align:center;
}
#item img {border:2px solid #000;
}


#footer {
background-color:#FFF;
clear:both;
width:893px;
height:25px;
}	
#copy {
padding:5px;	
}
#text {
width:200px;
}
#clear{
clear:both;
width:1000px;
}
	
	
	

A:link {color:#000000; text-decoration: none;}
A:visited {color:#000000;  text-decoration: none;}
A:active {text-decoration: none}
A:hover {color:#000000; text-decoration:underline; }
A img{ color:none; background-color:none; text-decoration:none; border:none;}








