/* RINGWOOD stylesheet */		


	body {
		background: url(bg.gif) repeat-y top;
		margin-top: 1px;
		margin-bottom: 1px;
		padding-top: 1px;
		padding-bottom: 1px;
		behavior:url("/csshover.htc");
	}


	#container {
		width: 850px;
		margin: 0 auto;
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333;
		/*background-color: #FFF;*/
		/*background: url(cross.jpg);*/
		/*background-repeat: no-repeat;*/
		background-position: 200 0; 
		background: url("ringwoodbg.gif");
	}
		
		
	h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 28px;
		color: #336;
		margin-bottom: 10px;
	}
	
	a {
		color:#936;
		text-decoration: none;
	}

	a:hover {
		color:#369;
		background-color: #F5F5F5;
	}


	#left {
		float: left;
	}


/* top banner */		


	#banner {
		background: #036;
		padding: 3px 3px 3px 20px;
		color: #fff;
		font-size: 1.2em;
		font-weight: bold;
		height: 20px;
	}
	
	#date {
		float: left;
	}
	#welcome {
		position: relative;
		left: 100px;
		border-left: 50px;
		float: left;
	}
	
	#contact {
		padding-left: 5px;
		float: right;
		width: 166px;
		background: #936;
		text-align: center;
	}
	#contact a {
		color: #fff;
	}

	#contact a:hover {
		color: #69c;
		background: #936;
	}
	
	#contactbox {
		font-size: 0.9em;
		clear: left;
		/*background: #06c;*/
		color: #fff;
		padding: 5px;
		margin: 0px;
		text-align: right;
	}
	#contactbox a {
		color: #fff;
		background: #06c;
text-decoration: underline;
	}
	#contactbox a:hover { 
		color: #fff;
		background: #936;
	}


		
	input {
		background-color: #FFF;
		color: #999999;
		border: 1px solid #CCC;
		font-size: 11px;
		padding: 3px;
	}
	
	.button {
		padding: 2px;
	}

		
/* HEADER  */

		#header {
			background-image: url("header.jpg");
			border-bottom: 3px solid #948979;
			padding-top: 10px;
			clear: both;
			/*margin-bottom: 10px;*/
			height: 200px;
		}
		

		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #999999;
		}

/* CONTENT  */

		#content_container {
			width: 525px;			/* was 505 */
			_width: 505px;			/* ie6 hack */
			padding: 0px;
			margin-left: 150px;		/* was 180 */
			margin-right: 160px;     /* was 200 */
			margin-top: 0px;		
		}



		#content_container_wide {
			width: 685px;
			margin-left: 150px;		/* was 180 */
			margin-right: 10px;     /* was 200 */
			margin-top: 0px;		
		}

		#content {
			margin-top: 10px;
			margin-left: 10px;		/* was 180 */
			margin-right: 0px;     /* was 200 */
		}
		
		#content p {
			padding-bottom: 5px;
		}

		#content h2 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
		}
		


/* SIDEBAR  */

		#sidebar {
			float: right;
			width: 154px;
			background: url(sidebg.gif) repeat-x;
			padding: 10px 10px;
			margin: 0px;
			color: #000;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			/*border-bottom: 1px solid #DDDDDD;*/
		}


		#sidebar h2 {
			color: #000;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
		}
		

/* FOOTER  */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#555;
			padding: 0px 5px 0px 5px;
			color: #fff;
		}
		
		#footer p {
			color:#fff;
			padding: 5px;
		}
		
		#footer p a {
			color: #936;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#555;
		}
	

/* BILLBOARD */

		#billboard_holder {
			margin: 0px;
			padding: 0px;
		}
		
		#billboard {
			width: 525px !important;			/* was 510 */
			_width: 505px !important;		/* ie6 hack */
			height: 300px !important;
			padding: 0px;
			margin: 0px;
			z-index: 1;
			background: #fff;
		}
		
		/* this line must be last as it's overriding a style above */
		#billboard h2 {
			margin-left: 5px;
			font-size: 1em;
			color: #fff;
		}
		#billboard p {
			font-size: 0.8em;
		}

		.alt {
			background: #eee;
		}



/* LIGHTBOX */
		
		li.thumb {
			list-style-type: none;
			float: left;
			border: 1px solid #999; 
			margin: 6px;
			padding: 5px 5px 3px 5px;
		}
		


/*  The End */
