body {
		font-family: Arial, Helvetica, sans-serif;
		margin: 0px auto;
		width: 800px;
		text-align: center;}

#container {
		width: 800px;
		text-align : left;}

#top {
		background: URL(images/testimage_small.gif);
		background-repeat: repeat;
		height: 120px;
		width: 800px;
		top: 5px;}

#nav {
	background: rgb(17,21,167);
	height: 100%;
	width: 120px;
	float: left;
	padding: 10px;
	margin: 0;}

#main {
		background: URL(images/testimage_small.gif);
		background-repeat: repeat;
		/*width: 648px;*/
		margin-left: 145px;
		border-style: solid; thin;
		border-color: #3333CC;
		text-align: center;}
		
#footer {
		clear: both;
		height: 20px;
		width: 801px;
		background: rgb(17,21,167);
		text-align: right;}

a.plain { 
		text-decoration: none; 
		color: white;}

a.plain:hover { 
		text-decoration: none;
        color: yellow; }
		
ul {
		list-style: none;
		margin-left: 3px;
		margin-top: -12px;
		padding-left: 0px;}
li {
		font-size: 9pt;}
						
#img
{
  margin: 10px;
  /*border: 1px solid #0000ff;*/ 
  height: 220px;
  width: 140px;
  float: left;
  text-align: center;}
  	
#img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;}
  
#img a:hover img {border: 1px inset rgb(206,138,245);}

#desc
{
  text-align: center;
  font-weight: normal;
  width: 140px;
  margin: 2px;}
  

#footer_text {
	color: white;
	font-size: 10pt;
	padding: 5px;}
	
#info_header {
	margin-left: 10px; 
	font-size: 200%;
	text-align: left;}
	

#info_text {text-align: left; padding: 10px;}

#model_no
{
	font-size: 10pt;
	line=height: 200%;}

#small_line {line-height: 65%;}

#smaller_line {line-height: 30%;}		
		