/* Projection Booth Style Sheet */

body {
		text-align:center;
		background-color: #931F1F;
		font-family: verdana;
		}
	
	#frame {
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		height: auto;
		background-color: #000000;
		}
		
	#contentleft {
		width:400px;
		padding:0px;
		float:left;
		background:#202020;
		}
	
	#contentcenter {
		width:250px;
		padding:0px;
		float:left;
		background:#000000;
		height: 
		}
	
	#contentright {
		width:150px;
		padding:0px;
		float:left;
		background: #000000;
		/*height: 100%;*/
		}
	
	#contentheader {
		background:#000000;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		color: #F4F2F2;
		font-family: Copperplate Gothic Light, Trebuchet MS;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { 
			font-size:8px
	}
	#contentcenter p { 
		color: #F4F2F2;
		font-size:11px;
		font-style: normal;
		font-family: Bookman Old Style;
	}
	
	#topNav {
	background-color:#000000;
	margin:0px 0px 10px 0px;
	padding:0px;
	text-align:center;
	height:16px;
	width:100%;
	font-family: Copperplate Gothic Bold, Trebuchet MS;
}

#topNav ul {
	float:left;
	margin:0px;
	padding:0px;
}

#topNav li {
	/*border-left:1px dotted #F4F2F2;*/
	display:inline;
	float:left;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	width:100px;
	font-size: small;
}

#topNav li:hover {
	background-color:#020202;
}

a.topNav:link, a.topNav:visited, a.topNav:active {
	background-color:#000000; 
	color:#F4F2F2; 
	font-weight:normal; 
	padding:0px;
	text-decoration:none; 
	display:block;
	height:16px;
	vertical-align:bottom;

}

a.topNav:hover {
	background-color:#020202;
	color: #931F1F; 
	text-decoration:none;
}

#pageContent {
	clear:both;
	float:left;
	margin:0px 10px 20px 5px;
	width:220px;
	color: white;
	font-family: Bookman Old Style;
	font-size: x-small;
}
#pageContent h3 {
	font-family: Copperplate Gothic Light, Trebuchet MS;
	font-size: x-small;
	}

.entryCell {
	clear:left;
	margin:5px 0px 5px 0px;
}

.entryCell div {
	position: relative;
	clear:left;
	margin:15px 0px 30px 0px;
	}

.entryHeading { /* attached to h4 */
	clear:both;
	font-size:9px; 
	font-weight:bold; 
	margin:3px 0px 0px 0px; 
	padding:0px;
}

.entryImage {
	border:1px solid #CCCCCC;
	margin:5px;
	padding:3px;
}

.quotation {
	margin:5px 25px 5px 20px;
	padding-left:5px;
}

.entryPostInfo {
	display: none;
}
#otherLinks {
	color: white;
	/* positon: absolute; */
	padding: 100px 0 0 40px;
}
#otherLinks h3 {
	font-family: Copperplate Gothic Light, Trebuchet MS;
	font-size: x-small;
}
.thumb {
	border: 2px white solid;
	}
#presents {
	color: white;
	font-family: Bookman Old Style;
	font-size: x-small;
	}
#loader {
	padding-top: 100px;
	padding-left: 100px;
}
#trailerDiv, #trailerDiv a,  #trailerDiv a:hover, #trailerDiv a:link, #trailerDiv a:visited, #trailerDiv a:active{
	color: white;
	font-family: Bookman Old Style;
	font-size: x-small;
	}
