@charset "utf-8";
/* CSS Document */

html, body {margin:0; padding:0; border:0;}

body {
		font-family: Arial, Helvetica, sans-serif;
		font-size:100%;
		background: #fff;/* url(../temp-images/body-bg.jpg) repeat-x;*/
		text-align:justify;
color:#333; /*#555753;*/
		/*margin-top:10px;*/
}

#centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -450px;
}


.clear {clear: both;}

#banner {
	/*margin:0 auto;*/
	text-align:center;
	/*width:1000px;*/
	height:250px;
}


#wrapper-shadow {
	margin:0px auto;
	width:1000px;
	background: url(../images/bg-shadow.png) repeat-y;
}

#wrapper {
	width:1000px;
	margin:0px auto;
	border:0px solid #bbb;
	padding:0 0 20px 0;
}




.content {
	padding-top:5px;
	padding-bottom:10px;
}

.inntertube {
	padding: 20px;
	border:0px solid #bbb;
	/*float:left;*/
}

hr {
	background-image: -moz-linear-gradient(left center , transparent, rgba(217, 204, 185, 0.50), transparent);
    border: 0 none;
    height: 1px;
}



/*******************bottom section *****************************/

#content-left {
	float:left;
	width:210px;
/*	min-height:200px;*/
	margin-left:20px;
/*	background: #25509E url(../images/banner-left.png) no-repeat;*/
}

#content-main{float:left;width:800px;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;background:#916e5a;background-color:#916e5a;min-height:400px;margin-left:10px;}

#content-right {
	float:left;
	margin-left:15px;
	width:240px;
	margin-right:10px;
	/*background:#F30;*/
}


/************** end bottom section ****************************/

#footer {
	/*width:800px;*/
	height:50px;
	position:absolute;
	bottom:0;
	width:100%
	/*background: #182c44; /*url(../images/footer.png) no-repeat;*/
}

#footer-left {
	float:left;
	width:400px;
}

#footer-right {
	padding-top:40px;
/*	width:400px;*/
}

#bottom {
	clear:both;
	text-align:right;
}