/* CSS Document */

html {
  overflow-y: scroll;
}

body {
	background: #53504E url(../i/bannersherry.jpg) repeat-y;
	color: #D5CFB5;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}

/*general page rules*/

h1 {
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

h2 {
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
h3 {
	text-align:left;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:20px;
	text-align: left;
	font-size:14px;
}
ul {
	list-style-type:none;
	font-size:14px;
	margin:0 6px 12px 6px;
	padding:0;
	background-color:#53504E;
}
ol {
	list-style-type: circle;
	font-size:14px;
}
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;
}

/* Application Header */

#applicationHeader {
  text-align: center;
}

#applicationHeader .ninjaTab {
  height: 2em;
  line-height: 2em;
  margin-top: 1em;
  min-width: 6em;
}

/*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 {
	font-size:.8em;
	margin:10px 0 0 20px;
	text-align: center;	
}
.row {
text-align:center;
}
#nav {
text-align:center;
}
