@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #EAEAEA;
}
#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
}
#header {
	padding: 0 35px 0 0px;
	background: url(images/bghead5.jpg) no-repeat top;
	height: 115px;
}
#header h1 {
	display: none;
}
#contact {
	font-size: 130%;
	font-weight: bold;
	color: #004B88;
	float: right;
	margin: 0px;
	padding-top: 30px;
	text-align: right;
}
a {
	text-decoration: none;
	color: #0061B0;
}
a:visited {
	color: #0061B0;
}
a:hover {
	color: #0099FF;
}
#main {
	padding: 22px 30px;
	background: #FFFFFF url(images/bgmain5.jpg) repeat-y;
}

#main h1 {
	font-size: 175%;
	color: #004B88;
	margin-top: 0px;
	margin-bottom: 13px;
}
#main h2 {
	font-size: 140%;
	color: #004B88;
	margin-top: 16px;
	margin-bottom: 13px;
}
#main p {
	margin-bottom: 13px;
	margin-top: 0px;
}
#main ul {
	padding: 0;
	margin: 0 0 0 20px;
}
#main li {
	padding: 0;
	margin: 0 0 3px 0;
}
#nav {
	background: #E8E8E8 url(images/bgnav5.jpg) repeat-y;
	text-align: center;
	padding: 3px;
	color: #888888;
	font-weight: bold;
}
#nav p {
	margin: 0px;
	padding: 0px;
}


#footer {
	padding: 20px;
	background: url(images/bg-footer5.jpg) no-repeat bottom;
}
#side {
	margin-left: 425px;
	text-align: center;
}
#movie {
	float: left;
}
#movie p {
	margin: 0px;
	padding: 0px;
}



#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 90%;
	text-align: center;
	color: #666666;
}
#ideal {
	margin-left: 100px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}#splash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 170%;
	font-weight: bold;
	color: #AAAAAA;
	letter-spacing: -1px;
	margin-top: 30px;
	margin-bottom: 30px;
}

