body
	{
		margin: 0;
		padding: 0;
		background-color: #f9fdfe;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #363211;
	}

a:link, a:visited
	{
		color: #006989;
		text-decoration: underline;
	}

a:hover
	{
		color: #006989;
		text-decoration: none;
	}

.bg
	{
		background: url('http://zen-cart-web-designs.com/images/bg.jpg');
		background-repeat: repeat-x;
		background-position: top;
	}

.main_btn_bg
	{
		background: url('http://zen-cart-web-designs.com/images/main_btn_bg.gif');
		background-repeat: no-repeat;
		height: 50px;
		width: 950px;
		text-align: center;
		font-size: 17px;
	}

a.main_links:link, a.main_links:visited
	{
		color: #ffffff;
		text-decoration: none;
		padding: 0 22px 0 22px;
	}

a.main_links:hover
	{
		color: #00f6ff;
		text-decoration: none;
		padding: 0 22px 0 22px;
	}

a.left_links:link, a.left_links:visited
	{
		font-weight: bold;
		color: #006989;
		background-image: url('http://zen-cart-web-designs.com/images/btn_bg.gif');
		background-repeat: no-repeat;
		height: 32px;
		width: 236px;
		display: block;
		text-decoration: none;
		padding: 15px 12px 0 30px;
	}

a.left_links:hover
	{
		font-weight: bold;
		color: #378aa4;
		background-image: url('http://zen-cart-web-designs.com/images/btn_bg_hov.gif');
		background-repeat: no-repeat;
		height: 32px;
		width: 236px;
		display: block;
		text-decoration: none;
		padding: 15px 12px 0 30px;
	}

.page_heading_bg
	{
		background: url('http://zen-cart-web-designs.com/images/page_heading_bg.gif');
		background-repeat: repeat-x;
		height: 50px;
		padding: 0 12px 0 12px;
	}

.footer_bg
	{
		background: url('http://zen-cart-web-designs.com/images/footer_bg.gif');
		background-repeat: repeat-x;
		background-position: bottom;
	}

a.footer_links:link, a.footer_links:visited
	{
		color: #ffffff;
		text-decoration: none;
		padding: 0 14px 0 14px;
	}

a.footer_links:hover
	{
		color: #00f6ff;
		text-decoration: none;
		padding: 0 14px 0 14px;
	}

.copyright_text
	{
		font-size: 10px;
		color: #91958d;
	}
.left_box
	{
		border-left: 1px solid #c0e6f1;
		border-right: 1px solid #c0e6f1;
		border-bottom: 1px solid #c0e6f1;
		padding: 12px;
	}