/* CSS Document */


body
	{margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif ;
	color:#333333;
	font-size:16px
	}
#title
	{position:relative;
	width:800px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	}
#page
	{position:relative;
	height:100%;
	width:100%;
	background-image:url(images/backgroundjosh.png);
	background-position:top;
	background-repeat:repeat-x}
	
#middle_bar
	{position:relative;
	width:100%;
	top:10px;
	height:50px;
	border-bottom:solid;
	border-bottom-width:thin;
	border-bottom-color:#CCCCCC;
	
	}
	
#content
	{position:relative;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	top:-50px;
	text-align:center;
	font-size:0.75em;
	}
#footer
	{position:relative;
	clear:both;
	top:0px;
	height:60px;
	width:100%;
	text-align:center;
	background-image:url(images/quotes.png);
	background-position:center;
	background-repeat:no-repeat;

	}
#footer2
	{position:relative;
	clear:both;
	line-height:15px;
	
	width:100%;
	text-align:center;
	}
	
#footer2 a
	{color:#666666;
	font-weight:normal;
	}
#footer2 a:link
	{color:#666666;
	font-weight:normal;
	text-decoration:none
	}
#footer2 a:hover
	{color:#666666;
	font-weight:normal;
	text-decoration:underline;
	}
	
#footer2 a:visited
	{color:#666666;
	font-weight:normal;
	}

.border
	{
border-top:dotted 2px;
border-bottom:dotted 2px;
border-color:#B2B19C;
font-family:Garamond;
font-style:italic;
font-size:1.2em;
color:#CC9900;
text-align:center;
}
.footer
	{font-size:0.75em;
	border-right:solid 1px;
	border-right-color:#CCCCCC;
	}
.footer_end
	{font-size:0.75em;
	border-right:none;
	border-right-color:#CCCCCC;
	}
	
.invisible {
	color: #FFFFFF;
	font-size: xx-small;}
	
a
	{color:#CC9900;
	font-weight: bold;
}
a:link
	{color:#CC9900;
	font-weight: bold;
	text-decoration:none}
a:hover
	{color:#333333;
	font-weight: bold;}
a:visited
	{text-decoration:none}


.style1 {
	color:#CC9900;
	font-weight: bold;
}
.style3 {color:#CC9900; font-size:0.75em;}
.style4 {border-top: dotted 2px; border-bottom: dotted 2px; border-color: #B2B19C; font-family: Garamond; font-style: italic; font-size: 1.2em; color:#003333; text-align: center; }


.news .newstitle
{
font-weight:bold;
font-color:black;
display:inline;
font-size:14pt;
}

.news .newscontent
{
font-size:11pt;
}

.news
{
padding:5px;
text-align:left;
border:3px #CC9900 solid;
background-color:#ffdbdc;
}

.frontpage_movie
{
margin-left:42px;
margin-bottom:.5em
}