/******** COLOURS ******* * RED:			#5A0000 * 75% RED:		#823D3D * 50% RED:		#AD8080 * 25% RED: 	#D6BFBF * %15 RED:		#E6D9D9 * % 5 RED: 	#F7F2F2 * * BEIGE:		#C2B99D * 50% BEIGE:	#E1DCCE * 25% BEIGE: 	#F0EEE7 * DARK BEIGE:	#6B6759 * REALLY DARK: #4D4A40	  * LIGHT GREY	#D9D9D9 * DARK GREY	#777777 * TEXT GREY	#404040 * SIDEBAR GREY #F0F0F0 * */ @import "/styles/section_links.css";@import "/styles/subsection_links.css";@import "/styles/main_content.css";@import "/styles/footer.css";@import "/styles/rightbox.css";@import "/styles/mainbox.css";@import "/styles/home.css";@import "/styles/item_posts.css";@import "/styles/forms.css";@import "/styles/messenger.css";/* styles that default to importing community version first */@import "/styles/filter_box.css";@import "/styles/item_lists.css";@import "/styles/photos.css";@import "/styles/lightbox.css";@import "/styles/jesuit_facts.css";@import "/styles/catch_all.css";/* @import "/styles/highlight_box.css"; */body {	margin-top:10px;	background:url(/images/template/site_bg.jpg) top repeat-x #D4D4D4;}#site_container {	width:800px;	margin-left:auto;	margin-right:auto;	background:url(/images/template/sphs_site_bg.jpg) top left repeat-y;}sup {	font-size:x-small;}/* HEADER STYLES ******************/#site_header {	background:url(/images/template/sphs_header.jpg) top left no-repeat;	height:77px;}	#site_header * 	 {	font-size:11px;}	/* SITE OPTION BOX STYLES ************/	#site_option_box {		text-align:right;		padding:10px 10px 0 0;	}	#site_option_box p, #site_option_box p * {		color:#DDDDDD;	}	#site_option_box p a:hover {		color:#FFFFFF;	}	#site_search_box { float:left; }	/* LEFTBAR STYLES ***************/	#site_leftbar_holder {		width:144px;		float:left;		display: block;		}	#site_leftbar {		width:144px;		float:left;		padding-bottom:10px;	}	#jesuit_fact_box {		}		/* LEFTBAR LIST STYLES ************/#site_leftbar ul {	list-style:none;}#site_leftbar ul li {}			/**********************************************//*										   	  *//*           DEVELOPER WARNING BAR            *//*										   	  *//**********************************************/	#developer_warning_bar {		padding:7px;		background:#FFFF00;		opacity:0.9;		margin:5px 10px 0 10px;		text-align: center;		font-size: 16px;		}