<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

CONTENTS

	[1]	Colors
	[2]	Structure
	[3]	Adverts
	[4]	Body Panel



/*	[1]	Colors:
	
	color: #445e8b; - Blue panel background color
	color: #c8c8c8; - Alternative Grey
	color: #FFFFFF; - White
	color: #fea800;	- Alternate Orange

*/


/****	[2] Structure 	****/

#main_hold {
	position: relative;
	width: 947px;
	height: auto;
	margin: 0;
	padding: 0;
}

#content_container {
	position: relative;
	height: auto;
	width: 819px;
	margin: 0;
	padding: 0;
	z-index: 0;
}

	#content_wrapper {
		float: left;
		display: inline;
		position: relative;
		width: 819px;
		margin: 89px 0 6px 0;
		padding: 0;
	}



/****	[3]	Adverts	****/

#advert_01, #advert_02, #advert_03, #advert_04 {
	float: left;
	display: inline;
	width: 728px;
	height: 90px;
	margin: 6px 0 0 28px;
	padding: 0;
}

	#advert_02 {width: 120px; height: 60px;	margin: 7px 0 0 24px;}
	#advert_03 {width: 120px; height: 60px;	margin: 9px 0 0 24px;}
	#advert_04 {margin: 10px 0 9px 29px;}


#advert_side_container {
	float: right;
	display: inline;
	position: relative;
	width: 120px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
}

	#advert_05, #advert_06, #advert_07  {
		float: right;
		display: inline;
		position: relative;
		width: 120px;
		height: 600px;
		margin: 3px 0 0 0;
		padding: 0;
	}
		
		#advert_06 {height: 60px; margin: 5px 0 0 0;}
		#advert_07 {margin: 5px 0 0 0;}

/****	[7]	Header	****/

#header, #header_left, #header_right, #footer {
	width: 815px;
}

#header_row02 {
	width: 802px;
}

/****	[7]	Footer	****/

	#footer_row01 {
		float:left;
		display: inline;
		position: relative;
		width: 815px;
		height: 61px;
		margin: 0;
		padding: 0;
	}

		#footer_top_left, #footer_top_right { 
			float: left;
			display: inline;
			position: relative;
			width: 18px;
			height: 61px;
			margin: 0;
			padding: 0;
			background: url(../assets/images/footer/bkgd_footer_561_top_left.gif) top left no-repeat;
		}
			#footer_top_right {float: right;background: url(../assets/images/footer/bkgd_footer_561_top_right.gif) top right no-repeat;}

		#ask_search, #ask_search a, #ask_search input.q{
			float: left;
			display: inline;
			position: relative;
			width: 280px;
			height: 50px;
			margin: 7px 0 0 8px;
			padding: 0;
			background: #FFF;
		}

			#ask_search a {width: 84px; height: 35px; margin: 0 0 0 6px;}
			#ask_search input.q {width: 110px; height: 15px; margin: 16px 0 0 10px;}
			#ask_search input.s {
				float: left;
				display: inline;
				position: relative;
				width: 60px;
				height: 22px;
				margin: 14px 0 0 5px;
			}

			ul#footer_nav_top {
				width: 429px;
			}
			ul#footer_nav_top li a.link01:link, ul#footer_nav_top li a.link01:visited, ul#footer_nav_top li a.link01:active, ul#footer_nav_top li a.link01:hover {
				margin: 0 96px 0 0;
			}
			ul#footer_nav_top li a.link02:link, ul#footer_nav_top li a.link02:visited, ul#footer_nav_top li a.link02:active, ul#footer_nav_top li a.link02:hover {
				margin: 0 120px 0 0;
			}
</pre></body></html>