/* CSS Document */
body {
	margin:0px;
	background-image:url(i/bannersherry.jpg);
	background-repeat: repeat-y;
		background-color:#53504E;

	}
	/*be nice to Netscape rule*/	
p, ul, ol, li, h1, h2, h3, a:link, a:visited, a:hover, a:active, td, .button {
font-family:Arial, Helvetica, sans-serif;
		color:#D5CFB5;

}
	/*general page rules*/

h1, h2, h3 {
	font-weight:bold;
}
h1 {
	margin:0;
	padding:5px;
	font-size:.9em;
	text-align:center;
}
h2 {
	font-size:.9em;
	margin:10px;
		text-align:center;
}
h3 {
	font-size:.85em;
		margin:5px;

}
p {
	margin:20px;
	text-align: left;
	font-size:.8em;
}
img {
	margin:10px;
	padding:10px;
	background-color:#817B75;
	 
}
ul {
	list-style-type:none;
	font-size:.9em;
	margin:0 6px 12px 6px;
	padding:0;
	background-color:#53504E;
}
ol {
	list-style-type: circle;
	font-size:.9em;
}
a:link, a:visited, a:hover, a:active{
	text-decoration:none;
	font-weight:bold;
}
a:link, a:visited {
	color: #FFE0B3
}
a:hover, a:active {
	color: #CC9966;
	}
	/*top nav styles*/
#topnav {
	display:block;
	margin: 0 0 8px 0;
	padding:8px;
	text-align:center;
	background-color: #53504e;
}
#topnav a:link, #topnav a:visited, #topnav a:hover, #topnav a:active {
margin:6px;
padding:2px 5px;
	font-size:.85em;
	font-weight:bold;
}
#topnav a:link, #topnav a:visited, #topnav a:hover, #topnav a:active{

background-color:#53504E;
}
/*nav2 styles*/
#nav2 {
	margin:0;
}
#nav2 ul, #nav2 li {
	list-style-type:none;
}
#nav2 a:link, #nav2 a:visited, #nav2 a:hover, #nav2 a:active {
	margin:15px 0 0 0;
	padding:0 3px;
	display:block;
}
#movie-container {
background-color:#333333;
}
#button {
text-align:right;
margin:6px 20%;
padding:2px;
font-size:.85em;
display:block;
}
#button a:link, #button a:visited, #button a:hover, #button a:active {
background-color:#53504E;
padding:2px;
}

#footer {
	text-align: center;	
	margin:10px 0 0 20px;
}
.row {
text-align:center;
}
#nav {
text-align:center;
}