@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	text-align:center;
	background:#FFF;
	font: 12px Arial;
	color:#000;
	background-image:url(images/bodybg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

.dezibelmedia #content{
	width:950px;
	margin:0px auto;
	text-align:left;
	background:#FFF;
}

.dezibelmedia #logo{
height:100px;	
}

.dezibelmedia #header{
	margin:0px 0 0px 0;
}

.dezibelmedia #footer{
	margin:10px 0 0 0;
	background:none;
	border-top:#ff0000 5px solid;
}



/*footer*/
#footers { font-size:0.69em;height:70px;background:url(images/tall_bottom.gif) left bottom repeat-x; margin-top:20px;}
#footers .indent { padding:10px 0 0 10px;}
#footers .col_1 { color:#e1e2db; width:383px;}
#footers .col_1 a { color:#04a4e5;}
#footers ul li { float:left; font-size:12px;}
#footers ul li a { color:#e1e2db; text-decoration:none; background:url(images/footer_marker.gif) no-repeat right 5px; padding-right:18px; margin-left:16px;}
#footers ul li a:hover { text-decoration:underline;}


.dezibelmedia #leftsidebar{ padding-top:10px;
	width:192px;
	float:left;
}

.dezibelmedia #rightsidebar{ padding-top:10px;
	width:132px;
	float:right;
}

.dezibelmedia #maincontent{
	margin:0 0px 0 200px; overflow:hidden; width:745px;
}

.dezibelmedia #maincontentindex{
	margin:0 0px 0 200px; overflow:hidden; width:745px;
}

.floatleft{
	float:left;
}

.floatright{
	float:right;
}

.clearfloat{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


