body {
  	font-family: Arial, Sans-Serif, Verdana, Tahoma;
	
	text-align: center;	/* center block in ie */
	padding: 0px;
	margin: 0px;
	border: none;
	
	background: white;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
} 


div#wrapper {
	background: url(/i/wrapper-bg.gif) top left repeat-y;
	width: 1000px;
	margin-left: auto; 	margin-right: auto; /* ie ignores this. check body */
	margin-top: 0px; margin-bottom: 0px;
	position: relative;	/* containing block */
	
	margin-top: 20px;
	overflow: hidden;

	/* border: 1px solid red; */
}




div#left-column{
	background: white url(/i/left-bg.jpg) top left no-repeat;
	width: 255px;
	float: left;
	text-align: left;

	margin-left: -886px;
	position: relative;
/*	top: 160px; */
	padding-top: 75px;

	margin-top: 180px;
	margin-bottom: 25px;
	
	color: #3366cc;
}


* html div#left-column{
	margin-left: -632px;

}


div#left-column ul {
	list-style: none;
	margin-left: 10px;
	padding-left: 0px;
	color: #3366cc;
	margin-top: 0px;
	border-right: 1px solid #cccccc;
	
}

div#left-column ul.subnav {
	margin-bottom: 15px;
	padding-left: 0px;

	text-align: left;
	margin-left: 20px;
	border: none;
}

div#left-column ul.subnav li,div#left-column ul.subnav li a{
	color: #ff9966;

}

div#left-column ul.subnav li a{
	margin-left: 0px;
	text-align: left;
	padding-left: 0px;
}


div#left-column ul.subnav li{
	border-top: 1px solid #cccccc;

	border-right: none;

	margin-right: 4px;
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
	padding-top: 3px;
	font-size: 0.85em;
}

div#left-column ul.subnav li.first{
	border: none;
}


div#left-column ul li{
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 5px;
	font-size: 0.85em;
}

div#left-column ul li a{
	color: #3366cc;
	padding-left: 0px;
}


div#left-column ul li.special a{
	color: #ff6666;
	font-weight: bold;
}

div#left-column hr{
	margin-top: 10px;
	_margin-top: -15px;
	border-top: none;
	border-bottom: 1px solid white;
	color: white;
	height: 1px;
	
	margin-bottom: 20px;
}

div#header {
	background: url(/i/header-bg.jpg) top left no-repeat #99ccff;
	background-position: -4px 0;
	width: 988px;

	position: absolute;
	left: 0px;
	top: 0px;
	height: 172px;
}

div#header2 {
	background: url(/i/header-bg2.jpg) top left no-repeat #99ccff;
	background-position: -4px 0;
	width: 988px;

	position: absolute;
	left: 0px;
	top: 0px;
	height: 172px;
}


div#content{
	background: url(/i/content-bg.gif) top left no-repeat;
	width: 660px;
	
	position: relative;
	left: 37px;
/*	left: 173px; */
	text-align: justify;
	font-size: 0.8em;
	
	float: left;
	margin-left: 255px; 
	margin-top: 180px;
		
	border: 0px solid blue;
	padding-top: 62px;
	
}


* html div#content {
	margin-left: 0px; 
	left: 300px;
/*	width: 660px; */
}


div#content h1{
	text-align: left;
	margin-top: 0px;
	font-size: 22px;
	z-index: 50;
	color: #993333;
	position: relative;
	top: -44px;
	left: 90px;
	margin-left: 15px;
	margin-bottom: -15px;
}

div#content span h1{
	position: relative;
	top: 0px;
	left: 0px;
}

div#content h2{
	text-align: left;
	margin-top: 0px;
	margin-left: 25px;
	font-size: 18px;
	color: #336600;
	
}

div#content div.images{
	border: 2px solid #cccccc;
	padding-left: 0px;
	padding-right: 0px;
	_padding-left: 1px;
	_padding-right: 1px;
	padding-top: 3px;
	padding-bottom: 5px;
	background: white;
	margin-left: 15px;
	margin-right: 15px;
	_margin-right: 5px;
	
	width: 160px;
	text-align: center;

	float: right;
	clear: both;
	margin-bottom: 25px;
}

div#content div.images img{
	float: none;
	margin: 0px;
	padding: 0px;
	margin-top: 25px;
	
}

div#content div.images img.first{
	margin-top: 0px;
}


div#content p {
	margin-left: 25px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 0px;
}

div#content p img {
	float: right;
	margin-left: 15px;
}

div#content p a.image {
	float: right;
	margin-left: 15px;

	position: relative;
	overflow: hidden;
	width: 140px;

	color: black;
	font-weight: bold;
	font-size: 1.0em;
	text-align: center;
}



div#content p a.image img{
	float: none;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: auto;
}


div#footer {
	border: 0px solid #404040;
	width: 988px;
	background: url(/i/footer-bg.jpg) top left no-repeat #cccccc;
	background-position: -10px 0;
	
	margin-left: auto; 	margin-right: auto; /* ie ignores this. check body */

	color: gray;
	font-size: 11px;
	height: 72px;
	_height: 172px;
	padding-top: 100px;
}

div#footer a{
	color: gray;
	font-weight: normal;
}

div#footer p{
	margin-bottom: 15px;
	margin-top: 0px;
}

#headmovie {
	border: none;
	position: absolute; 
	
	display: block;
	left: 28px;
	top: 21px;

}

table.application td.title {
	width: 300px;
	text-align: right;
}

table.application td.form {
	width: 200px;
}


table.application input.text {
	width: 250px;
}


table.application textarea {
	width: 250px;
	height: 150px;

}

table.application input.check {
	margin-right: 10px;
}

table.application td sup {
	color: red;
}

a span.imgdesc{
	display: block;
}

ul.gallery {
	list-style: none;
}

ul.gallery li{
	float: left; 
	margin-right: 10px; 
	margin-bottom: 10px;
	height: 200px;
	text-align: center;
}

ul.gallery li a{
	font-weight: bold;
	color: #000000;
}