body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #003300;
	background-image: url(images/FunkshowBackgr.gif);
}
table {

}
#container {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	width: 780px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-style: solid;

}


a:link {
	color: #FFFF99;
}
a:visited {
	color: #FFFF99;
}
a:hover {
	color: #FFFFCC;
}
.footer {
	font-size: xx-small;
	color: #FFFF99;
}
.caption {
	font-size: xx-small;
	font-style: oblique;
}
}
#menu {
	float: left;
	clear: left;
	width: 120px;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 10px;
	margin-left: 0px;
}

#menu h1 {
	padding-left: 5px;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #F3D247;
	background-color: #207363;
}

#menu a {
	color: #FFF;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #292929;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	background-color: #666;
}

#menu a:hover {
	background-color: #4E1B24;
}
#topmenu {
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
}
.banner {
	padding-bottom: 10px;
	padding-left: 200px;
}
} 
#header {
	background: #030 url(images/FunkshowBackgr.gif);
	padding: 0 10px 10 0px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	border: 2 solid #fff;
	background-image: url(images/FunkshowBackgr.gif);
}
}

#footer {
	padding: 10 10px 0 20px;
	font-size: 10px;
	text-decoration: none;
	background-color: #CCC;
} 
#footer a {
	font-family: Verdana, Geneva, sans-serif;
	color: #600;
	text-decoration: none;
}
#footer a:hover {
	color: #333;
}

#footer p {
	text-align: center;
	color: #000;
}

