body {
	background-image: url('../img/layout/bg.png');
	background-repeat: repeat;
	text-align:left;
	margin:0px;
	font-family:tahoma;
	font-size:14px;
}

#videoFrame {
	border: 1px solid #625536;
	background-color: #2D2405;
	padding: 5px;
	
}

#loadingContent {
	font-size:14px;
	display:none;
	
}

#buttonLeft, #buttonRight {
	width:25px;
	height: 40px;
	background-image: url('../img/layout/button_left.png');
	background-position: 0px -43px;
	cursor:pointer;
}

#buttonRight {
	background-image: url('../img/layout/button_right.png');
}

a.menuItem {
	font-family: Tahoma;
	font-size:14px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	font-weight:bold;
	
}

#videoFrame {
	background-image:url('../img/layout/loading.png');
	background-repeat: no-repeat;
	background-position: 170px;
}

a {
	color:#DAD1B8;
}

a:hover{
	color:white;
	
	}

a.link {
	background-image:url('../img/layout/link_bg.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left:10px;
}


#contentTitle {
	font-family: impact;
	font-size:24px;
	color:white;
	padding-right: 10px;
}

#transparentLine {
	height:20px;
	background-color: black;
	background-color: #2E2600;
}

#developedFor {
	font-size:11px;
	color:#867C53;
	font-family:Arial;
	padding-top:3px;
	padding-left:3px;
}

#contentBody {
	color:white;
	font-family:verdana;
	font-size:14px;
	
	}

div.filmTitle {
	color:white;
	font-size:18px;
	font-family:Impact;
	padding-top:10px;
	padding-bottom:10px;
}

div.title {
	color:white;
	font-size:18px;
	font-family:Impact;
	padding-bottom:10px;
}

div.filmContent {
	font-size:12px;
	padding-top:10px;
}

div.columnContent {
	font-size:12px;
	padding: 5px;
}

td.filmCell {
	padding-right:8px;
	
	}

img.galleryImage {
	margin:1px;	
	padding:2px;
	border: 1px solid #625536;
	background-color: #2D2405;
}
ul {
	list-style-type: circle;
	margin-top:0px;
	margin-bottom:0px;
}

div.li {
	background-image:url('../img/layout/link_bg.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left:10px;
}

input, input.newsletter {
	border:1px solid #806600;
	background-color:#EAE3C0;
	padding-left:5px;
	height:18px;
}

input.newsletter {
	width:120px;
}

input.checkbox, input.radio {
	background-color:transparent;
	border:0px solid #806600;
}

div.fieldTitle {
	width:150px;
	float:left;
}

button {
	border:1px solid #70663A;
	background-color:#52440A;
	color:#EAE3C0;
	font-size:10px;
	padding:2px;
}

button.newsletter {
	margin-left:5px;
		
}

div.news {
	color:white;
	font-size:12px;
}

