html,body {
	font-family: Tahoma, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 13px;
	padding: 0px; 
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: #42acc6;
}

div#innerBody {
	width: 954px;
	margin: 0 auto;
	background: url(../../images/dansbandsgalan/contentbg.png) repeat-y top center;
	position: relative;
	z-index: 100;
}

div#notes_left {
	width: 266px;
	height: 228px;
	position: absolute;
	left: -266px;
	background: url("../../images/dansbandsgalan/note_left.gif") no-repeat;	
}
div#leftCol{
	width: 486px;
	float: left;
}
div#rightCol{
	width: 454px;
	float: right;
	_margin-right:-48px;
}
div#credentia_big{
	width: 320px;
	height: 100px;
	margin: 15px auto 0px auto;

}
	div#credentia_big img{
		
		float: left;
	}
	div#credentia_big img#paf_big {
		margin-left: 20px;
	}
	div#credentia_big img#credentia_big {
		width: 150px;
	}
div#innerBody div#content{
	width: 486px;
	padding: 0px 0px 0px 30px;
}
div#innerBody img {
}
div.banner{
	height: 74px;
	margin-left:-34px;
}
div#banner1{
	margin-top: -15px;
	background: url(../../images/dansbandsgalan/banner1.png) no-repeat;
	padding: 27px 0px 0px 0px;
	width: 590px;
}
div#banner2{
	background: url(../../images/dansbandsgalan/banner2.png) no-repeat;
	width: 508px;
}
	div#facebook_widget {
		margin: 10px 0 20px 30px;
	}
div#banner3{
	height: 682px;
	width: 514px;
	_width:470px;
	padding: 70px 0px 0px 55px;
	background: url(../../images/dansbandsgalan/banner3.png) no-repeat;
}
div#banner3 img{
	margin: 0 0 0 10px;
}
img#logo{
	margin: -40px 0px 0px -18px;
}
img{
	border: none;
}
a,
a:visited{
	outline: none;
	color: blue;
}
h1 {
	font-size: 28px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
h2 {
	font-size: 18px;
	padding: 0px;
	margin: 20px 0px 10px 0px;
}
p{
	font-size: 12px;
	line-height:18px;
	margin: 5px 0px 13px 0px;
	color: #313131;
}

table tr td {
	color:#313131;	
}
p.grey{
	font-size:11px;
	margin-top:5px;
	color:#999;
}
input, select {
	font-family: tahoma;
	font-size: 13px;
	padding: 2px;	
}
table#table_footer{
	margin-left: 20px;
	_margin-left: 40px;
}
table#table_footer p.grey{
	color:#999;
}
div#footer{
	height: 440px;
	width: 100%;
	background: #42acc6 url(../../images/dansbandsgalan/footer.png) repeat-x bottom center;
	position: fixed;
	z-index: 1;
	bottom: 0;
	_margin-top: -440px;
}
div.object{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
/*
 * Menu
 */

ul#menu {
	list-style-type:none;
	float: left;
	margin-top: 0;
	margin-top: 13px
}
ul#menu li {
	position: relative;
	display: block;
	margin: 0 15px 0 0;
}
ul#menu  li{
	float:left;
	text-align: center;
}
ul#menu li a {

}
ul#menu li a,
ul#menu  li a:visited{
	color: #fff;
	text-decoration: none;
}
ul#menu li a:hover{
	text-decoration: underline;
}
ul#menu li#item_40 a {
	
}
ul#menu li#item_40{
	position: relative;
	bottom: 10px;
}
/*		*/
/*
 * Makes floating objects take up space. Fix from http://www.csscreator.com/attributes/containedfloat.php
 */
.floatcontainer:after
{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility:hidden;
}

.floatcontainer
{
	display: inline-block;
}

/* Hides from IE Mac \*/
* html .floatcontainer
{
	height: 1%;
}

.floatcontainer
{
    display:block;
}
/* End Hack */