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

body {
	background-color: #5b698e;
	margin: 0; 	
	padding: 0;
	text-align: center; /* IE centering hack */
	}
#container {
	position:relative;
	width: 960px;  
	background: #003333;
	margin: 20px auto;    
	text-align: left; /* IE centering hack */
	}
#mainContent {
	padding: 0; /* padding is inside the div box and margin is outside */
	}
#header {
	position:absolute;
	width:632px;
	height:96px;
	top:59px;
	left:208px;
	}
 
#roloBox {
	position:absolute;
	width:715px;
	height:60px;
	top:86px;
	left:230px;
	}
	#rolo a {
		display:block; 
		position:absolute;
		top:0px;
		left:0px; 
		height:60px;  	
		width:715px;
		overflow:hidden; 
		}
	#rolo a:hover {
		display:block;
		text-indent:-715px; /*half the width of the doubled button*/
		}

#textBox {
	position:absolute;
	top:185px;
	left:90px;
	width:850px;
	}
#text {
	font-family:verdana, arial, sans-serif;
	font-size:14px;
	color:#ffcc99;
	}
#text a {
	text-decoration:none;
	color:#ffdfbf;	
	}	
#text a:hover {
	text-decoration:none;
	color:#ffffff;	
	}	
#text a:visited {
	text-decoration:none;
	color:#dfdfdf;	
	}	
.title {
	font-family:verdana, arial, sans-serif;
	font-size:20px;
	color:#ffdfbf;
	margin: 0 0 20px -30px;
	}
.subtitle {
	font-family:verdana, arial, sans-serif;
	font-size:18px;
	margin: 30px 0 18px -20px;
	color:#ffdfbf;
	}
.series {
	margin-left:20px;
	width:800px;
	}	
#copyKw {
	margin-top:50px;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	color:#ffcc99;
	text-align:right;
	}
#copyKw a {
	color:#ffdfbf;
	text-decoration:none;
	}


