body {
	background: url(images/bg.jpg) #999999 ;
	background-attachment: fixed ;
	background-position: center ;
	margin: 0px ;
	font-family: trebuchet ms, arial, sans-serif ;
	font-size: 13px ;
}

h1 {
	text-align: center ;
	margin: 0px ;
	font-size: 26px ;
	font-weight: bold ;
	color: #0c7021 ;
}

h2 {
	font-size: 19px ;
	font-weight: bold ;
}

h3 {
	font-size: 13px ;
	font-weight: bold ;
}

td {
	font-size: 13px ;
}

p {
	margin-bottom: 0px ;
}

form {
	padding: 0px ;
	margin: 0px ;
}

a:link {
	color: #2C6591 ;
}

a:visited, a:active {
	color: #2E9143 ;
}

a:hover {
	color: #CB713D ;
}

#rightside {
	position: absolute ;
	background: url(images/leftbg.gif) #2C6591 ;
	top: 0px ;
	right: 0px ;
	width: 150px ;
	padding: 10px ;
	text-align: center ;
	color: #ffffff ;
	font-size: 11px ;
	border-left: 1px solid #000000 ;
	border-bottom: 1px solid #000000 ;
}

#leftside {
	position: absolute ;
	background: url(images/leftbg.gif) #2E9143 ;
	top: 0px ;
	left: 0px ;
	width: 150px ;
	padding: 10px ;
	text-align: center ;
	border-right: 1px solid #000000 ;
	border-bottom: 1px solid #000000 ;
}

#main {
	margin: 0px 173px 0px 170px ;
	padding: 0px ;
}

#navbar {
	background: url(images/navbg.gif) #DEA043 ;
	text-align: right ;
	padding: 4px 0px ;
}

#content {
	padding: 15px ;
	background: #ffffff ;
	border: 1px solid #000000 ;
}

.products {
	padding: 3px 7px ;
	border: 1px solid #ffffff ;
	background: #0c7021 ;
	margin-top: 5px ;
	text-align: right ;
}

.productsup {
	padding: 3px 7px ;
	border: 1px solid #ffffff ;
	background: #DEA043 ;
	margin-top: 5px ;
	text-align: right ;
}

a.prodlink:link, a.prodlink:active, a.prodlink:visited {
	color: #ffffff ;
	font-weight: bold ;
	font-size: 11px ;
	text-decoration: none ;
}

a.prodlink:hover {
	color: #ffffff ;
}

a.nav:link, a.nav:active, a.nav:visited {
	color: #ffffff ;
	text-decoration: none ;
	padding: 4px 10px ;
	border-left: 1px dotted #000000 ;
	font-weight: bold ;
	font-size: 11px ;
}

a.nav:hover {
	color: #2C6591 ;
	text-decoration: underline ;
	background: #FFD375 ;
}

.item_td {
	border: 1px solid #000000 ;
	text-align: center ;
	width: 33% ;
}

a.item_link:link, a.item_link:active, a.item_link:visited, a.item_link:hover {
	font-size: 13px ;
}

input {
	border: 1px solid #000000 ;
	font-size: 13px ;
}

textarea {
	border: 1px solid #000000 ;
	font-size: 13px ;
}