body {
	text-align: center;
	font-family:  Arial,Verdana,  Helvetica, sans-serif;
	font-size: 90%;
	color: #2152a4;
	background: url(../images/sitebg.png) top left repeat #efefef;
	line-height: 1.3em;
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/cone.jpg) bottom left no-repeat #ffffff;
}

	#header {
		height: 200px;
		background: url(../images/header.png) 5% 50% no-repeat #fff;
		margin: 0;
	}
	
	#header a img {
		display: inline;
		padding: 0;
		margin: 0;
	}
	
	#menubar {
		padding-top: 15px;
		float: right;
		margin-right: 5px;
	}
	
	
	#breadcrumb {
		text-transform: uppercase;
		border-bottom: 1px solid #e76600;
		height: 1.4em;
		width: 100%;
		padding-top: 0.4em;
	}
	
		#breadcrumb ul li {
			float: left;
			margin-left: 1em;
			line-height: 1.4em;
			font-size: 0.8em;
		}
		
		#breadcrumb ul li a {
			background: url(../images/arrow2.png) center right no-repeat;
			padding-right: 2em;
		}
	
	
	#main {
		margin-top: 1em;
		width: 100%;
		background: url(../images/cbg.png) top left repeat-y;
		padding-bottom: 10em;
		
	}
		
		#content {
			width: 665px;
			float: left;
			padding: 0 0 1em 2em;
			text-align: left;	
			
		}
		
			/*div.moviebox {
				padding: 5px;
				text-align: center;
			}*/
		
		#sidebar {
			width: 200px;
			float: right;
			margin-top: 2em;
			min-height: 450px;
			padding-left: 3px;
			padding-right: 2px;
			overflow: hidden;
		}
		
		
	#footer {
		text-align: center;
		font-size: 0.8em;
		border-top: 1px dashed #2152a4;
	}
