body {
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(images/bg.jpg);
}
#nav {
	margin: 0 auto;
	width: 778px;
	height: 33px;
	background-image: url(images/index_02.jpg); 
	text-align: right;
	color: #ffffff;
	padding-right: 20px;
	padding-top: 8px;
}
#nav a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
#nav a:hover {
	text-decoration: underline;
}
#wrap {
	width: 798px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}

#main {
	width: 100%;
overflow: hidden;
float:left;
}
#leftcol {
	background-image: url(images/sidebar.jpg);
	width: 192px;
	float: left;
	padding-bottom: 1500px;
	margin-bottom: -1500px;
	text-align: center;
	background-color: #667ddb;
}
#rightcol {
	float: right;
	width: 600px; padding-bottom: 1500px;
margin-bottom: -1500px;
	overflow: hidden;
}
#menu {
	margin-top: 15px;
	width: 175px;
	margin: 0 auto;
	text-align: left;
	color: #ffffff;
}
#menu h2 {

	display: block;
	width: 170px;
	height: 20px;
	background-color: #222222;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	padding-left: 5px;
	font-size: 16px;
	margin: 15px 0 0 0;
}
h1 {
	margin-top: 0px;
	font-size: 18px;
}
.subcats {
	padding-left: 15px;
}
#menu a {
	color: #ffffff;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
.prodcat {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	text-align: right;
}

#footer {
	background-image: url(images/bottombar2.gif);
	background-repeat: no-repeat;
	background-color: #6981E1;
	height: 67px;
	width: 100%;
	margin-top: 10px;
	text-align: center;
	padding-top: 25px;
	color: #ffffff;
	font-size: 10px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}