@charset "utf-8";
/* CSS Document */



body, html {
	BACKGROUND-COLOR: #d8cfc6;
	height: 90%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
html {
	height: 101%;
	/*overflow: -moz-scrollbars-vertical;*/	
}

#entire {
	width: 100%;
	/*height: 100%;*/
	background: #d8cfc6;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

#site {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background: #FFF;
}

#banner_outer{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	background: #d8cfc6;
}

#content {
	width: 800px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#textbox {
	width: 550px;
	float: right;
	background: white;
	text-align: left;
}

#wraptextbox{
	width: 565px;
	margin-top: 50px;
	margin-left: 110px;
	margin-bottom: 50px;
	float: left;
	background: white;
	background-image: url('images/bluebar.jpg');
	background-repeat: repeat-y;
}

#indextextbox {
	width: 695px;
	margin-top: 30px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	float: left;
	background: white;
	font-size: 12px;
}

#indexcontent_box{
	width: 150px;
	height: 400px;
	float: left;
	padding: 8px 8px 8px 8px;
	text-align: left;
}

#indexappearances_box{
	width: 327px;
	height: 75px;
	float: right;
	margin-top: 25px;
	margin-bottom: 15px;
	padding-top: 0px;
	overflow: hidden;
	color: #9b8a78;
}

#indexsocial_box{
	width: 332px;
	float: right;
	color: #9b8a78;
}

#content_box{
	width: 200px;
	float: left;
}

#bottom_spacer{
	width: 800px;
	height: 1px;
}

a {
	color: #1d164a;	
}

#MDfeed {
	width: 340px;
  	height: 429px; 
	float: left;
	overflow: hidden;
	color: black;
	font-size: 12px;
	/*margin-right: 4px;*/
}

#scroll_cover {
	position: absolute;
	background:	white;
	left: 605px;
	top: 287px;
	width: 20px;
	height: 429px;
	z-index: 5;
}
