/* CSS Document */

#container {
	width: 820px;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#header {
	width: 820px;
	height: 71px;
	background: url(../images/header.png) no-repeat top left;
	margin:0;
	padding:0;
	float: left;
}
#center {
	width: 820px;
	height: auto;
	background: url(../images/center.png) repeat-y top left;
	margin: 0px;
	padding: 0px;
	float: left;
}
#bottom {
	width: 820px;
	height: 38px;
	background: url(../images/bottom.png) no-repeat top left;
	margin: 0px;
	padding: 0px;
	float: left;
}
#topmenu {
	color: White;
	text-align: left;
	background-color: #666666;
	border: 1px solid #000000;
	overflow: visible;
	position: relative;
	z-index: auto;
	width: 800px;
}
#sep1 {
	width: 40px;
	height: 50px;
	float: left;
}
#left {
	width: 160px;
	height: auto;
	float: left;
}
#sep2 {
	width: 34px;
	height: 50px;
	float: left;
}
#main {
	width: 780px;
	height: auto;
	float: left;
}
.mainrow {
	padding: 0px;
	float: left;
	width: 550px;
	margin: 0px;
}
.userboxspacer {
}
.userbox {
	width: auto;
	height: auto;
	background-color: #EEEEEE;
	border: 1px solid #E8E8E8;
}
.userboxtop {
}
.userboxbottom {
}
.flashbox {
	width: 200px;
	height: auto;
	border: 1px solid #FFFFCC;
}
.flashboxtop {
}
.flashboxbottom {
}
#SEARCH {
	width: 120px;
	height: 20px;
	position: absolute;
	left: 745px;
	top: 47px;
	color: #424242;
	text-align: center;
}
.mainrowspacer {
	width: 450px;
	height: 10px;
	float: left;
}
form#mod_search_searchword {
	border: 1px solid green;
}
input#mod_search_searchword  {
	background: transparent;
	border: 0;
}

/* below styles should not be changed */
.awl { margin: 0; padding: 0; width: 100%; }        /* neg.margin f. list style layouts (e.g milkyway)*/

ul.links {
height: 100%;
/*margin-left: -2.8em*/;
padding: 10px 0 0 12px;
}

ul.links li { border: none; padding-left: 0; line-height: 1.3em; list-style-image: url(../images/arrow.png); }

ul.links_lnkcols, .awl_catcols {
width: 97%;
overflow: auto;
height: 100%;
/*margin-left: -2em*/;
}

ul.links_lnkcols li {
width: 13em;
float: left;
border-bottom: none;
}

/*ul.links_catcols li { margin-left: -2em; }*/

.cats_catcols {
width: 13em;
float: left;
border-bottom: none;
padding-left: 2em;
}

.sectiontablefooter {
	height: 25px;
	margin: 0 0 15px 0;
}


