html,body,font,div,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,p {   
				list-style: none;
				margin: 0;
				padding: 0;
}
html {
	background-color: #333;
	background-image: url(images/back.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#wrapper {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	z-index: 1;
}
#back_1 {
	width: 1000px;
	height: 88px;
	background-image: url(images/back_01.png);
}
#back_2 {
	width: 1000px;
	height: 191px;
	background-image: url(images/back_02.png);
}
#back_3 {
	width: 1000px;
	height: 253px;
	background-image: url(images/back_03.png);
}
#back_4 {
	width: 1000px;
	height: 132px;
	background-image: url(images/back_04.png);
}
#back_5 {
	width: 1000px;
	height: 136px;
	background-image: url(images/back_05.png);
}
#page {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	position: absolute; top: 0px; right: auto; bottom: 0px; left: auto;
	z-index: 5;
}
#top {
	width: 1000px;
	height: 532px;
}
#nav {
	width: 970px;
	height: 58px;
	padding: 30px 30px 0px 0px;
	text-align: right;
	font-family: Verdana, Arial;
	font-size: 12px;
}
#nav a {
	text-decoration: none;
	color: #0000a8;
	padding: 0px 0px 0px 20px;
}
#movies {
	width: 964px;
	height: 191px;
	padding: 0px 0px 0px 36px;
}
#gal1 {
	width: 289px;
	height: 191px;
	margin: 0px 31px 0px 0px;
	float: left;
}
#gal2 {
	width: 289px;
	height: 191px;
	margin: 0px 31px 0px 0px;
	float: left;
}
#gal3 {
	width: 289px;
	height: 191px;
	margin: 0px 0px 0px 0px;
	float: left;
}
.clear2 {
	width: 1000px;
	height: 20px;
	padding-top: 7px;
	float: none;
	clear: both;
}
.clear {
	width: 1000px;
	height: 1px;
	float: none;
	clear: both;
}
#steps {
	width: 988px;
	height: 100px;
	padding: 73px 0px 52px 12px;
}
#steps pre {
 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
 word-wrap: break-word; /* Internet Explorer 5.5+ */

color: #ffffff;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-align: center;
}
.steps {
	width: 167px;
	height: 90px;
	margin: 0px 23px 0px 0px;
	float: left;
	overflow: hidden;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.stepslast {
	width: 167px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	float: left;
	overflow: hidden;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#bottom {
	width: 960px;
	height: auto;
	padding: 10px 20px 0px 20px;
}
#bottom h1 {
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
}
#bottom pre {
 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
 word-wrap: break-word; /* Internet Explorer 5.5+ */

color: #ffffff;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
}
#bottom a {
	text-decoration: none;
	color: #396;
}
#bottom p {
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
#footer {
	width: 1000px;
	height: 15px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin: 0 auto;
	padding: 20px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: none;
	clear: both;
	overflow: hidden;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: none;
	color: #f80;
}
.contactform {
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
.inputstuff {
	border: 1px solid #396;
	margin: 5px;
}