body{
background-color:#666666;
padding:0px;
margin:0px;
}

/* Begin Nav */
#nav{
float:right;
margin-right:12%;
padding:0px;
width:525px;
height:30px;
}

/* End Nav */

img{border:0px;}

#main{
border:7px solid white;
margin:0px auto;
width:900px;
background-color:#003399;
}

.left{
float:left;
padding-left:10px;}

.right{
float:right;
padding-top:25px;
}

.right1{
float:right;
padding-top:225px;
margin-right:25px;
}

#text{
width:500px;
color:white;
font-size:14px;;
font-family:Arial;
padding-left:10px;
}

.clear{
clear:both;
}


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


/* image rotator */

/* rotator in-page placement */
    #rotator {
	position:relative;
	height:345px;
}
/* rotator css */
	#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	#rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    #rotator ul li.show {
	z-index:500
}