body {
	background: #fefef4 url('layout/bg.gif') repeat-x;
	color: #242424;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

div#wrap {
	margin: 0px auto;
	text-align: left;
	width: 962px;
}

h1#header {
	background: url('layout/header.png') no-repeat;
	cursor: pointer;
	float: left;
	height: 115px;
	margin-top: 12px;
	width: 402px;
}

div#menu {
	float: right;
	margin-top: 15px;
}

td.menu_link a { 
	border-right: 1px solid #d9492e;
	color: #d9492e;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

div.tab_left {
	background: url('layout/tab_left.png') no-repeat;
	height: 32px;
	width: 5px;
	float: left;
}

div.tab_middle { 
	background: url('layout/tab_middle.png') repeat-x;
	float: left;
	height: 32px;
	padding-left: 5px;
	padding-right: 5px;
}

div.tab_middle a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	line-height: 32px;
}

div.tab_right {
	background: url('layout/tab_right.png') no-repeat;
	height: 32px;
	width: 6px;
	float: left;
}

div.clear {
	clear: both;
}

div#page_wrap{
	background: url('layout/designV2_03.jpg') repeat-y;
}

div#sidebar {
	float: left;
	width: 232px;
}

div#content_wrap {
	background: url('layout/bg_content_top.png') no-repeat;
	/*border-bottom: 1px solid #f4f484;*/
	float: left;
	padding-top: 10px;
	width: 730px;
}

div#footer{
	background: url('layout/designV2_05.jpg') no-repeat;
	height: 8px;
	width: 962px;
}

div#search {
	background: url('layout/bg_search.png') no-repeat;
	height: 40px;
}

div#categories {
	/*background: url('layout/bg_categories.png') repeat-y;*/
	/*height: 852px;*/
	width: 232px;
}

div.category {
	border-top: 1px solid #ececec;
	height: 25px;
	line-height: 25px;
	margin-left: 10px;
	width: 200px;
}

div.category a {
	color: #3b3b3b;
	font-size: 12px;
	text-decoration: none;
}

div#breadcrumb {
	margin-left: 5px;
	margin-bottom: 13px;
}

a.breadcrumb {
	color: #242424;
	text-decoration: none;
}

div#content_bg {
	/*background: url('layout/bg_content.png') repeat-y;*/
	/*min-height: 852px;*/
	width: 730px;
}

/* for Internet Explorer */
/*\*/
* html div#content_bg {
height: 852px;
}
/**/


div#content {
	margin: 5px;
	margin-bottom: 0px;
	width: 720px;
}

a {
	color: #242424;
	text-decoration: none;
}