@import "fonts.css";

body{
margin:0px;
padding:0px;
padding-left:12.5%;
}
#main{
position:relative;
float:left;
border:0px solid red;
width:770px;
height:620px;
margin-left:auto;
margin-right:auto;
padding:0px;
}
#logo{
float:left;
border:0px solid blue;
width:220px;
height:75px;
margin:0px;
padding:0px;
}
#small_nav{
float:left;
border:0px solid blue;
width:634px;
height:75px;
text-align:right;
vertical-align:bottom;
margin:0px;
padding:0px;
}
#main_nav{
float:left;
border-top:2px solid #404040;
width:768px;
height:22px;
margin:0px;
padding:0px;
padding-top:5px;
}
* html #main_nav{height:27.5px;}
#search_nav{
float:left;
border-top:2px solid #404040;
width:384px;
height:27px;
text-align:right;
margin:0px;
padding:0px;
padding-top:3px;
}
* html #search_nav{height:30px;}
#content{
float:left;
border:2px solid #404040;
width:764px;
background:#ffffff url(images/background_texture2.png) no-repeat top left;
padding:0px;
margin:0px;
min-height:265px;
}
* html #content{width:768px;height:265px;}
#content_left{
float:left;
border:0px solid purple;
width:327px;
text-align:left;
margin:0px;
padding:0px;
}
#content_right{
float:right;
border:0px solid purple;
text-align:right;
margin:0px;
padding:0px;
}
#banner{
float:left;
border:0px solid yellow;
width:494px;
height:93px;
background-color:#e1e1e1;
margin:0px;
padding:0px;
}
#products{
float:left;
border-top:2px solid #404040;
width:768px;
height:25px;
text-align:right;
margin:0px;
padding:0px;
}
#footer_left{
float:left;
border:0px solid green;
width:384px;
height:25px;
margin:0px;
margin-top:10px;
padding:0px;
}
#footer_right{
float:left;
border:0px solid green;
width:384px;
height:25px;
margin:0px;
margin-top:10px;
text-align:right;
padding:0px;
}
#spacer{
float:left;
border:2px solid #404040;
height:2px;
width:768px;
margin:0px;
padding:0px;
}