@CHARSET "ISO-8859-1";

/********************************* START OF GLOBAL ELEMENTS ***************************/
body{
	/* font-family: Georgia, Arial, Helvetica, sans-serif ; */
	font-family: Arial, Helvetica, sans-serif ; 
	color: #000033;  /* color of text on page */	
	/* background-color: Lavender;  side color of pages */
	
	 
}

a:link {color:blue}      /* unvisited link */
a:visited {color:blue}  /* visited link */
a:hover {color:blue; text-decoration: none;}  /* mouse over link */
a:active {color:blue}  /* selected link */



#yui-main{ /* the main area of the page */
	font-size: 17px;
		
	
}



#doc2{
	background-color: white;
	border-left: 2px solid #DAD9DD;
	border-right: 2px solid #DAD9DD;

}

/********************************* END OF GLOBAL ELEMENTS ***************************/
	
/********************************* START OF THE HEADER STUFF ********************************************/

#hd{
	/* border: 1px dotted green; */ 
	height: 480px;
}



#hd #header_text
{
	float: left;
	margin-left: 15px;
	margin-top: 5px;
	
}
	
#hd #logo
{
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
}

#hd #main_image   /* main part of the header contains the menu, image etc ... */
{
	clear: both;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	/* border: 1px solid red; */  
	
}

#hd #menu_center_table
{
	width: 100%;
	background-color:#DAD9DD;
	padding: 0; 
	margin-bottom: 0;
	/* the menu gradient 
		 background-image:url(http://www.bassetths.org.uk/imagesnew/menu/topnav2.gif); 
		background-repeat:repeat-x;
		background-position:left top; */ 
	/* border: 1px dotted orange; */
		
}
#hd #menu_container
{
	background-color:#DAD9DD;
	width: 950px; /* changed from 920  
	margin-left: auto; 
	margin-right: auto; */
	/*border: 1px dotted orange;*/ 
	margin-bottom: 0; 
	padding-bottom: 0;
	
	/* menu 
	width:auto; 
		height:28px; */
	
}

#hd #the_big_image{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#hd #menu_center_table td{
	border: 0px;
}	

#hd #user_is_logged_in{
	color: black;
	height: 15px;
	/* border: 1px solid black; */
	padding: 0;
	margin: 0;
	
	   
	font-size: 12px;
	width: 100%;

}

#hd #logout_link{
	margin-left: 750px;
}


	


	

/********************************* END OF THE HEADER STUFF ****************************************/



/************************************* MAIN BODY STUFF *********************/

/* used mainly on the 3 col layout */
#bd .col_title{ 
	font-size: 22px; 
	font-weight: bold; 	
	margin-bottom: 10px;
	margin-left: 10px; 
}

#bd .pad_left_col
{
	padding-left: 10px;
}

#bd .pad_right_col
{
	padding-right: 10px;
}

#bd .no_border
{
	border: none;
}

/* the settings for the slide show */
#myGallery
{
width: 948px !important;
height: 261px !important;
border: 0;
padding: 0;
background-color: white;
border-top: 1px solid black;
border-bottom: 1px solid black;
}

/*** the next and prev links */
#left_link{
	float: right; 
	margin-right: 50px;
}

#right_link{
	float: left; 
	margin-left: 50px;
}

#right_link a:link { font-size: 17px;}      
#right_link a:visited {font-size: 17px;}  
#right_link a:hover {font-size: 17px; }  
#right_link a:active {font-size: 17px;}

#left_link a:link {font-size: 17px;}
#left_link a:visited {font-size: 17px;}
#left_link a:hover {font-size: 17px;}
#left_link a:active {font-size: 17px;}

/************************************* END OF MAIN BODY STUFF *********************/

/********************************* footer **********************************/
#ft{
	margin-left: 20px;
	
}
#ft #terms{
	margin-bottom: 10px;
	float: left;
}

#ft #green_box{
	float: right; 
	margin-right: 10px; 
	font-size: 9pt;
}

#ft a:link {color:#000033}      
#ft a:visited {color:#000033}  
#ft a:hover {color:#000033; text-decoration: none;}  
#ft a:active {color:#000033}  
/********************************* end footer **********************************/