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

.style1 {
	font-family: "Courier New", Courier, monospace;
	color:#fff;
}
.style2 {
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-style: italic;
	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;
	color:#fff;
}
.style4b {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-style: italic;
	color:#ffffff;
}
.style5 {
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	color:#fff;
}
.smallBreak {
    font-size: 5px;
}
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	background-color: #000;
}

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

.imagegroup{
    margin-left:20px;
    margin-right:20px;
    margin-bottom:20px;
    width:6000px;
    height:600px;
    float: none; 
}

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

.nav{
	width:300px;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
	color: #FFF;
}

.navb{
    width:300px;
    float:right;
    margin-right:20px;
    margin-bottom:20px;
}

.image {
   
    height: 600px;
    margin-right:20px;
    float:left;
}

a:link {
    color: #fff;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #888;
}
a:hover {
    text-decoration: none;
    color: #ccc;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

