body {
	font: 100% "Trebuchet MS", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}
#wrapper {
	position: relative;
	width: 777px;
	margin: auto;
	text-align: left;
	background-color:#FFF
}
#main {
	font-size: 1em;
	line-height: 1.4em;
	width: 740px;
	margin:40px 10px 20px 10px;
}
#main img {
	border: 1px solid black;
}
.breadcrumb {
	font-size: 0.8em;
	margin: 1em 0 0 0;
}

/*-------------------------------------------------------------------- search box ----------------------------------*/

#searchform {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	/*border: 1px solid #ccc;*/
}
#searchform input {
	width: 70px;
	float: none;
}


/*-------------------------------------------------------xhtml elements ------------------------------------------*/
h1 {
	font: 2em Georgia, "Times New Roman", Times, serif;
    background: url(/images/header.jpg) no-repeat;
    width:777px;
    height:244px;
    margin: 0;
    font-weight: bold;
    text-indent:-9999em;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 0.5em;
    color: #07568a;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
}

/*-------------------------------------------------------- tables --------------------------------------------------*/
table {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
td, th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 0.3em;
}

/*-------------------------------------------------------turn off print stuff ------------------------------------------*/
#printlogo {
	display:none;
}

/*--------------------------------------------------------------- FOOTER ---------------------------------------------------*/
#footer {
    color:#FFF;
    font-size: 0.7em;
	clear: both;
	text-align: center;
    background: url(/images/footer.jpg) no-repeat;
    margin-top:5em;
    padding-top:135px;
    width:777px;
    height:40px;
}
#footer a {
	text-decoration: none;
    color:#FFF;
}
div.footerclear {
	clear: both;
}
/* -----------------------------------------------------Homepage movie DIV! -----------------------*/

div#homemovie {
	float:right;
	width:352px;
	height:218px;
	border:3px solid #9ED4FA;
	margin:0 0 5px 5px;
	text-align:center;
}