body {
	margin: 0;
	text-align: center;
	font-family: arial, sans-serif;
	color: #336666;
	font-size: 9pt;
}

p, table, tr, td	{
	font-family: arial, sans-serif;
	font-size: 9pt;
	color: #336666;
	margin-top: 0px;
}

input, textarea, select	{
	font-family: arial, sans-serif;
	font-size: 8pt;
	color: #336666;
}

a	{
	font-weight: bold;
}

div {
	margin: 0;
	padding: 0;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}

table, form	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

h1	{
	font-family: arial, sans-serif;
	font-size: 14pt;
	color: #336666;
	margin-top: 0px;
}

h2	{
	font-family: arial, sans-serif;
	font-size: 12pt;
	color: #336666;
	margin-top: 0px;
}

h3	{
	font-family: arial, sans-serif;
	font-size: 9pt;
	color: #336666;
	margin-top: 0px;
}

h4	{
	font-family: arial, sans-serif;
	font-size: 9pt;
	color: #336666;
	margin-top: 0px;
	text-decoration: underline;
}

#page	{
	width: 970px;
	height: 586px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header	{
	width: 970px;
	height: 81px;
	background-image: url(images/header.gif);
}

#menu	{
	width: 970px;
	height: 28px;
}

#menu_l	{
	width: 139px;
	height: 28px;
	background-image: url(images/menu_l.gif);
	float: left;
}

#menu_main	{
	width: 556px;
	height: 28px;
	background-image: url(images/menu_main.gif);
	padding: 5px 10px 5px 10px;
	float: left;
}

#menu_search	{
	width: 186px;
	height: 28px;
	background-image: url(images/menu_search.gif);
	float: left;
}

#menu_cart	{
	width: 76px;
	height: 28px;
	background-image: url(images/menu_cart.gif);
	float: left;
}

#menu_r	{
	width: 13px;
	height: 28px;
	background-image: url(images/menu_r.gif);
	float: left;
}

#main	{
	width: 970px;
	height: 450px;
}

#menu_left	{
	width: 139px;
	height: 450px;
	background-image: url(images/menu_left.gif);
	padding: 5px 10px 5px 10px;
	text-align: right;
	float: left;
}

#content	{
	width: 831px;
	height: 450px;
	background-image: url(images/content.gif);
	padding: 5px 5px 5px 10px;
	overflow: auto;
	float: left;
}

#bottom	{
	width: 970px;
	height: 28px;
	background-image: url(images/bottom.gif);
}

#bot_left	{
	width: 139px;
	height: 19px;
	padding-top: 10px;
	padding-right: 5px;
	float: left;
	text-align: right;
}

#bot_right	{
	width: 831px;
	height: 19px;
	padding-top: 10px;
	padding-left: 3px;
	float: left;
}

a.main:link, a.main:visited, a.main:active {
	color: #336666;
	text-decoration: none;
}
}
a.main:hover {
	color: #669999;
	text-decoration: none;
}

a.left:link, a.left:visited, a.left:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 11pt;
}
a.left:hover {
	color: #669999;
	text-decoration: none;
	font-size: 11pt;
}

a.text:link, a.text:visited, a.text:active {
	color: #336666;
	text-decoration: underline;
	font-size: 9pt;
}
a.text:hover {
	color: #669999;
	text-decoration: underline;
	font-size: 9pt;
}

a.cart:link, a.cart:visited, a.cart:active	{
	display: block;
	background-image: url(images/cart.gif);
	width: 76px;
	height: 28px;
}
a.cart:hover {
	display: block;
	background-image: url(images/cart_hover.gif);
	width: 76px;
	height: 28px;
}

.tableborder	{
	border: 1px solid #336666;
}

.white	{
	color: white;
}