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


.style1 {font-family: "Courier New", Courier, monospace}

.style2 {
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-style: normal;
	color: #FFF;
}
.style3 {
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.style4 {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-style:italic;
	color: #CCC;
}
.style4b {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-style:italic;
	color:#999999;
}
.style5 {
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
}
.smallBreak {
	font-size: 5px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000
}

#container{
	overflow: auto;
	margin: 0 auto;
	overflow-x:hidden;
	overflow-y:hidden;
}

.imagegroup{
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	width:737px;
	height:549px;
}

.text{
	height:60px;
	margin-left:20px;
	margin-top:20px;
}

.nav{
	width:732px;
	margin-left:20px;
	margin-bottom:20px;
	color: #CCC;
}

.image {
	width: 732px;
	height: 549px;
	margin-right:5px;
}

.sectionmov{
	margin:0 0 0 0;
	width:640px;
	height:609px;
	float:left;
	margin-right:5px;
}

.spacer{
	margin:0 0 0 0;
	width:40px;
	height:609px;
	float:left;
	margin-right:40px;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
}

