body {
	background: #fffae1 url('images/abslogo1.png') no-repeat fixed center center;
	margin: 0 0 30px 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 1.0em;
	color: #000;
	line-height: 1.9em;}
#header {
 width: 80%;
 background:transparent;
 margin: 0 auto;
 padding: 0;
 height: 101px;
 
}

#header h1 {
	padding: 30px 0;
	color: #0033ff;
	font-size: 1.8em;
	letter-spacing: 3px;
	margin: 0;
	text-align: right;
}

#nav {
	position: absolute;
	top: 85px;
	left: 10%;
	width: auto;
	padding: 0;
	margin: 0 auto;
	font: bold 11px Verdana, sans-serif;
	height: 25px;
	
	
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#nav li a {
	padding: 3px;
	margin: 0;
	border: 1px solid #B78E96;
	border-bottom: none;
	background: transparent url(images/tab2.png) repeat;
	text-decoration: none;
	
}

#nav li a:link {color: #fffae1}
#nav li a:visited { color: #fffae1; }

#nav li a:hover {
	color: #ff0033;
	background: transparent url(images/tab1.png) repeat;
}

#nav li a#current {
	background: transparent url(images/tab1.png) repeat;
	border-bottom: 1px solid #999;
}

#container {
	background: transparent url('images/grey.png') repeat;
	width: 80%;
	margin: 0 auto;
	padding: 0;
}

#content {
	margin: 0;
	padding: 40px;
	
}

/* styling of the container. */ 
a.myPlayer { 
    display:block; 
    width: 320px; 
    height:240px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #999; 
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:70px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}

#footer {
	background: transparent;
	padding: 5px 10px 2px 0;
	text-align: right;
	font-size: 0.7em;
	clear: both;
	line-height: 1.15em;
}

a, a:visited {
	background: transparent;
	color: #333;
	border-bottom: 1px solid #333;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	background: transparent;
	color: #666;
}

h2 {
	color: #0033ff;
	border-bottom: 1px solid #666;
	margin: 0;
	padding: 10px 0 1px 0;
	font-size: 1.4em;
}

img {
	padding: 5px
}	

