BODY {
	margin: 0px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

IMG {
	border: 0px;
}

#lang,
#header,
#menu,
#path,
#content,
#footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#left {
	float: left;
	width: 210px; /* EDIT */
}

#right {
	float: right;
	width: 790px; /* EDIT */
}
.content {
	padding-top:30px;
	padding-left:30px;
	padding-bottom:20px;
}
	
.address{
	width: 210px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 20px;
	
	
}

.nicedit_textarea {
	width: 730px;
}

.nicedit_form {
	padding: 0px;
}

#lang {
	/* background-color: #EEEEEE; */
	background-image: url(../images/lang_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	height: 19px;
	width: 988px;
	padding-left: 12px;
}

#lang A {
	padding: 3px;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 279px;
}

#menu {
	width: 1000px;
	height: 33px;
	/* padding-left: 210px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left; */
}

#menu .menu_0 {
	display: block;
	float: left;
	width: 113px;
	height: 33px;
	/* background-image: url(../images/menu_0_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left; */
	color: #616161;
	text-decoration: none;
	text-align: center;
	margin-left: 14px;
	margin-right: 13px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	line-height: 25px;
	font-weight: 800;
}

#menu .menu_0:hover,
#menu .menu_0_sel {
	background-image: url(../images/menu_0_sel_bg.gif);
	color: #000000;
}

.menu_1 {
	display: block;
	width: 194px;
	padding-left: 16px;
	height: 25px;
	background-image: url(../images/menu_1_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #616161;
	text-decoration: none;
	line-height: 25px;
	font-weight: 800;
}

.menu_1:hover,
.menu_1_sel {
	background-image: url(../images/menu_1_sel_bg.gif);
	color: #000000;
}
.menu_2 {
	display: block;
	width: 175px;
	padding-left: 35px;
	height: 25px;
	background-image: url(../images/menu_1_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #616161;
	text-decoration: none;
	line-height: 25px;
	font-weight: 800;
}

.menu_2:hover,
.menu_2_sel {
	background-image: url(../images/menu_1_sel_bg.gif);
	color: #000000;
}

#path {
	height: 7px;
	background-image: url(../images/path_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#content {
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

#footer {
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 5px;
}
.category{
	margin-bottom:20px;
}

.category A{
	width:120px;
	height: 33px;
	float:left;
	display:block;
	margin-right:20px;
	text-decoration:none;
	text-align: center;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	line-height: 25px;
	color:#000000;
}

.category a:hover,
.category_sel{
	background-image: url(../images/menu_0_sel_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.no_records {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	padding-left:30px;
	font-weight:800;
	}