a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

p{
	font-size: 13px;
	line-height: 22px;
}

body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../imgs/purple.gif);
	background-repeat: repeat-x;
	background-color: #551f55;
	margin-top: 30px;
	
}


.movie_holder {
	width:974px;
	height:600px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
.movie_tb{
	height:auto;
}
.top{
	width: inherit;
	height: 21px;
	background-image: url(../imgs/top.gif);
	background-repeat: no-repeat;
}

.holder {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../imgs/background.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

.bodytxt {
	font-size: 13px;
	text-align: left;
	margin-left: 80px;
	margin-right: 100px;
	padding-bottom: 50px;
	padding-top: 35px;
	line-height: 22px;
}

.bottom{
	width: inherit;
	height: 21px;
	background-image: url(../imgs/bottom.gif);
}

.global_header {
	width: 975px;
	padding-bottom: 15px;
	text-align: right;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}
.global_footer {
	width: 975px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
}

.spacer{
	padding-left: 8px;
	padding-right: 8px;
}

.header1{
	font-weight: bolder;
	font-size: 16px;
	color: #660066;
}

.header2{
	font-weight: bolder;
	font-size: 13px;
	color: #660066;
}

.header3{
	font-weight: bolder;
	font-size: 16px;
	color: #660066;
}

.header4{
	font-size: 24px;
	line-height: 45px;
	color: #660066;
}

.logo{
	margin-left: 270px;

}

.form{
	margin-left: 430px;
	margin-top: 98px;
	width: 495px;
}
.walkable{
	font-size: 13px;
	line-height: 22px;
	width: 360px;
	margin-left: 40px;
	margin-top: 50px;
	float:left;
	color: #333333;
}

.box_middle{
	background-color: #F0F4D3;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	

}
.inputbox{
	margin-top: 9px;
}

/************************************************************************************************
											wrapper bottom
************************************************************************************************/

.w_bottom{
	width:942px;
	height:0px;
	color:#333333;
	font-size:13px;
	line-height:20px;
	background-color:#FFFFFF;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
}


