/*
	style sheet by www.chameleonmoments.com
*/

/*
	Body and Header stuff
*/
	 	body  {
	 	background : #fff9c4 url(bg100000.png) repeat;
	 	color : #333;
	 	font : 1em gill sans, Verdana, helvetica, sans-serif;
	 	margin : 0;
	 	padding : 0;
	 	text-align : center;
}
	 	.container  {
	 	background :  url(blockbg0.png) repeat-y;
	 	display : block;
	 	font-size : 0.9em;
	 	margin : 0 auto;
	 	padding : 0;
	 	text-align : left;
	 	width : 700px;
	 	overflow : hidden;
}

	 	#headerh  {
	 	background : #999 url(headerh0.jpg) no-repeat;
	 	width : 700px;
	 	height : 222px;
}
		#headern  {
	 	background : #999 url(headern0.jpg) no-repeat;
	 	width : 700px;
	 	height : 222px;
}
	 	#headera  {
	 	background : #999 url(headera0.jpg) no-repeat;
	 	width : 700px;
	 	height : 222px;
}
	 	#headerp  {
	 	background : #999 url(headerp0.jpg) no-repeat;
	 	width : 700px;
	 	height : 222px;
}
	 	#headerd  {
	 	background : #999 url(headerd0.jpg) no-repeat;
	 	width : 700px;
	 	height : 222px;
}
	 	#headerv  {
	 	background : #999 url(headerv0.jpg) no-repeat;
	 	width : 700px;
	 	height : 222px;
}
	 	h1.title  {
	 	font-size : 26px;
	 	font-weight : bold;
	 	float : right;
	 	clear : both;
	 	padding-right : 94px;
	 	margin-top : 160px;

}

		h1.title a{
		color : #fff;
		padding-bottom : 4px;
		text-shadow: #333 0.1em 0.1em 0.2em;
}
		
		h1.title a:hover {
	 	color : #ff3;
	 	border-bottom : #fff solid 4px;
	 	text-shadow: black 0.1em 0.1em 0.2em;
}

		.big {
		font-size : 4em;
		text-align : center;
		margin : 10px;
}

/*
	Footer stuff
*/
	 	#footer  {
	 	clear : both;
	 	background : #fff9c4 url(footerbg.png) no-repeat;
	 	width : 700px;
	 	height : 114px;
	 	margin : 0 auto;
	 	padding-top : 40px;
}
	 	#footer p  {
	 	font-size : 0.9em;
	 	clear : both;
	 	text-align : center;
	 	padding : 0;
	 	margin : 0;
}
	 	#footer a  {
	 	color : #fff;
}
	 	#footer a:hover  {
	 	color : #c00;
	 	border-bottom: #c00 1px dotted;
}

/*
	anchor Links
*/
	 	.top  {
	 	float : right;
	 	text-align : right;
	 	color : #ccc;
	 	position : relative;
	 	left : 10px;
}
	 	.top a  {
	 	color : #ff6816;
}
	 	.top a:hover  {
	 	color : #c00;
	 	border-bottom: #c00 1px dotted;
}

/*
	block divs and content
*/
	 	.block  {
	 	padding : 10px 50px 0;
	 	margin : 0 auto;
	 	width : 700px;
}
	 	.block h1  {
	 	clear : both;
	 	font-size : 1.4em;
	 	font-weight : normal;
	 	padding : 0 20px;
}
	 	.block h2  {
	 	font-size : 1.3em;
	 	font-weight : normal;
	 	padding : 0 20px;
}
	 	.block h3  {
	 	font-size : 1.2em;
	 	font-weight : normal;
	 	border-bottom : 3px solid #ccc;
	 	width : 60%;
	 	text-indent : 5px;
	 	padding : 4px 20px;
}
	 	.block h4  {
	 	font-size : 1.1em;
	 	font-weight : normal;
	 	padding : 0 20px;
}
	 	.block h5  {
	 	font-size : 1.1em;
	 	font-weight : normal;
	 	padding : 0 20px;
}
	 	.block p  {
	 	padding : 0 130px 0 30px;
}
	 	.block ul  {
	 	list-style-type : none;
}
	 	.block li  {
	 	padding : 2px;
}
	 	a  {
	 	color : #ff6816;
	 	text-decoration : none;
}
	 	a:hover  {
	 	color : #c00;
	 	
}
		hr  {
	 	color : #ccc;
	 	background-color : #ccc;
	 	border : #ccc;
	 	height : 3px;
	 	margin-left : 50px;
	 	width : 600px;
}
	 	.right  {
	 	clear : both;
	 	float : right;
	 	padding : 0 0 10px 10px;
}
	 	.left  {
	 	clear : both;
	 	float : left;
	 	padding : 10px 10px 0 0;
}
	 	a.skiplink  {
	 	position : absolute;
	 	left : -999em;
	 	float : left;
}
	 	a.skiplink:focus  {
	 	left : 0;
}
	 	a.skiplink:active  {
	 	left : 0;
}

		.clearing {
		clear : both;
}

/*
	Navigation
*/

	 	#navlist  {
	 	margin : 0;
	 	padding : 60px 0 20px 70px;
}
	 	#navlist ul , #navlist li  {
	 	list-style-type : none;
}
	 	#navlist a:link , #navlist a:visited  {
	 	color : #fff;
	 	display : block;
	 	padding : 4px 2px 2px 10px;
	 	width : 160px;
}
	 	#navlist a#current:link  {
	 	color : #000;
	 	text-decoration : none;
}
	 	#navlist a:hover  {
	 	background : #fff9c4;
	 	color : #c00;
}
	 	#navlist li#active a  {
	 	color : #000;
	 	width : 160px;
	 	background : #fff;
}


	 
