* {margin: 0; padding: 0;}
		
		html {
			font-size: 12px;
			font-family: arial;
			color: #000000;
		}
		
		body {
			background: #F2F2F2;
			text-align: center;
		}
		
		.page_wrapper {
			text-align: left;
			width: 1020px;
			margin: auto;
			background: #ffffff;
		}
			
		.page_header {
			background: url("../images/header_bg.jpg") repeat-y top left;
			height: 172px;
		}
		
		.page_header_logo img {
			display: block;
		}
		
		.page_header_extra {
			width: 746px;
			float: right;
			text-align: right;
		}
		
		.page_header_banner {
			width: 722px;
			margin: 30px 24px 0px 0px;
			border: 5px solid #cccccc;
		}
		
		.page_header_banner img {
			display: block;
		}
	
		.page_header_payment_logos img {
			display: block;
			float: right;
		}
		
		.page_navbar {
			background: url("../images/navbar_bg.jpg") repeat-x top left;
			height: 48px;
		}
		
		.page_navbar a{
			float: left;
			line-height: 48px;
			color: #000000;
			padding: 0px 10px;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
		}
		
		.page_navbar a:hover {
			background: #efefef;
		}
		
		.page_navbar a.cart_link, #user-bar a {
			float: right;
		}
		
		.page_content {
			background: url("../images/content_bg.jpg") repeat-x top left;
			border-left: 1px solid #cccccc;
			border-right: 1px solid #cccccc;
		}
		
		.content_table_left, .content_table_right {
			padding: 10px;
		}
		
		.content_table_center {
			width: 640px;
			padding: 20px;
		}
		
		.block {
			border: 1px solid #cccccc;
		}
		
		.block2 {
			border: 1px solid #cccccc;
			margin-top: 10px;
		}
		
		.block_top {
			background: #af0303 url("../images/titlebar_bg.jpg") repeat-y top left;
			padding: 0px 5px;
		}
		
		.block_top h2 {
			color: #ffffff;
			font-size: 18px;
			line-height: 30px;
		}
		
		.block_body {
			padding: 10px;
			background: #f2f2f2;
		}
		
		.block_top2 {
			background: #af0303 url("../images/titlebar_bg.jpg") repeat-y top left;
			padding: 0px 5px;
			color: #ffffff;
			line-height: 30px;
			font-weight: bold;
		}
		
		.block_body2 {
			padding: 10px;
		}
		
		.block_body2 p {padding: 5px 0px; }
		
		.category {
			background: #f6f6f6 url("../images/category_bg.jpg") repeat-x bottom center;
			text-align: center;
			vertical-align: center;
			border: 2px solid #cfcfcf;
			min-height: 200px;
		}
		
		.category h3 {
			color: #000000;
			padding: 10px;
			font-size: 12px;
		}
		
		.category h3 a{
			color: #000000;
			text-decoration: none;
		}
		
		.category h3 a:hover {
			text-decoration: underline;
		}
		
		.content title {
			color: #ffffff;
			font-size: 12px;
		}
		
		.category img {
			border: 0px;
		}
				
		.page_footer {
			line-height: 25px;
			text-align: center;
			background: #af0303;
			color: #ffffff;
			font-size: 11px;
		}
		
		ul {margin-left: 1.5em; padding-left: 0;}   