/*
	guardianofheaven.css
	

	Created: Dec 2006 
	By:      Glen H. Barratt
	Contact: ghbarratt (at) gmail.com

*/

	/* General */
	*
	{
		font-family:			Times, serif;
		font-size: 				16pt;
	}
	body
	{ 
		background-color:	#6c4621;
		margin:						0px;
		border:						0px;
		color:						#533519;	
	}
	ul
	{
		list-style-image:	url("../images/bullet1.gif");
		margin-top:				0px;
		margin-bottom:		0px;
	}
	h2
	{
		color:						#533519;	
		font-weight:			normal;
		font-size: 				1.5em;
		line-height:			22px;
		margin-top:				10px;
		margin-bottom:		10px;
		margin-left:			0px;
		margin-right:			0px;
		border:						0px;
	}
	a
	{
		color:						#533519;
		font-weight:			bold;
		text-decoration:	none;
	}

	a:hover
	{
		/*color:						#fff3bb;*/
		text-decoration: underline;
	}
	
	a img
	{
		border:none;
	}

	/*table
	{
		margin:						0 auto;
	}
*/
	td
	{
		color:						#533519;
		font-size:				16pt;
	}

	hr
	{
		color: #200a00;
		background-color: #200a00;
		height: 1px;
	}

	.SplashTextColumn
	{
		color: 						#200a00;
	}

	.SplashSectionTitle
	{
		color:						#200a00;
		font-weight:			bold;
		padding:					0px;
	}

	#SplashTextTitleDiv
	{
		font-size:				1em;			
		font-weight: 			bold;
		background-image: url('/images/splash_area_side_top.gif');
	}
	
	#SplashMainDiv a:hover
	{
		color:						#fff3bb;
		text-decoration: none;
	}


	.sliver-slider br
	{
		line-height: 10px;
	}



	.footer
	{
		font-family:			arial, san-serif; 
		color: 						#baa174;
		font-size:				.6em;
		text-align:				center;
	}

	.footer a
	{
		font-size:				1em;
		font-family:			arial, san-serif; 
		color: 						#baa174;			
	}

	.footer a:hover
	{
		color:						#fff3bb;
		text-decoration: none;
	}

	.minor
	{
		font-size:				.90em;
	}	
