
/* --------- Kham Film Project - Documentary -------------*/

	
/* --------- Named Tag Attributes -------------*/
	
	#centerContent {
		background:url(../media/documentaryCenter.png) no-repeat;	
		width:940px;
		height:360px;
		margin:10px 0px;
		position:relative;
		top:-40px;
	}
	
	#movie {
		position:relative;
		width:560px;
		height:345px;
		top:12px;
		left:190px;
	}
	
	#bottomContent {
		background:url(../media/gNav.png) repeat-x;
		width:940px;
		height:auto;
		position:relative;
		top:-40px;
		margin:10px 0px;
	}
	
	#getMore {
		cursor:pointer;
		color:#eaff95;
	}
	
	#getMore:hover {
		color:yellow;
	}
	
	#fullContent {
		width:400px;
	}
	
	#creditImageOne {
		background:url(../media/creditImageOne.jpg) no-repeat;
		position:absolute;
		left:320px;
		top:100px;
		height:225px;
		width:300px;
	}
	
	#creditImageTwo {
		background:url(../media/creditImageTwo.jpg) no-repeat;
		position:absolute;
		left:320px;
		top:360px;
		height:225px;
		width:300px;
	}
	
/* --------- Class Attributes -------------*/

	.subTitle {
		width:940px;
		height:30px;
	}
	
	.subTitle div {
		width:auto;
		margin-left:22px;
		margin-right:25px;
		margin-top:6px;
		font-size:90%;
		position:relative;
		float:left;
		color:white;
		cursor:pointer;
	}
	
	.bottomContentText {
		background:url(../media/g1.png) repeat;
		width:910px;
		height:auto;
		margin-top:1px;
		padding:15px;
		color:white;
		font-size:85%;
	}
	
	.bottomContentText .bold {
		font-weight:bold;
	}
	
	.bottomContentText .italic {
		font-style:italic;
	}
	
	.docColumn {
		width:265px;
		height:auto;
		margin:5px 5px 0px 20px;
		position:relative;
		float:left;
		font-size:90%;
	}
	
	