body{
	color: #FFF8DC;
	background-color:black;
	font-family: 'Comic Sans MS', sans-serif, arial ;
	background-image: url('images/papersample.gif');
	background-repeat: repeat;

}

#main_container{
	width:700px;
	margin: auto;
	background-color:transparent;
}

.header{
	background-image: url('images/banner.gif');
	background-repeat: no-repeat;
	height:210px;
	width:700px;
	background-color:transparent;
}


h1{
	padding:10px 10px 0px 0px;
	margin:2px;
	font-size:20px;
	background-color:transparent;
}

h3{
	margin:0px;
	padding:0px 3px;
	background-color:gray;
	text-align:left;
}


/*  Content container */

	#frame{
		position:relative;
		top:0px;
		left:-50px;
		width:800px;
		height:606px;
		background-image: url('images/frame.gif');
		background-repeat: no-repeat;
		padding:48px 106px 48px 87px;
	}

	#frame .container{
		width:616px;
		height:408px;
		overflow:auto;
	}



/*  Pics */
	.picsmall{
	  margin: 2px;
/*	  border: 1px solid #0f0f0f;*/
	  height: 190px;
	  width: 156px;
	  float: left;
	  text-align: center;
	}


	.picsmall img{
		display: inline;
		margin: 1px;
		border: 1px solid #ffffff;
	}

	.picsmall a img:hover{
		border: 1px solid red;
	}
	
	.picsmall .text{
	  text-align: center;
	  font-weight: normal;
	  width: auto;
	  margin: 2px;
	}

	.album{
	  margin: 2px;
/*	  border: 1px solid #0f0f0f;*/
	  height: 210px;
	  width: 156px;
	  float: left;
	  text-align: center;
	}


	.album img{
		display: inline;
		margin: 1px;
		border: 1px solid #ffffff;
	}

	.album a img:hover{
		border: 1px solid red;
	}
	
	.album .text{
	  text-align: center;
	  font-weight: normal;
	  width: auto;
	  margin: 2px;
	}


/* Stories */
	.story{
	}
	.story img{
		margin: 10px;
		float:left;
	}

	.story h2{
	}

/* Videos */
	#flowplayerholder{
		margin-top: 5px;
		float:left;
		display:inline;
		margin-right:10px;
	}

	#playlist{
		margin-top: 5px;
		margin-bottom: 5px;
		width: 158px;
		height: 360px;
		overflow:auto;
		border: solid gray 1px;
	}

	#playlist h3{
		margin:0px;
		background-color:gray;
		text-align:center;
	}


	#playlist .video {
		padding-left:2px;
		border-bottom: 1px solid gray;
		min-height:40px;
		font-size: 11px;
		font-weight:normal;
		text-decoration:none;
		line-height:normal;
	}

	#playlist .video a{
		color:red;
	}

	#playlist .video a:hover{
		color:white;
	}

	#video_comment{
		border:gray 1px solid;
	}

	#video_comment div{
		padding: 5px;
	}


/*  Footer */
	.footer{
		clear:both;
		width:99%;
		padding:10px 5px;
		border-color: gray;
		border-style: solid;
		border-width: 1px 0px 0px 0px;
	}

/*  Navigation bar */
	.navbar{
		position:relative;
		left:-15px;
		width: 647px;
		margin: 0px 0px 0px 0px;
		padding:0px;
	}

	.navbar a{
		margin:0px;
		padding:0px;
		border:none;
	}
	
	.navbar a img{
		border:none;
		margin:0px;
	}



