body {
	background-color: #eaeaea;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#wrapper {
	margin: 0px auto;
}
#top {
	vertical-align: top;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	text-align: left;
	padding-bottom: 15px;
}
#footer {
	height: 60px;
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #ffffff;
	color: #ffffff;
}
p#footer_left {
	margin: 0px;
	padding-left: 20px;
	padding-top: 75px;
	font-size: 0.6em;
	text-align: left;
	float: left;
}
*html p#footer_left {
	padding-top: 58px;
}
p#footer_right {
	text-align: right;
	margin-bottom: 40px;
	float: right;
	padding-right: 20px;
}
#footer a		{text-decoration: none; color: #ffffff}
#footer a:link		{text-decoration: none; color: #ffffff}
#footer a:visited	{text-decoration: none; color: #ffffff}
#footer a:active 	{text-decoration: none; color: #ffffff}
#footer a:hover 		{text-decoration: underline; color: #ffffff}

#navigation {
	width: 310px;
	height: 530px;
	float: left;
	font-size: 1em;
}
#navigation a		{text-decoration: none; color: #ffffff}
#navigation a:link		{text-decoration: none; color: #ffffff}
#navigation a:visited	{text-decoration: none; color: #ffffff}
#navigation a:active 	{text-decoration: none; color: #ffffff}
#navigation a:hover 		{text-decoration: underline; color: #ffffff}

#navigation a {
	display: block;
	width: 170px;
	float: right;
	height: 33px;
	margin-bottom: 23px;
	text-align: center;
	padding-top: 15px;
}
*html #navigation a {
	height: 48px;
}
#navigation_inner {
	margin-top: 77px;
	color: #ffffff;
	float: left;
}
#button_1 {
	text-align: right;
	width: 270px;
	float: left;
}
#button_2 {
	text-align: right;
	width: 290px;
	float: left;
}
#button_3 {
	text-align: right;
	width: 303px;
	float: left;
}
#button_4 {
	text-align: right;
	width: 285px;
	float: left;
}
#button_5 {
	text-align: right;
	width: 251px;
	float: left;
}
#button_6 {
	text-align: right;
	width: 202px;
	float: left;
}
#content {
	width: 450px;
	float: right;
	padding: 140px 20px 0px 20px;
}
#content p {
	margin: 0px 0px 15px 0px;
	font-size: 0.7em;
	line-height: 1.4em;
}
#content ul, #content ol {
	margin: 0px 0px 15px 0px;
	font-size: 0.7em;
}
#content li {
	line-height: 1.6em;
}
#content h1 {
	margin: 0px 0px 15px 0px;
	font-size: 1em;
	color: #54489E;
}
#content h2 {
	margin: 0px 0px 5px 0px;
	font-size: 0.8em;
	color: #54489E;
}
*html #content {
	width: 490px;
}
#logo {
	text-align: center;
	margin-top: -70px;
	margin-bottom: 10px;
}
.item {
	background-color: #ededed;
	padding: 10px;
	float: left;
	width: 430px;
	margin-bottom: 15px;
}
*html .item {
	width: 450px;
}
.item img {
	float: left;
	margin-right: 20px;
}
.item_desc {
	float: left;
	width: 180px;
	margin-right: 10px;
}
.item_desc p {
	margin: 0px 0px 6px 0px !important;
	font-size: 0.65em !important;
}
.item_price {
	float: left;
}
.item_price p {
	margin: 0px 0px 4px 0px !important;
}
.item_price a		{text-decoration: none; color: #cc0000}
.item_price a:link		{text-decoration: none; color: #cc0000}
.item_price a:visited	{text-decoration: none; color: #cc0000}
.item_price a:active 	{text-decoration: none; color: #cc0000}
.item_price a:hover 		{text-decoration: underline; color: #cc0000}

#paging {
	margin-top: 5px;
	text-align: right;
	float: right;
	font-size: 0.7em;
}

#paging_left {
	width: 19px;
	height: 21px;
	display: inline;
	float: left;
}

#paging_centre {
	width: 40px;
	height: 18px;
	display: inline;
	text-align: center;
	background-color: #E4E4E4;
	float: left;
	padding-top: 3px;
	font-weight: bold;
}

*html #paging_centre {
	height: 21px;
}

#paging_right {
	width: 19px;
	height: 21px;
	float: left;
	display: inline;
}

.form_left {
	width: 80px;
	float: left;
	font-size: 0.7em;
}

.form_right {
	padding-left: 90px;
	margin-bottom: 10px;
}

.form_right input, .form_right textarea {
	width: 100%;
}
a			{text-decoration: none; color: #54489E}
a:link		{text-decoration: none; color: #54489E}
a:visited	{text-decoration: none; color: #54489E}
a:active 	{text-decoration: none; color: #54489E}
a:hover 	{text-decoration: underline; color: #54489E}

.floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}
.floatleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
.clear {
	clear: both;
	overflow: hidden;
}