body {
	background-color: #000000;

}

#container {
    position: relative;
	margin: 0 auto;
	width: 1280px;
	min-height: 900px;
    height: auto !important;
    height: 900px;
	background-image: url(../photos/mainbackground2.jpg);
	background-repeat: no-repeat;


}

#logo {
	width: 350px;
	height: auto;
	padding-top: 15px;
	margin-left: 85px;
	float: left;

}

#filmstrip {
	position: absolute;
	background-image: url(../photos/filmstrip.png);
	background-repeat: no-repeat;
	width: 650px;
	height: 272px;
	left: 510px;
	top: 0px;



}

#rightmenu {
	position: absolute;
	width: 550px;
	left: 544px;
	top: -13px;
	height: 253px;

}

#leftmenu {
	width: 550px;
	margin-left: 85px;
	float: left;
	clear: left;

}

#contentarea {
	width: 755px;
	background-repeat: no-repeat;
	height: auto;
	margin-left: 65px;
	margin-top: 50px;
	float: left;
	clear: left;

}

#contentareatop {
	width: 595px;
	background-image: url(../photos/contentbacktop.png);
	background-repeat: no-repeat;
	height: 37px;
	padding-left: 140px;
	padding-right: 20px;
	padding-top: 10px;

}

#contentarearepeat {
	width: 595px;
	background-image: url(../photos/contentbackmiddle.png);
	background-repeat: repeat-y;
	height: auto;
	padding-left: 140px;
	padding-right: 20px;


}

#contentareabottom {
	width: 595px;
	background-image: url(../photos/contentbackbottom.png);
	background-repeat: no-repeat;
	height: 77px;
	padding-left: 140px;
	padding-right: 20px;
	clear: both;


}

#emaillistsidebar {
	position: absolute;
	width: 251px;
	height: 334px;
	background-image: url(../photos/emaillistbackground.png);
	background-repeat: no-repeat;
	left: 850px;
	top: 293px;
	padding-top: 15px;


}



/*-----------Font's----------------*/


.pageheading {
	font-size: 24px;
	font-family: "Orator Std";
	color: #7f0b0b;
}

.pageheading2 {
	font-size: 18px;
	font-family: "Orator Std";
	color: #7f0b0b;
}

.maintext {
	font-size: 14px;
	font-family: "Orator Std";
	color: #d5d5d3;
}

/*----------Link's-------------------*/


a.main:link {
	font-size: 14px;
	font-family: "Orator Std";
	color: #d5d5d3;
	text-decoration: none;
}

a.main:visited {
	font-size: 14px;
	font-family: "Orator Std";
	color: #d5d5d3;
	text-decoration: none;
}

a.main:hover {
	font-size: 14px;
	font-family: "Orator Std";
	color: #d5d5d3;
	text-decoration: underline;
}