BODY {
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	background-color: #391e1c;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#page {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
}
#top {
	position: relative;
	width: 1000px;
	height: 113px;
}
#left {
	position: relative;
	float: left;
	width: 231px;
	margin-left: 10px;
	z-index: 50;
}
#search {
	position: relative;
	display: block;
	width: 231px;
	height: 46px;
	background-image: url(img/searchbg.png);
}
.searchinput {
	position: absolute;
	top: 22px;
	left: 10px;
	border: 0px;
	outline: none;
	width: 180px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #feda89;
	color: #611924;
}
.searchbutton {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: 21px;
	right: 10px;
}
#categories {
	position: relative;
	margin-top: 5px;
}
#categories a {
	position: relative;
	width: 208px;
	display: block;
	padding: 4px;
	margin-bottom: 1px;
	text-decoration: none;
	color: black;
	border-left-color: #8b0000;
	border-left-style: solid;
	border-left-width: 15px;
}
#categories a:last-child {
	margin-bottom: 0px;	
}
.catlin1 {
	background-color: #fee6ad;
}
.catlin2 {
	background-color: #feda89;
}
#categories a:HOVER {
	background-color: #fdb816;
}
.more {
	background-image: url(img/arrowr.gif);
	background-position: 210px;
	background-repeat: no-repeat;
}
.submenu {
	position: absolute;
	display: none;
	margin-top: -19px;
	left: 229px;
	z-index: 1000;
	background-color: maroon;
	border: 3px solid #551a22;
}
.sel {
	background-color: #f5ad02;
}
#topmenu {
	position: absolute;
	display: block;
	top: 113px;
	right: 10px;
	width: 737px;
	height: 46px;
	background-image: url(img/topmenubg.png);
	text-align: center;
	line-height: 38px;
	font-size: 12px;
	font-weight: bold;
}
#topmenu a {
	text-decoration: none;
	color: white;
	background-image: url(img/empty.gif);
	background-repeat: repeat-x;
	padding: 10px 20px 10px 0px;
	background-position: right;
	margin-right: 10px;
}
#topmenu b {
	background-image: url(img/empty.gif);
	background-position: left;
	padding: 10px 0px 10px 20px;
	background-repeat: repeat-x;
}
#topmenu a:HOVER {
	background-image: url(img/topmenuhoverr.png);	
}
#topmenu a:HOVER b {
	background-image: url(img/topmenuhoverl.png);
	text-decoration: underline;
}
#topmenu .select b {
	background-image: url(img/selmenul.png);	
}
#topmenu .select {
	background-image: url(img/selmenur.png);	
}
#main {
	position: relative;
	width: 500px;
	margin-left: 253px;
	margin-top: 52px;
	color: white;
	font-size: 13px;
	line-height: 20px;
}
H1 {
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: normal;
}
H2 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}
#main .category {
	position: absolute;
	right: 5px;
	bottom: 3px;
	font-size: 9px;
}
.bannersa {
	position: relative;
	display: block;
	margin-top: 5px;
}
.bannersb {
	position: absolute;
	display: block;
	top: 160px;
	right: 10px;
}
#main .text {
	width: 400px;
	text-align: justify;
}
.text A {
	color: white;
}
.text A:HOVER {
	color: #ff8c00;
}
.eventslist {
	width: 400px;
}
.evlist1, .evlist2 {
	display: block;
	width: 390px;
	position: relative;
	text-decoration: none;
	color: white;
	line-height: 14px;
	padding: 5px;
	background-color: #701828;
	margin-bottom: 2px;
	height: 48px;
	border-top: 1px solid white;
}
.evlist2 {
	background-color: #54121e;	
}
.datefrom {
	float: left;
	display: block;
	width: 70px;
	text-align: right;
}
.timefrom {
	float: left;
	font-weight: bold;
	font-size: 11px;
	display: block;
	width: 70px;
	text-align: right;
}
.evname {
	margin-left: 80px;
	font-weight: bold;
	font-size: 15px;
}
.evcapt {
	margin-left: 80px;
	font-size: 11px;	
}
.evcity {
	position: absolute;
	display: block;
	width: 70px;
	bottom: 3px;
	left: 5px;
	font-size: 9px;
	text-align: right;
}
.evlist1:HOVER, .evlist2:HOVER {
	background-color: #49131b;
}
.adname {
	font-weight: bold;
	font-size: 15px;	
}
.adsubtitle {
	font-size: 12px;
	line-height: 16px;
}
.icons {
	position: absolute;
	top: 4px;
	right: 3px;
}
.icons IMG {
	margin-left: 2px;
}
.licon {
	margin-right: 4px;
	margin-bottom: 4px;
	border: 0px;
}
.eventslist .bold {
	border: 1px solid white;
	width: 388px;
	background-color: #950000;
}
.eventslist .bold:HOVER {
	border: 1px solid #ff8c00;
	background-color: #7b1300;
}
.advertpic {
	position: relative;
	display: block;
	width: 737px;
	background-image: url(img/pbg_mid.jpg);
	text-align: center;
}
.inpline {
	position: relative;
	vertical-align: top;
	height: 26px;
	width: 390px;
}
.inpline INPUT[type="text"] {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 230px;
}
.inpline TEXTAREA {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 230px;
	height: 130px;
}
