/* body, html - Sets type size, font, line-height */
body, html{
	color: black;
	font-weight: normal;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	}


#heading
	{
	top: 90px;
	position: absolute;
	margin-left: 40px;
}
	
/* leftbox is the firstbox on the left */
#leftbox
	{
	color: #0f0f0f;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 370px;
	width: 220px;
	position: absolute;
	top: 150px;
	left: 40px;
	background-color: white;
	border-bottom-style: solid;
	border-bottom-color: red;
	border-bottom-width: 5px;
	opacity: 0.8;
	padding: 15px; 
}

/* midbox is the black square in the middle */
#midbox
	{
	color: #fafaff;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 370px;
	width: 370px;
	position: absolute;
	top: 150px;
	left: 290px;
	background-color: black;
	border-bottom-width: 5px;
	border-bottom-color: red;
	border-bottom-style: solid;
	opacity:0.8;
	padding: 15px;
}

/* midboxmovie is the black square in the middle but with space for movies */
#midboxcontent
	{
	color: #fafaff;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 370px;
	width: 430px;
	position: absolute;
	top: 150px;
	left: 290px;
	background-color: black;
	border-bottom-width: 5px;
	border-bottom-color: red;
	border-bottom-style: solid;
	opacity:0.8;
	padding: 15px;
}

/* midboxmovie is the black square in the middle but with space for movies */
#midboxbigcontent
	{
	color: #fafaff;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 370px;
	width: 880px;
	position: absolute;
	top: 150px;
	left: 40px;
	background-color: black;
	border-bottom-width: 5px;
	border-bottom-color: red;
	border-bottom-style: solid;
	opacity:0.8;
	padding: 15px;
}

/*rightbox is the nav box tied to the right side of the window*/
#rightbox
	{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	border-bottom-style: none;
	height: 370px;
	width: 150px;
	position: absolute;
	top: 150px;
	background-color: #383838;
	opacity:0.8;
	right: 0px;
}	
	
/* leftcol contains contact information */
#leftcol
	{	
	width:150px; 
	height:370px;
	float:left; 
	display:inline; 
	position:relative;  
	padding: 0px 0px 0px 0px; 
	color: #333333; 
	}
	
	
#leftcol_black
	{	
	width:200px; 
	height:370px;
	float:left; 
	display:inline; 
	position:relative;  
	padding: 0px 0px 0px 0px;
	}

.backforth {
	right: 10px;
	position: absolute;
	bottom: 10px;
	color: white;
}

#xhtmlbadge {
	margin-left: 40px;
	top: 0px;
	position: absolute;
}

ul {
	margin: 0px;
	padding: 5px;
	list-style-type: none;
	left: 0px;
	position: absolute;
}

a:link {color: #ff7750; text-decoration: none;}
a:visited {text-decoration: none; color: #b05237;}
a:hover {background-color: #ff7750; color: #eaeaea; text-decoration: none;}
a:active {color: #ff7750; text-decoration: none;}
img {  border-width: 0px;  background-color: none; }

.greytextcolumn1 {
	float: left;
	width: 410px;
	color: #939393;
}

.greytextcolumn2 {
	float: none;
	margin-left: 440px;
	width: 410px;
	color: #939393;
}

#breakout {
	position: absolute;
	left: 610px;
	top: 90px;
	z-index: 20;
}

#breakout2 {
	position: absolute;
	left: 900px;
	top: 90px;
	z-index: 10;
}
