@CHARSET "UTF-8";
body {
	background-image: url("../images/bodyBackground.png");
	background-repeat: repeat-x;
	
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f4f4f;
}

img {
	border: none;	
}

ul {
	list-style-position: inside;	
}

#linkHeader {
	margin-left: 133px;
}

#linkHeader img{
	margin-top: 55px;
	margin-bottom: 10px;
}

.boldP {
	font-weight: bold;
}

#content {
	width: 850px;
	margin-left: auto;
	margin-right: auto;	
}

#header {
	height: 170px;	
	background-image: url("../images/headerBackground.png");
	background-position: bottom left;
	background-repeat: repeat-x;
}

#logoImg {
	vertical-align: super;
	margin-bottom: 20px;
}

#navigation {
	text-align: right;	
	padding-top: 5px;
}

#navigation img {
	vertical-align: top;
	border: none;
}

#film {
	margin-left: 125px;
}

#mainHome {
	padding: 10px 0px 0px 0px;
}

#mainHome img{
	margin-top: 15px;
}

#mainHomeFlash {
	width: 470px;
	height: 474px;
	margin: 0px 20px 20px 0px;
	float: left;
}

#footer {
	background-image: url("../images/footerBackground.png");
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	clear: both;
	
}

#copyright {
	font-weight: bold;
}

#footer p {
	font-weight: normal;
	padding-top:15px;
	margin-bottom: 3px;
}

#footer a {
	text-decoration: none;
	color: #4f4f4f;
}

