@import url("blocks.css");
@import url("text.css");
@import url("tabs.css");
#container, #head, #foot {  width: 900px; }
#head, #foot { clear:both; }
#menu, #menu_cont{ width:120px }/*  #menu inside #menu_cont - Holds def. list used for menu */
#container{   margin:0px; text-align:center;}     /* Hold entire page */
#foot, #menu_cont, #main { margin-top:1em; }

#head{ 
  background:center;  
  margin-bottom:1pt; 
}
#menu_cont{   /* menu container */
  float:left;
  margin-right:3px; 
  -moz-border-radius:0px 10px 10px 10px;
  border:1px solid #aaa;
}

#main{         /* page content area */
  float:right;  
  width:775px;
  color:#000;
  text-align:left;
  height:100%;
  margin-bottom: 5px;
}
#img_col {
	float:left;
	width:200px;
} 
#spec_col {
	float:left;
	width:525px;
	padding: 2pt;
	margin-right:2px;
}

/* model list 
#col-a{
  float:left;
  width:110px;
  z-index:1
}

#col-c{
  float:right;
  width:665px;
}

#img_view{
  height:170px;
  position:absolute;
  right:105px;
  text-align:center;
  top:130px
} 
*/
