@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cd4207;
	margin: 10px 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
a {
	text-decoration: none;
	color: #CD4207;
	border-bottom: 1px dashed #CD4207;
}
a:hover {
	color: #8B2E05;
	text-decoration: none;
	border-bottom: 1px dashed #CD4207;
}

#header2 h1 {
	margin: 0px;
	padding: 5px;
}

#container {
	width: 765px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffff99 url(images/shadow.gif) repeat-y right bottom;
	margin: 0 auto;
	text-align: left;
} 
#header {
	background: #CCCC99 url(images/bg-header.gif) no-repeat center top;
	padding: 0;
	margin: 0px;
	height: 25px;
} 
#header2 {
	height: 188px;
	background: #CCCC99 url(images/header.jpg) no-repeat center bottom;
	margin: 0px;
	padding: 0px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#menu {
	height: 45px;
	width: 760px;
	background: url(images/bg-menu.gif) no-repeat left bottom;
}
#nav {
	height: 35px;
	width: 625px;
	margin-right: auto;
	margin-left: auto;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li a {
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px 4px;
	padding: 0px 10px;
	letter-spacing: 2px;
	background: #676735;
	float: left;
	border-right: 3px solid #CCCC9A;
	border-left: 3px solid #CCCC9A;
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	border-bottom-style: none;
}
#nav a:hover {
	color: #FFFFFF;
	background: #CD4207;
	border-right: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	border-bottom-style: none;
}
#active {
	color: #FFFFFF;
	background: #CD4207;
	border-right: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	border-bottom-style: none;
	}



#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	margin: 0px;
	background: url(images/bg-sidebar.gif) no-repeat center top;
	height: 600px;
}
#sidebar1 h1 {
	font-size: 28px;
	color: #CD4207;
	margin: 0px;
	padding: 0px;
}

#mainContent {
	margin: 0 0 0 225px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 500px;
} 
#mainContent h2 {
	font-size: 20px;
	color: #676735;
	margin: 0px;
	padding: 15px 5px 5px;
}
#mainContent_menu {
	width: 50%;
	float: left;
}
#mainContent_menu h4 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #CD4207;
	font-size: 18px;
}
#mainContent_menu p {
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 350px;
	text-align: center;
}
#mainContent_menu tr {
	margin: 0px;
	padding: 0px;
}
#mainContent_menu td {
	margin: 0px;
	padding: 2px 2px 2px 10px;
}
#mainContent_menu table {
	margin: 0px 0px 10px;
	padding: 0px;
}
#mainContent_menu h3, #sidebar_menu h3, #centerdiv h3 {
	color: #676735;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
}
#adons {
	color: #FFFFFF;
	background: #676735;
	height: 35px;
	width: 760px;
}
#adons li {
	list-style-type: none;
	display: inline;
	line-height: 35px;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}
#adons ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}


.price {
	font-size: 16px;
	font-style: italic;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	text-align: right;
	font-weight: bold;
}
#sidebar_menu {
	width: 49%;
	float: right;
}
#centerdiv {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: both;
}
#centerdiv p {
	margin: 0px;
	padding: 0px;
	text-align: center;
}


.movietitle {
	font-size: 12px;
	font-weight: bold;
	color: #CD4207;
	margin: 0px;
	padding: 0px;
}
.movietitle p {
	margin: 0px 25px -15px 0px;
	padding: 0px;
}



#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CD4207 url(images/bg-footer.gif) no-repeat center top;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footlinks {
	padding: 0px;
	width: 425px;
	margin-right: auto;
	margin-left: auto;
}
#footlinks a {
	text-decoration: none;
	color: #FFFF99;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-style: none;
	font-size: 16px;
}
#footlinks a:hover {
	color: #FFFF66;
	border-bottom: 1px dashed #FFFF66;
}
#footlinks ul {
	margin: 0px;
	padding: 25px 0px 0px;
}
#footlinks li {
	list-style-type: none;
	display: inline;
	padding: 0px 5px;
	margin: 0px;
}
#footlinks p {
	color: #CCCCCC;
	text-align: center;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.address {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #FFFF99;
}
.address a {
	color: #FFFF99;
	font-size: 12px;
}
