html {
	height: 100%;
}
body {
	background-color: #fff;
	/*margin-top: 0px;
	margin-left: 0px; */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	
	
}

input.btn {
	background-color: #FF0000;
	border-color: #FF0000;
	color: #FFFFFF;
}

a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #000;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #000;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #FF0000;
}

#main {
	border: solid 1px #FF0000;
	width: 775px;
	background-color: #fff;
	min-height: 460px;
	position: relative;
	

}

#main2 {
	border: solid 1px #FF0000;
	width: 775px;
	background-color: #000000;
	min-height: 460px;
	position: relative;
	

}




#header {
	background: url(images/headerbg.gif) repeat-y;
	width: 775px;
	align: center;
	border-bottom: solid 1px #FF0000;
}

#content {
	/* background: url(images/tiledlettering.gif); */
	width: 775px;
	text-align: center;
	height: 340px;
	vertical-align: middle;
	
}


#contenthome {
	/*background: url(images/tiledlettering.gif); */
	width: 775px;
	text-align:center;
	height: 340px;
	vertical-align: middle;
	


}

#signin {
	background-color: #fff;
	font: 11px Arial, Helvetica, Tahoma; 
	letter-spacing: 1pt;
	width: 350px;
	height: 200px;
	border: solid 1px #000000;
	margin-left:200px;
	
	
	
	
}

#contentheader {
	width: 775px;
}

#navbar {
	background: url(images/navbarbg.gif) repeat-x;
	height: 18px;
	text-align: center;
	font: 11px "Futura Md BT", Helvetica, Tahoma; 
	padding-top: 3px;
	padding-bottom: 1px;
}

#navbar a:link, #navbar a:visited {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 3px;
	padding-left: 4px;
	font: 11px "Futura Md BT", Helvetica, Tahoma; 
	font-weight: bold;
	text-decoration: none; 
	color: #FFFFFF;
}

#navbar a:hover, #navbar a:active { 
	text-decoration: none; 
	color: #000000;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 3px;
	padding-left: 4px;
}

#message {
	text-align: center;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 13px;
}

#message2 {
	text-align: center;
	margin-top: 40px;
	font-size: 13px;
}

#menubutton {
	width: 775px;
	text-align: center;
	height: 112px;
	vertical-align: middle;
}

#menubutton img {
	margin-left: 6px;
	margin-right: 6px;
}

#movielink{
	text-align: center;
}

#movielink a:link, #movielink a:visited {
	background: url(images/movieicon.gif) no-repeat left top;
	padding-top: 15px;
	padding-bottom: 12px;
	padding-left: 40px;
	padding-right: 40px;
}

#movielink a:hover, #movielink a:active {
	background: url(images/movieicon_on.gif) no-repeat left top;
	padding-top: 15px;
	padding-bottom: 12px;
	padding-left: 40px;
	padding-right: 40px;
	color: #FFFFFF;
}

#footer {
	font-size: 10px;
	color: #000000;
	text-align: center;
	width: 775px;
	margin-bottom: 6px;
	bottom: 0px;
	right: 0px;
	left: -2px;
}

.headings {
	font-size: 24px;
	border-bottom: 2px solid #F00;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.style10 {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 12px; }
.Buttons {
	color: #FFFFFF;
	background-color: #FF0000;
	height: 20px;
	font-size: 10px;
}

.style12 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
}

.style13 {
	font-size: 13px;
}

.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
.style14 {
	font-size: 13px;
	color: #FFFFFF;
}
.logout a:link {
	position:absolute;
	width:57px;
	height:18px;
	color:#000000;
	left: 711px;
	top: 54px;
	font-size:12px;
	}

