* {
padding: 0;
margin: 0;
}

html, body {
height: 100%;
}

body {
	background-image: url("../images/display/background.png");
	background-repeat: repeat-x;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

ul {

margin-left: 15px;
margin-top: 5px;
margin-bottom: 5px;

}

ol {

margin-left: 25px;
margin-top: 5px;
margin-bottom: 5px;

}

#container {
background-image: url("../images/display/background_left.png");
background-repeat: no-repeat;
background-position: 0 0;
min-height: 100%;
width:100%;

}

* html #container {
height: 100%;
}


#header {
width: 1000px;
margin: 0 auto;
height: 100px;
padding-top: -2px;
padding-left: 20px;

}

#content {

	background-color: #FFF;
	width:1000px;
	margin: 0px auto 20px auto;
	padding: 15px 15px 5px 25px;
	min-height: 465px;
	overflow:auto;

}

#pageheader {

	width: 700px;
	padding-left: 80px;
	padding-top: 10px;

}

#left {
	width: 300px; 
	float:left;
	padding-top: 15px; 
	margin: 0px; 
	text-align: center;
}

#right {
	width: 450px; 
	float:right; 
	padding-top: 15px
}

#single {
	width: 950px;
	float:right; 
	padding-top: 15px;
}

#imagebox {

	text-align: center;
	width: 490px;
	height: 410px;
	float: left;
	margin-top: 15px;
	margin-left: 180px;
	display:inline;


}


#filmstrip {
	width: 143px;
	height: 410px;
	float: right;
	margin-top: 15px;
	margin-right: 145px;

}

#clearfooter {
height: 10px;
}


#footer {
width: 100%;
background-image:  url("../images/display/background_bottom.png");
background-repeat: repeat-x;
height: 30px;
padding-top: 0px;
margin: -30px auto 0 auto;

}

#footerbackground {
width: 100%;
background-image:  url("../images/display/background_bottom_left.png");
background-repeat: no-repeat;
background-position: 0px 0px;
color: #000000;
text-align:center;
height: 30px;
}

#footertext {

width: 1120px;
font-size: 10px;
text-align: right;
padding-top: 5px;
}

h1 {
font-size: 16px;
color: #1F62B5;
}

h2 {
font-size: 12px;
color: #000000;
font-weight: bold;
}

p {
margin: 10px 0px 0px 0px;
}

.searchfield {

	background-color: #F9F9F9;
	height: 19px;
	font-size: 12px;
	color: #000000;
	border: 1px solid #AAB6BF;
	/*padding: 2px 2px 0px 5px;*/
	margin: 10px 5px 0 0;
}

.trigger{

	font-size: 15x; 
	text-decoration: none; 
	padding: 0px 2px 0px 2px;
	color: white;
	background-color: #1F62B5;
	margin-right: 7px;
	border: 1px solid #1F62B5;


}