@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Century Gothic", Courier, monospace;
	background-image:url(images/background-gradient.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	height: 100%;
	font-size: 13px;
}

p { margin-top: 12px; }
li { margin-left: 24px; }

a:link { color: #060682; text-decoration: none; }
a:visited { color: #060682; text-decoration: none; }
a:active { color: #060682; text-decoration: none; }
a:hover { color: #5DA9FF; text-decoration: none; }

#container {
	width: 806px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 806px;
	height: 186px;
	background: url(images/header.jpg);
	margin-top: 20px;
}

#address {
	width: 786px;
	height: 48px;
	background: #060682;
	padding: 0px 10px 0px 10px;
}

#addressleft {
	float: left;
	width: 500px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

#addressright {
	float: right;
	width: 272px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align:right;
}

#slogan {
	float:left;
	width:100%;
	font-size:16px;
	color:#FFFFFF;
	font-weight: bold;
	text-align:left;
	padding: 5px 0px 5px 0px;
}

#contentbg {
	float: left;
	width: 794px;
	background: #FFFFFF;
	border-left: 6px solid #060682;
	border-right: 6px solid #060682;
}

#nav {
	float: left;
	width: 150px;
	padding: 10px;
	color: #060682;
	font-weight: bold;
}

#main {
	float: right;
	width: 604px;
	padding: 10px;
	text-align: justify;
}

#main a {
	border:none;
}

#main h1 {
	font-family: "Century Gothic", Courier, monospace;
	font-size:18px;
}

#main li {
	text-decoration: none;
	list-style:none;
	margin-bottom:10px;
}

#movie_section {
	float: left;
	text-align: center;
	width: 794px;
	padding-top: 20px;
}

#movie {
	float: right;
	text-align:center;
	width: 250px;
	height: 240px;
}

#footer {
	float: left;
	width: 806px;
	height: 102px;
	margin-bottom: 20px;
	background: url(images/footer.jpg);
}

#footer p {
	font-size:10px;
	font-family: "Century Gothic", Courier, monospace;
	margin-left:20px;
	margin-right:20px;
	text-align:center;
}

h1
{
font-family: "Century Gothic", Courier, monospace;
font-size:16px;
margin:30px 0px 30px 0px;
border-bottom-color:#000000;
border-bottom-style:solid;
border-bottom-width:1px;
}