body {
	background-color: #fff;
	color: #666;
	font-family: Trebuchet MS, Verdana, Arial, Verdana, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.4em;
	color: #666;
	margin-top: 0;
}

h1 {
	color: #690;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 0.08em;
	margin: 25px 0 10px 0;
}

h2 {
	color: #666;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 0.08em;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #ccc;
}

h3 {
	color: #069;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.08em;
	margin: 0;
}

a:link, a:visited {
	color: #036;
	text-decoration: underline;
}

a:hover {
	color: #39f;
	text-decoration: none;
}

.price {
	color: #660;
}

form {
	margin: 0;
	padding: 0;
}

label {
	color: #069;
	font-weight: normal;
	letter-spacing: 0.08em;
}

.textbox, .select, .textarea {
	border: 1px solid #ccc;
	width: 325px;
	font-family: Trebuchet MS, Verdana, Arial, Verdana, Helvetica, sans-serif;
	color: #666;
}

.submit {
	color: #fff;
	background-color: #39c;
	cursor: hand;
}

.required {
	color: #900;
}

table {
	margin: 10px 0 10px 0;
	border: none;
}

table th {
	text-align: left;
	font-weight: bold;
	color: #036;
	background: #caeeff;
	padding: 3px;
	border: none;
}

table td {
	padding: 3px;
	border: none;
}

.prices {
	text-align: right;
}

.odd {
	background: #f5f5f5;
}

#header {
	background-color: #39c;
}

#navigation {
	background-image: url(images/template-navigation-bkgrnd.jpg);
	background-repeat: repeat-x;
	background-position: top left;	
	/* IE hack */ _background-position: 1px left;
	border-top: 1px solid #660;
	border-bottom: 1px solid #660;
	padding: 5px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#navigation li {
	display: inline;
	background-image: url(images/template-navigation-separator.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-right: 13px;
	padding-left: 15px;
}

#navigation li.first {
	display: inline;
	background-image: none;
	padding-right: 13px;
	padding-left: 80px;
}

#navigation a {
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

#navigation a:link, #navigation a:visited {
	color: #fff;
}

#navigation a:hover {
	color: #660;
}

#content {
	margin: 0;
	padding: 0;
	background-image: url(images/template-content-bkgrnd.jpg);
	background-repeat: repeat-x;
}

#leftcol {
	float: left;
	margin-top: 25px;
	padding-left: 85px;
}

#leftcol .img {
	border: 1px solid #960;
	margin-top: 15px;
}

#rightcol {
	margin-left: 250px;
	padding: 10px 25px 10px 10px;
	width: auto;
}

#footer {
	background-image: url(images/template-footer-bkgrnd.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	position: absolute;
	border-top: 1px solid #666;
	color: #ccc;
	padding: 0;
	margin: 0;
	
	bottom: 0px;
	left: 0px;
	width: 100%;
}

#footer_content {
	padding: 5px; 
	white-space: nowrap;
}

.bluebold {
	color: #39c;
	font-weight: bold;
}

#quickjump {
	margin: 20px 0 20px 0;

}

#quickjump ul {
	margin: 0;
	padding: 0;
}

#quickjump li {
	padding-left: 5px;
	list-style-type: none;
}

.top {
	text-align: right;
}

.top img {
	margin-right: 3px;
}

/* ERROR */
.error {
	color: #900;
	font: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
}

.error ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.error li {
	background-image: url(../images/template-icon-error.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	line-height: 20px;
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
}