body {
	background-image:url(grfx/mainbck.jpg);
	background-repeat:repeat-x;
	background-color:#5D380C;
}

#container{
	width:821px;
	margin: auto;
	margin-top: 10px;
	background-color:#EDEBD6;
}
#contback {
	float:left; 
	background-color:#EDEBD6;
	width:821px;
}
#footer {
	width:100%;
	min-height: 120px;
	background-color:#BC8C4E;
	background-image:url(grfx/outfooterbck.jpg);
	background-repeat:repeat-x;
}
#innerfooter {
	margin:0 auto;
	width:821px;;
	height: 40px;
	background-color:#EDEBD6;
}
#clearer {
	clear:both;
}
/** --------------- FADING STYLES ------------------- **/
#piccont {
	margin-left:0px;
	margin-top:0px;
	width: 821px;
	height: 322px;
	float:left;
}
ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
}

#fadingimg li {
	position: absolute;
	width: 821px;
	height: 322px;
	visibility: hidden;
}

li img {
	display: block;
}

#logobck {
	width:200px;
	height:300px;
	background-color:#fff;
	position: relative;
	left: 620px;
	top: 10px;
	z-index: 10;
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	opacity:.6;
	float:left;
}
#logo {
	position: relative;
	top: 180px;
	z-index: 20;
	width:195px;
	height:102px;
	background-image:url(grfx/logo_tla.png);
	background-repeat:no-repeat;
	float:right;
}
#content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.4em;
	padding-top:15px;
	}
#content a {
	text-decoration:none;
	color:#550000;
	}
#content a:hover {
	text-decoration:underline;
}
#topmenu {
	margin-left:630px;
	width:200px;
	height:150px;
	background-color:#CCCCCC;
}
#col1 {
	float: left;
	width:370px;
	padding-left:20px;
}
#col2 {
	float: left;
	width: 370px;
	padding-left:40px;
	padding-right:20px;
}
#col3 {
	float: left;
	width: 260px;
	padding-left:25px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.9em;
	font-variant:small-caps;
	font-weight:bold;
	color:#550000;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight:bold;
	color:#550000;
	line-height:1.3em;
}
#copyright {
	padding-top:10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#5D380C;
}

#menu {
	padding:0;
	margin:0;
	padding-left:1px;
	height:2em;
	list-style-type:none;
	font-family:Georgia, "Times New Roman", Times, serif;
  	font-size:1.1em;
	background-color:#BC8C4E;
}
#menu li {
	float:left; 
	line-height:2em;
	border-right:1px solid #5D380C;
	position:relative;
	text-align:center;
	width:204px;
	border-bottom:1px solid #5D380C;
}
#menu li a, #menu li a:visited {
	display:block;
	text-decoration:none; 
	color:#000;
}
#menu li a:hover {
	border:0; /* needed to trigger IE */
	color:#E6CF99;
}
.textf {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E8D3A4;
	border-bottom: 1px dashed #666666;
	width: 250px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding: 3px;
}