/* CSS Document */

body{
	background:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.wrap{
	margin:auto;
	width:740px;
	background:#000;
}	
.imagecap{
	/*
	height:25px;
	background-color: #FF9900;
	background-image: url(../images/round_header.jpg);
	background-repeat: no-repeat;
	*/
}
.header{
	width:740px;
	height:242px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.sitename{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	margin-left:20px;
}
.subtitle{
	font-family: "Comic Sans MS";
	font-size: 16px;
	top: -20px;
	margin-left:20px;
}
.menu  {
	width:740px;
	background:#FF9900;
	height:20px;
}
.content{
	width:740px;
	background:#F3F0C1;
	line-height: 18px;
}
.onecol{
	padding:20px;
	min-height:400px;
}
.leftcol{ 
	width:180px;
	float:left;
}
.midcol{
	width:550px;
}
.clearfloats{
	clear:both;
}

h1{}
h2{
	text-transform: capitalize;
}
h3{	text-transform: capitalize;
}
/* == NAVIGATION ==> */
#datentime {
	float:right;
	margin-right:20px;			
	/*display: inline;*/
}
.button {
	width:100px;
	background-color:#ead126;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #000;
	padding:5px;
	display: inline;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #990000;
}
.button a:link, .button a:visited{
	padding:5px;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
.button a:hover{
	text-decoration: underline;
	text-align: center;
	font-size: 12px;
	padding: 5px;
	color: #000;
}
.sectiontitle {
	background-color: #6B9AC6;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #111166;
	border-left-color: #111166;
}
.tcol{
	float:left;
	padding:5px;
	font-size: 10px;	
}
.movieTitle {
	width:250px;
	height:68px;
	font-size: 12px;
	float:left;
}
.movie{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.movieTime {
	text-align: left;
	font-size: 10px;	
	padding:10px;
}
.movieRating {
	width:68px;
	height:68px;
	padding:10px;
	float:left;
}
.footer{
	width:740px;
	background-color:#FF9900;
	color:#fff;
	vertical-align: middle;
	font-size: 10px;
	padding: 5px 0 5px 0 ;
}
.news {
        text-align: left;
	margin-left: 90px;
	width:640;
	font-size: 11px;
        padding-top: 5px;
	padding-left: 50px
        padding-bottom: 5px;
}
.sectionHeading {
        width:624px;
        background-color: #DDDDDD;
        text-align: center;
        font-size: 11px;
        padding-top: 5px;
        padding-bottom: 5px;
}
.form {
        background-color: #6B9AC6;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
}
