body  {
	background-image: url(background.jpg);
	padding: 0;	
	margin: 0;
	background-repeat: repeat-y;
}

#header {
	position: absolute; 
	top: 0;
	left: 0;
	width: 750px;
	height: 160px;
	margin: 0;
	padding: 0;
}

#sidebar {
	position:absolute;
	top: 160px;
	left: 0;
	background-image: url(sidebar-top.jpg);
	background-repeat: no-repeat;
	width: 195px;
	height:490px;
	padding-top: 120px;
}

#sidebar img{
	border: 0;
	padding: 0;
	margin: 0;
}

#footer {
	border-top:1px dotted black;
	font-family: Arial;
	font-size: 9px;
}

#main {
	font-family: Arial;
	color: black;
	font-size: 10px;
	position: absolute;
	top: 160px;
	left: 195px;
	width: 590px;
	background-image: url(bottom.jpg);
	background-repeat: no-repeat;	

}

#main table {
	margin: 0;
	padding: 0;
	border: 0;
	width: 550px;
}

#content {
	margin: 20px;
	font-size: 12px;
}

#content h1 {
	font-size: 28px;
	color: #78AECA;
	padding: 0;
	margin: 0;
	text-indent: 10px;
}

#footer {
	border-top: 1px dotted #436B91;
	font-family: Arial;
	font-size: 9px;
}

#right-sidebar table {
	padding: 0;
	margin: 0 0 30px 0;
	border: 0;
	height: 190px;
	width: 210px;
}

td.table-header {
	padding: 0;	
	margin: 0;
	border: 0;
	height: 50px;
	background-image: url(table-header.jpg);
	background-repeat: no-repeat;
}

td.table-header h1 {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: white;
	text-indent: 25px;
	margin: 0;
	padding: 0;
}

td.table-content {
	padding: 0;
	margin: 0;
	border: 0;
	background-image: url(table-background.jpg);
	background-repeat: repeat-y;
}

#table-text {
	margin: 0 5px 0 25px;
	font-size: 10px;
	color: black;
}

td.table-footer {
	padding: 0;
	margin: 0;
	border: 0;
	background-image: url(table-footer.jpg);
	background-repeat: no-repeat;
	height: 35px;
}

A:link, A:visited {
	color: #436B91;
	font-weight: bold;
}

A:hover {
	color:black;
	text-decoration: none;
}
input, option {
	font-family: Arial;
	font-size: 10pt;
	color: #436B91;
	border: 1px solid #436B91;
	background: white;
}

table.price-list {
	font-size: 9pt;
}

table.price-list tr {
	height: 30px;	
}

table.price-list tr td.price-list-spacer {	
	height: 10px;
	background: #436B91;
}
