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

body {
	padding: 0;
	margin: 0;
	}

#container {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	height: 135px;
}
#navbar {
	background-color: #000000;
	height: 30px;
	color: #FFFF33;
	font-size: 18px;
}
.infoarea {
	background-color: #FFFFFF;
	width: 760px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 18px;
}
#moviebox {
	height: 288px;
	width: 512px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
.clear {
	clear: both;
}
.infoarea2 {
	background-color: #FFFFFF;
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#headline h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
}
.infolist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.infolist ul {
	display: inline;
}
.infolist li {
	margin-left: 10px;
	list-style-position: outside;
	list-style-image: url(images/blue_button.png);
}
.infoarea h2 {
	font-size: 20px;
	font-weight: bold;
}
.infoarea ul {
	display: inline;
}
.infoarea li {
	margin-left: 10px;
	list-style-position: inside;
	list-style-image: url(images/blue_button.png);
}
#headline2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#headline2 h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
}
.imageleft {
	vertical-align: text-top;
	margin: 5px;
	padding: 2px;
	float: left;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
.imageright {
	vertical-align: text-top;
	margin: 5px;
	padding: 2px;
	float: right;
	border: 1px solid #ccc;
}
.buybox {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: medium dashed #000000;
	width: 756px;
}
#footer {
	height: 82px;
	margin-top: 100px;
}
#tips {
	float: left;
	height: 337px;
	width: 400px;
}
#formholder {
	float: right;
	height: 325px;
	width: 300px;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
}
#navbar li {
	display: inline;
	margin-right: 10px;
	margin-left: 55px;
	list-style-type: none;
}
