* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
html, body {
	height: 100%;
	}
	
* html #wrap {	
	height: 100%;
	}
	
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #3e4547;
	font-size: 9pt;
	background: url(../images/top_bg.jpg) top center no-repeat #cdf8f5;
	background-position: 0 -45px;
	}
	
.clear {
	clear: both;
	}
	
.empty {
	height: 120px;
	}
	
/********/
	
#wrap {
	width: 100%;
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	background: url(../images/bg.gif) repeat-y center;
	}
	
/********/

#content {
	width: 965px;
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	background: #f0fdf8 url(../images/right_bg.gif) repeat-y right;
	}
	
#header_wrap {
	width: 965px;
	position: relative;
	margin: 0 auto;
	}

#header {
	width: 100%;
	height: 175px;
	background: url(../images/header_bg.jpg) no-repeat center bottom;
	position: relative;
	}
	
#header div#illustration {
	width: 248px;
	height: 174px;
	background: url(../images/header_img.gif) no-repeat;
	position: absolute;
	left: 40%;
	top: 1px;
	}
	
#header div#cart {
	width: 265px;
	height: 58px;
	background: url(../images/cart.gif) no-repeat;
	position: absolute;
	right: 0;
	top: 117px;
	}
	
#header h1 {
	line-height: 175px;
	color: #2d7589;
	padding-left: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	}
	
#header h1 a {
	color: #2d7589;
	text-decoration: none;
	}
	
/********/

#left {
	width: 660px;
	float: left;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
#left h3 {
	margin-bottom: 10px;
	}
	
#right {
	float: right;
	width: 230px;
	padding-top: 30px;
	padding-left: 35px;
	}
	
#right h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #3e4547;
	}
	
#right ul {
	list-style: none;
	font-size: 10pt;
	margin-top: 10px;
	}
	
#right ul li {
	padding-left: 15px;
	background: url(../images/marker.gif) no-repeat;
	background-position: 0 50%;
	line-height: 25px;
	}
	
#right ul li a {
	text-decoration: none;
	color: #3e4547;
	}
	
/********/

#footer {
	width: 966px;
	margin: -120px auto 0;
	height: 120px;
	background: url(../images/footer.gif) no-repeat;
	position: relative;
	}
	
.carts {
	width: 126px;
	height: 34px;
	background: url(../images/carts.gif) no-repeat;
	position: absolute;
	right: 220px;
	top: 20px;
	}