@import url(main.css);
@import url(header.css);
@import url(footer.css);
@import url(top.css);
@import url(content.css);
@import url(left.css);
@import url(mailform.css);
@import url(ab_linklist_styles.css);

#left-menu-box {
	padding-left: 0px;
	margin: 0 6px;
}

#middle-marker-box, #right-marker-box {
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

#left-marker-box  {
	margin: 0 6px;
	padding: 0;
}

#left-marker, #middle-marker, #right-marker {
	margin: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 0px;
}

#left, #middle, #right, #inner-content-wrapper {
	position: relative;
	overflow: visible;
}

#inner-content-wrapper {
	float: left;
	margin: 0;
	width: 970px;
	min-height: 300px;
	background-image: url(../images/cont_bg.png);
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 180px;
}

#left-content {
	/*	position: relative;
	z-index: 5;*/
	width: 200px;
	padding-left: 130px;
}

#middle {
	float: right;
	width: 635px;
}

#middle-content {
	/*	position: relative;
	z-index: 3;*/
	width: 620px;
}

#right {
	float: right;
	width: 180px;
	height: inherit;
	background-repeat: no-repeat;
}

#right-content {
	/*	position: relative;
	z-index: 7;*/
	width: 180px;
}

#header, #outer-wrapper, #footer {
	width: 970px;
}

#header-img {
	width: 978px;
}

.cleaner {
	clear:both;
/*	float: left;*/
	height: 1px;
	font-size: 1px;
	line-height: 0px;
	display: block;
	visibility: hidden;
	border: 0; 
	padding: 0;
	margin: -1.0em 0 0 0;
	background: transparent;
}
TABLE.contenttable { border:none; margin:10px 0px 10px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; }
TABLE.contenttable TR TD { padding:0px 3px 0px 3px; }
TABLE.contenttable TR TD P.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
}
TABLE.contenttable TR { background-color:#e5e2ff; }
#page_bg {
	background-image: url(../images/page_bg.png);
	background-repeat: repeat-x;
	height: 182px;
}
#cont_bg{
	background-image: url(../images/content.png);
	background-repeat: repeat-y;
}
