
body {
	background-color: #F2EEC7;
	width:780px;
	margin:0 auto;
	font-family: Arial;
	font-size:85%;
	color:#3A3A3A;
}

#daddywrapper {
	width: 820px;
	margin: 0 auto;
	background-image: url(../images/back_grad.PNG); 
	height:500px;
}

#wrapper {
	background-color: #FFFFFF;
	width: 780px;
	margin: 0 auto;
	position: relative;
}


#header {
	background-color: #FFFFFF;
	position:relative;
	top:0;
	left:0;
	width:780px;
	height:102px;
	background-image: url(../images/swell_head.PNG);
}

#topmenu {
	background-color: #070031;
	position:relative;
	width:780px;
	height:30px;
}

#topmenubuffer {
	background-color: #FFFFFF;
	width:780px;
	height:14px;
}

#leftarea {
	background-color:#FFFFFF;
	float:left;
	width: 138px;
	padding: 0px 8px;
}

#centrearea {
	background-color:#FFFFFF;
	float:left;
	left:156px;
	width: 452px;
	padding: 0px 8px;
}

#rightarea {
	background-color:#FFFFFF;
	float:left;
	left:468px;
	width: 138px;
	padding: 0px 8px;
}

#footer {
	background-color:#AABBCC;
	width: 468px;
	padding: 24px 156px 0px 156px;
	height: 42px;
	clear: both;
}

ul#menu { 
	margin:0px;	padding:0px;
	position:absolute; top:6px; left:8px;
}

ul#menu li, ul#right_menu li {
	margin:0px;	padding:0px;
	list-style:none;
	margin-right:10px;
	display:inline;
}
ul#menu li a, ul#right_menu li a {
	text-decoration:none;
	color:#FFFFFF;
}
ul#menu li a:hover, ul#right_menu li a:hover {
	text-decoration:none;
	color:#497EB4;
}
/* Text CSS */

.film_showings {
	font-size:105%;
	font-weight: bold;
}
.film_title {
	font-size:105%;
	font-weight: bold;
}s
.film_starring {
	font-size:85%;
}

.film_desc {
	font-size:85%;
}

.film_date {
	font-size:85%;
	font-style: italic;
}

/* amends 19 Feb 2010 */
/* adding newsletter and dunica footer */

#dunicafooter {
	padding: 0 42px 0 0;
	text-align: right;
	width: 778px;
	height: 44px;
	height: 34pt;
    line-height: 34pt;
}

#dunicafooter a:link, a:visited, a:active {
text-decoration: none;
color:#3A3A3A;
}

#dunicafooter a:hover {
text-decoration: underline;
color:#3A3A3A;
}

