/* CSS Document */

Body p{color: white;}
body {background-image: url(images/bg_grad.jpg);}
/*Page Style*/

#pagecell {
	height: 1100px;
	width: 750px;
	border: 3px solid black;
}
/*Banner Cell*/
	#bannercell {
	height: 144px;
	width: 750px;
	border-bottom: 3px solid black;
}
/*End Banner Cell*/
/*Content Cell*/
	#contentcell {
	height: 310px;
	width: 620px;
	float: left;
	padding-right: 20px;
	text-align: justify;
	padding-left: 20px;
}

	#contentcell h2 {
	margin-top: 30px;
	color: white;
}
	#reelpic {
	width: 200px;
	height: 274px;
	float: left;
	padding-top: 30px;
	padding-right: 30px;
}
	#contentcell h2 {
	text-decoration: underline;
}
	#demolinks {
	margin-left: 100px;
	float: left;
	margin-top: 50px;
}
	#demolinks a {
	color: #00FF00;
	margin-right: 25px;
}
/*End Content Cell*/

/*Navbar Cell*/
	#navbarcell {
	float: left;
	width: 90px;
	background-color:#384CA2;
}
	#navbarcell a{
	display: block;
	padding: 5px 0 5px 20px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	border-left: 2px solid black;
	border-bottom: 3px solid black;
}
	#navbarcell a:hover{
	color:#000099;
}
/*End Navbar Cell*/

/*Photos Cell*/
	#photocell {
	height: 600px;
	width: 750px;
	float: left;
}
	#photocell img {
	margin: 30px 0 20px 20px;
}
	#photocell h2 {
	color: white;
	margin: 25px 0 0 55px;
	text-decoration: underline;
}
