/*************Main Frame*************/ 
#my-glider{
	width:500px;
	margin:0px 5px 0px 0px;
	text-align:center;
}

#content #text #my-glider  li{
text-align:center;
margin:3px 0px 0px 0px;
padding:0px 10px 0px 5px;
float:left;
height:20px;
width:70px;
list-style:none;
background:url(../images/programme_nav.gif) repeat-x;
border-right:1px solid #330033;
}
#content #text #my-glider .last{
border:none;
}
#my-glider .links a:hover{
color: #669900;
}
.section a {
background:transparent url(../images/profile_back.jpg) no-repeat scroll 0 0;
color:#FFFFFF;
font-size:11px;
padding:7px 11px;
line-height:24px;
margin-top:10px;
text-decoration:none;
}
.section a:hover{
color:#d4eaaa;
}
/*************Profiles CSS*************/
#my-glider #profiles {
color:#054A45;
float:left;
font-family:"Georgia";
font-size:11px;
height:170px;
letter-spacing:1px;
margin:5px 0 12px;
width:160px;
}
#profiles img {
border:1px solid #669933;
clear:right;
margin-bottom:1px;
padding:2px;
}
#profiles a {
background:transparent none repeat scroll 0 0;
margin:0 0 3px;
padding:0;
}

/*************Content Holder*************/
#innerbody{
background:transparent url(bgimage/pagebg.gif) top center repeat-y; 
position:relative;
}
#containertopper{
background:transparent url(bgimage/heading.gif) center -30px no-repeat; 
position:relative;  
}
#containerfooting{
background:transparent url(bgimage/containerbottom.gif) bottom center no-repeat; 
padding-bottom:110px;
}

#container{
	width:500px;
	text-align:right;          
	overflow:visilble;
	margin:0 auto;
	}  
.scroller div.content { 
width: 15000px; 
height:1250px; 
} 
.scroller div.section { 
width:500px; 
height:1250px; 
overflow:hidden; 
float:left;
}
/*************Internal Text*************/
.scroller {  
width: 500px; 
height: 1150px;
 overflow: hidden; 
clear:both; 
}
.scroller h1{
margin:0px;
padding:5px;
font-size:14px;
background:url(../images/nav_back.jpg) repeat-x;
font-weight:bold;
color:#FFFFFF;
}
.scroller h2{
padding:3px 0px 3px 0px;
color:#330033;
text-align:left;
border-bottom: 1px #666699 dashed;
margin:0px 10px 0px 5px;
padding:2px 0px 2px 0px;
font-size:12px;
display:block;
background:none;
font-weight:bold;
}
.scroller p{
margin:2px 20px 0px 15px;
padding:0px;
font-size:11px;
background:none;
}             
  
/*************Tabs*************/
.controls{
	clear:both;
	text-align:center;
}
.controls a, .forwarders a{
	text-align:center;
	text-decoration:none;
padding:10px 0px 10px 0px;
color: #330000;
}   
.forwarders a{
	background:#F1F3EB;  
	color:#666;
	
}
.controls a:hover, .forwarders a:hover{
color: #669933;
text-decoration:none;

}  
.controls a:focus, .forwarders a:focus{ 
 	outline:none;
}

.controls a.active{
	background:#F1F3EB;    
	border-top:1px solid #F1F3EB;   
	color:#666;
}	

.forwarders{
	float:right; 
	margin-right:-2px;
	display:inline;
}	

   
