body {
	background: black;
 	color: white; 
}

#page {
  width:1024px;
  margin: auto;
  text-align:left;
  background: black;
  height: auto;
   }
   
#header {
	background: black;
	width: 1000px;
 	height: 149px;

}

#navigation {
	background: black;
	width: 1000px;
 	float:left;
}

#main {
	background-color: white;
	width: 1000px;
	color: black;
	float:left;
	padding: 10px;
	font: normal normal 1.1em "Times New Roman", Times, serif;

}



h1 {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: navy;
}

h2 {
 color: #4b0082;
 text-align: center;
 font: bold large "Trebuchet MS", Arial, Helvetica, sans-serif;
 }
 
h3 {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #800040;
}
/* photos */
.right { 
	float:right; 
	margin: 0 0 0 10px; 
	}
	
.left { 
	float:left; 
	margin: 0 10px 0 0; 
}

.photocontainr {
	padding-bottom:10px;
	float:right;
	margin: 0 0 0 10px; 
	
}
.photocontainl {
	padding-bottom:10px;
	float:left;
	margin: 0 10px 0 0; 
}
.photocaption {
	font: 70% Arial, Helvetica, sans-serif;
	line-height:1.5;
	text-align:center;
}



/* links */

a:visited {
 color: #320066;}
a:link {
 color: #000066;}
a:hover {
 color: #d3d3d3;}
 
/* Google ads */

#googlesearch {
	margin: 30px 0 0 0; 
	float: right; 
}
.longgoogle {
	margin: auto;
	width: 728px;
}
.googleleft { 
	float:left; 
	margin: 5px 10px 10px 5px; 

}
.googleright { 
	float:right; 
	margin: 5px 5px 10px 10px; 

	}
/* Formats */

.strong {
 font-weight: bold;	
}
.question {
 font-weight: bold;
}
.answer {
 font-weight: normal;
 padding: 0;
}
.title {
	font-style: italic;
}
.title2 {
	font-style: italic;
	font-weight: bold;
}
.close {
	line-height: 1em;
	margin: 0.5em 0em 2em 1em;
	}
.close2 {
	line-height: 1em;
	margin: 0.5em 0em 0.5em 1em;
	}
.copyright {
	font-size: 75%;
	text-align: center;
	border-top: thin groove;
}

.movie {
	font-weight: bold;
	font-style: italic;
	color: maroon;
}
.movie2 {
	font-weight: bold;
	color: maroon;
}
div.moviewrapper{
 width: 560px;
 height: 340px;
 margin: 0 auto 0 auto;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
.contact {
	text-align: center;
}
dl {
	font-family: Arial, Helvetica, sans-serif;
}
dt {
	font-variant: normal;
	font-weight: bolder;
}

dd {
	margin-bottom: 5px;
}

ol {
	list-style-position: inside;
	list-style-type: decimal;
}
ul {
	list-style-position: inside;
}