body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;	
	color: #000;
	padding: 0;
	margin: 0;
	text-align: center;	
	}
	
a:link, a:visited {
	color: #0000ff; 
	text-decoration: underline;
	}	
	
a:hover	{
	color: #0000ff; 
	text-decoration: underline;
	}	
	
h1, h2 { 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

h1 { font-size: 130%; }
h2 { font-size: 110%; }	

/* Layout */

#container {
	background: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #0066BE;
	width: 740px !important;
  	width /**/:742px;	
	text-align: center;
	overflow: auto;
    }
	
#topline {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	}	

#header {
	background: url("/images/top_banner.jpg") no-repeat;
	width: 740px;
	height: 257px;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
#nav {
	position: relative;
	width: 387px;
	height: 35px;
	top: 71px;
	left: 167px;
	}
	
a#history { position: relative; float: left; width: 80px; height: 35px; top: 0px; left: 0px; text-decoration: none; }
a#choose { position: relative; float: left;	width: 80px; height: 35px; top: 0px; left: 20px; text-decoration: none; }
a#order { position: relative; float: left; width: 80px; height: 35px; top: 0px; left: 40px; text-decoration: none; }
a#contact { position: relative; float: left; width: 80px; height: 35px; top: 0px; left: 60px; text-decoration: none; }
		
#nav a i {
	font-size: 70%;
	visibility: hidden;
	}			
	
#content {
	font-size: 80%;
	padding: 20px;
	text-align: left;
	}	
	
#catnav div { 
	float: left;
	padding: 0px 0px 0px 40px; 
	}

#footer { 
	font-size: 80%;
	text-align: center; 
	}

#footer hr { 
	background: url("/images/line.jpg") no-repeat;
	width: 733px;
	height: 20px;
	}	

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
