﻿#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 1000px;
	background: url("/path/to/your/background_cols.gif") repeat;
}

#header {
	background-position: #FFFF99;
	margin: 0 0 0px 0;
	background: #FFFFFF;
	background-image: url('images/headbg.jpg');
	background-repeat: no-repeat;
}
#side-a {
	padding: 10px;
	float: left;
	width: 230px;
	background-color: #58663C;
}
#side-b {
	padding: 10px;
	float: right;
	width: 160px;
	background-color: #58663C;
}
#content {
	padding: 10px;
	float: left;
	width: 550px;
	background-color: #FFFF99;
}

#footer {
	clear: both;
	background: #A2A2A2;
	height: 100px;
}
#copyright {
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #C0C0C0;
	text-align: center;
	width: 100%;
	vertical-align: text-bottom;
}
.copyrightsign {
	font-family: "Times New Roman";
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #0000FF;
	font-weight: bold;
	text-align: center;
}
h5 {
	font-size: 10pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}
.pictureframe {
	border: 3px solid #000000;
	margin: 5px;
}
p {
	padding: 10px;
	font-family: "Comic Sans MS";
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
#side-b h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C0C0C0;
}
#side-a h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #00FF00;
	clip: rect(0px, auto, 0px, auto);
}
#side-a h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #00FF00;
	clip: rect(0px, auto, 0px, auto);
}
#side-a h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
#side-b h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #0000FF;
	background-color: #C0C0C0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.boldblue {
	color: #0000FF;
	font-weight: bold;
}
.boldblueitalic {
	color: #0000FF;
	font-weight: bold;
	font-style: italic;
}
.h1 {
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #58663C;
	text-align: center;
}
#navbar {
	font: 90% "Comic Sans MS";
	text-decoration: none;
	color: #C0C0C0;
	height: 35px;
}
#navbar ul li a:visited{
	padding: .2em .6em .2em .6em;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #FFFFFF #717171 #717171;
	color: #A62020;
	margin-right: .2em;
	background-color: #FCE6EA;
}
#navbar ul li a:hover {
	/*shift text 1px to the right and down*/border-width: 1px;
	border-color: #717171 #717171 #FFFFFF #FFFFFF;
	border-style: solid;
}

.navbar:active {
  color: maroon;
}

#navbar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 35px;
}
#navbar ul li {
	display: inline;
}
#navbar ul li a {
	float: left;
	padding: 5px 10px 5px 10px;
	background-color: #FFFF99;
	font-family: "Comic Sans MS";
	font-size: medium;
	text-decoration: none;
	font-weight: bold;
	width: 115px;
	font-style: italic;
}
}
body {
	background-color: #58663C;
}
.clear {
	clear: both;
}
#header h1 {
	padding: 5px;
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 24pt;
	font-weight: bold;
}
#pricelist content {
	width: 100px;
}
.pricelist content table {
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 2px;
	margin: 1px;
}
.datatable {
	border: 1px solid #000000;
	height: 85px;
	border-collapse: collapse;
}
.datatable td, .datatable th {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	color: #000000;
}
pricelist h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
}
.datatable th {
	font-family: "Comic Sans MS";
	font-size: medium;
	font-weight: bold;
	color: #000000;
	background-color: #C0C0C0;
}
.cellcolor {
	border-color: #CCCCCC;
	background-color: #CCCCCC;
}

