#container {
	position: absolute; 
	top: 100px;
	margin: 0px auto;
	padding: 0px;
	width: 98%;
	}
	
#header{
	position: absolute; 
	top: 0px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: 98%;
	overflow: hidden;
}

#navigation
{
	position: absolute; 
	top: 75px;
	margin: 0px;
	padding: 0px;
	width: 98%;
	height: 25px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebar-right {
	float: right;
	width: 180px; /* width of the right sidebar -- can be set to any value including percentages */
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#sidebar-left {
	position: absolute;
	left: 0px;
	width: 180px; /* witdh of the left sidebar -- can be set to any value including percentages */
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#content {
	position: absolute;
	top: 0px;  
	margin: 0px;
	padding: 0px;
	height: 1%; /* IE6 hack... it's very minor, though */
}

#content-inner
{
	position: absolute;
	top: 20px; 
	left: 220px;
	right: 220px;
	overflow: hidden;
}

#content-inner2
{
	position: absolute;
	top: 20px; 
	left: 120px;
	right: 120px;
	overflow: hidden;
}

#footer
{
	padding-top: 20px;
	text-align: center;
	font-family: verdana,arial,helvetica,sans-serif;
}

.sideimage
{
	border: 2px solid #000000;
}

a 
{
	font-family: verdana,arial,helvetica;
	color: #0000ff;
	text-decoration: underline;
	border: 0px;
	vertical-align: top;
}

a:hover 
{
	font-family: verdana,arial,helvetica;
	color: #0000ff;
	text-decoration: none;
}

a:visited
{
	font-family: verdana,arial,helvetica;
	color: #0000ff;
	text-decoration: underline;
}

h1 {
	text-align: center;
	font-family-weight: bold;
	font-size: 20px;
	font-style:italic;
}

body {
font-family: verdana,arial,helvetica;
}

.orderbox {
padding: 10px;
font-weight: bold;
border: 3px solid #000000;
background-color: #0074ff;
margin: 30px;
text-align: center;
}

.submitbutton{
background: #354a8b;
color: #ffffff;

}

.sidebox {
border: 2px solid #000000;
padding: 3px;
font-size: small;
background-color:#99ccff;
	
}

table {
margin-left:auto;
margin-right:auto;
}

.fabrictable {
text-align: center;
margin-left:auto;
margin-right:auto;
margin: 5px;
display: inline;
}

td {
margin-left:auto;
margin-right:auto;
}

tr {
margin-left:auto;
margin-right:auto;
}