
/********************************************
*                                           *
* Author: 	Karen Elliffe                   *
*         	Starlight Solutions             *
*                                           *
* Date: 	10/10/2008                      *
*********************************************
*                                           *
* Copyright © Starlight Solutions 2008      *
* This module remains the property of       *
* Starlight Solutions at all times.         *
* Unauthorised use is not permitted.        *
*                                           *
********************************************/
/* Main Container */

#page { 
	position:relative; 
	margin:0px auto; 
	width:880px; 
	border:1px solid #eeeeee; 		
	background-color:#eeeeee;
}


body {
	padding:0px;
	margin:0px;	
	background-color:#eeeeee;
}

#page_content { 	
	padding:0px;	
	width: 880px; 	
	background:url('img/across.png');
	background-repeat:repeat-y;
}


/* Top Container */
#page_header { 
	top:0; 
	position:absolute;
	width:880px;
	height:311px;
	background-color:#eeeeee;
	display:block;	
}

#page_header_container { 	
	width:880px;
}

#page_content_main_container { 	
	padding:0px;
	width:880px;						
	margin-top:311px;
	position:relative;	
}

#page_content_side { 
	background-color:#ffffff;	
	margin-left:50px;
	display:block;	
	width:170px;
	background:url('img/girl_side.png');
	background-repeat:no-repeat;
	background-position:8px 3px;
	height:270px;	
}

#page_content_main { 	
	background-color:#d9d8eb;		
	width:608px;
	float:right;
	display:block;
	margin-right:50px;
}

/* Footer Container */
#page_footer { 
	clear: both;
	padding:0px;
	margin:0px;	
	display:block;
	width: 880px;
}

#page_footer_container { 
	padding:0px;
	width:880px; 
	height:200px;
	background:url("img/footer.png");	
	display:block;
	background-repeat:no-repeat;
}

#footer_arch{
	margin-left:49px;
	top:-34px;
	width:173px;
	position:relative;
}
#text_footer{
	margin-left:370px;
	margin-top:95px;
	position:relative;
	text-align:right;
	width:450px;
}

#text_footer a{
	background:url("img/dot.png");	
	background-repeat:no-repeat;
	padding-left: 7px;
	padding-right: 4px;
	background-position: 0px 6px;
}

img.menu_dancer{
	padding-left: 8px;
}


