* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
* html #wrap {	
	height: 100%;
	}
	
html, body {
	height: 100%;
	}
	
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #505050;
	font-size: 9pt;
	background: #fff;
	}
	
.clear {
	clear: both;
	}
	
.empty {
	height: 26px;
	}
	
/********/
	
#wrap {
	width: 756px;
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	background: #eae9e2;
	}
	
#paymant_methods {
	width: 756px;
	height: 45px;
	background: #FFFFFF url(../images/head_ads.gif) no-repeat bottom;
	}
	
#head_img {
	width: 756px;
	height: 182px;
	background: url(../images/head.gif) no-repeat;
	}
	
#left_sidebar {
	width: 193px;
	float: left;
	display: inline;
	background: #eae9e2;
	color: #333;
	}
	
#left_sidebar div.product_header {
	width: 193px;
	height: 32px;
	background: url(../images/products_header.gif) no-repeat;
	}
	
#left_sidebar div.link {
	width: 193px;
	height: 26px;
	line-height: 23px;
	color: 333333;
	font-weight: bold;
	}
	
#left_sidebar div.link:hover {
	background: url(../images/hover.gif) repeat-x;
	}
	
#left_sidebar div.link a {
	display: block;
	width: 170px;
	height: 26px;
	background: url(../images/marker.gif) no-repeat 10px 50%;
	padding-left: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333;
	text-decoration: none;
	}
	
#left_sidebar div.link a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
	
#left_sidebar ul {
	list-style: none;
	}
	
#left_sidebar ul li {
	height: 26px;
	line-height: 23px;
	padding-left: 40px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
	
#left_sidebar ul li a {
	color: #333;
	text-decoration: none;
	}
	
#left_sidebar ul li a:hover {
	text-decoration: underline;
	}
	
#content {
	width: 525px;
	padding: 20px 15px;
	float: right;
	display: inline;
	text-align: center;
	}
	
#footer {
	width: 756px;
	height: 26px;
	background: url(../images/foot.gif) repeat-x;
	margin: -26px auto 0;
	position: relative;
	line-height: 26px;
	text-align: center;
	}