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

body {
	background-color:#dcd8d0;
	width: 100%;
	height: 100%;
	margin:0px;
}

#content-wrapper {
	width:1100px;
	margin: 0 auto 0 auto;
}

#header {
	height:150px;
	width:1100px;
	position:relative;
	margin-top:15px;
	margin-bottom:5px;
	}
.top-box{
	width:200px;
	height:150px;
	float:left;
	background-image:url(../images/layout/box/box1.png);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;}

.footer-box{
	width:200px;
	height:150px;
	float:left;
	background-image:url(../images/layout/box/box1.png);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	margin-top:16px;}
	
#title{
	width:700px;
	float:left;
}
#menubar{
	margin:5px auto 0 auto;
	width:595px;}

#content {
	width:700px;
	float:left;
	position:relative;
	border:0px;
	
	
}
#content-inner{
	float:left;
	position:relative;
	width:690px;
	padding: 0px 5px 0px 5px;;
}

.sidebar{
	width:200px;
	float:left;
	}
.speaker{
	background-image: url(../images/layout/speaker.png);
	background-position:top;
	background-repeat:no-repeat;
	height:430px;
	
}
.sidebox{
	width:200px;
	margin:10px 0px 0px 0px;}
	
	.sidebox-top{ height:32px; padding:0px;}
	.sidebox-content{ background-image:url(../images/layout/box/sides.png); background-repeat:repeat-y; padding:0px 8px 0px 8px; height:160px;}
	.sidebox-bottom{ background-image:url(../images/layout/box/bottom.png); background-position:top; background-repeat:no-repeat; height:12px}
	
#controls{

	width:690px;
	height:90px;
	background-image:url(../images/layout/controls.png);
	background-repeat:no-repeat; background-position:top;
	float:left;
	}

#footer-wrapper {
	height:166px;
	position: inherit;
	width:1100px;
	clear:both;
	margin-top:5px;
	margin-bottom:15px;

}

#footer{

width:700px;
height:166px;
float:left;
background-image:url(../images/layout/footer.png);
background-position:top;
background-repeat:no-repeat;}

#footer-text{
	width:650px;
	height:50px;
	margin: 35px auto 0px auto;
	padding-top:10px;
	text-align:center;
}

#footer-logo {width:650px; margin:0 auto 0 auto;
}
#footer-logos img{float:left; border:none;}
#footer-logos img a{ float:left; border:none;}

.stickers{
	width:120px;}
	
.searchbox {
	width:100px;
	background-color:#FFF;
	border:solid #b0aaa0 2px;
	margin-top:15px;
}

.searchbutton{background-color:#b0aaa0;
border:none;}

#dolbeemenu{
	float:left;
	width:190px;
	margin:0px 10px 10px 10px;
	height:120px;
	text-align:center;
	font-size:12px;}

#dolbeemenu img {padding-bottom:0px;}
.dolbeemenuback{
	width:464px;
	height:21px;
	position:absolute;
	bottom:0px;
	z-index:3;
	cursor:pointer;
	text-align:center;
}


