body {
	background: #000 url(/wp-content/themes/amie/images/sidenavbgbottom.gif) repeat-y center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #fff;
	padding-top: 25px;
}
#columnLeft p {
	margin-bottom: 0;
}

#sideNav {
	background: url(/wp-content/themes/amie/images/sidenavbgtop.gif) no-repeat left top;
	margin-left: 0;
	list-style: none;
}
#sideNav li {
	background: url(/wp-content/themes/amie/images/navbg.gif) no-repeat right bottom;
	margin-bottom: 0;
	padding-bottom: 25px;
	padding-top: 5px;
	padding-left: 34px;
}
#sideNav li a {
	text-decoration: none;
}
#sideNav li a:link {
	color: #fdf39d;
}
#sideNav li a:visited {
	color: #ccc;
}
#sideNav li a:hover, #sideNav li a:active, #sideNav a.current, #sideNav li a.current:visited {
	color: #f28a2b;
	text-decoration: underline;
}
#title {
	padding-bottom: 18px;
	background: url(/wp-content/themes/amie/images/header_bg.gif) no-repeat left bottom;
}
#title p {
	margin-bottom: 0;
	color: #fdf39d;
}
h1, h2 {
	color: #f28a2b;
}
h1 {
	font-size: 1.37em;
	height: 32px;
	text-indent: -3000px;
	background: url(/wp-content/themes/amie/images/h1bg.gif) no-repeat left top;
}
h2 {
	margin-bottom: 0.5em;
	font-size: 1.4em;
	line-height: 1.4em;
}

/*Controls heading font size for h3*/
h3 {
	margin-bottom: 0.5em;
	font-size: 1.1em;
	color: #f28a2b;
}

/*Controls heading font size for h4, h5, and h6*/
h4, h5, h6 {
	color: #eee;
	margin-bottom: 0.5em;
	font-size: 1em;
}
p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.4em;
}
ul { margin-left: 1.25em; }
ol { margin-left: 1.75em; }
ul ul, ol ol, ul ol, ol ul { margin-left: 1.65em; margin-bottom: 0; }
li { line-height: 1.4em; }

a:link {
	color: #f28a2b;
}
a:visited {
	color: #fdf39d;
}
a:hover, a:active {
	color: #ccc;
}

table {
	width:100%;
	margin-bottom: 1.5em;
	background-color: #000000;
	border: 1px solid #FF9900;
}
caption {
	text-align: left;
	font-weight: bold;
	margin-bottom: 1em;
	color: #fff;
}
/*Data table header cell styles */
th {
	background-color: #990000; 
	border-right: 1px solid #000;
	color: #fff; 
	padding: 3px 5px;
	text-align: left;
}

/*Data table data cell styles */
td {
	background-color: #000000;
	padding: 7px;
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
}

/* Styles for footer */
#footer {
	font-size: 0.7em;
}
#footer p {
	margin-bottom: 0;
}
#footer ul {
	margin-left: 0;
}
#footer ul li {
	border-left: 1px solid #000;
	padding-right: 5px;
	padding-left: 5px;
	list-style: none;
}
#footer ul li.first {
	padding-left: 0;
	border-left: 0 solid #fff;	
}
#main ol ol {
	list-style-type: lower-alpha;
}
#main ol ol ol {
	list-style-type: lower-roman;
}
.filmlist {
	list-style: disc;
	font-size: 100%;
}
.yearlist {
	list-style: none;
	font-size: 100%;
}