/* *************************************SITE******************************************** */

* 	{margin:0; padding:0; border:0;} 
	:-moz-any-link:focus {outline:none;}



/* *************************************BODY******************************************** */
body {	background: url(siteimage/bg.jpg) top right fixed;
	margin:0px;
	font-family:trebuchet ms;
	font-size:100%;
	min-height:999px;

	}



/* *********************************PAGE and COLUMN SETUP******************************* */

.container	{
	width:875px; 
	min-height:800px;
	margin:0px auto; 
	text-align:center;
	padding-top:11px;
	background:linear-gradient(hsla(0, 0%, 14%, .80), hsla(240, 0%, 14%, .80));
	color: hsla(0, 17%, 77%, 1.0); 
	text-shadow: 1px 1px 1px #000;
	border-radius: 0px; 
	border:outset 0px white; 
	box-shadow: 0px 0px 33px #000; 
	opacity: 1.0;
	}

.sidebar 	{width:25%; min-height:600px; float:left; text-align:center; padding:0px 5px; box-shadow:2px 2px 2px #000; color:hsl(0, 33%, 92%); background:hsla(0, 11%, 15%, 0.99);}
.content 	{width:69%; min-height:600px; float:left; text-align:justify; padding:0px 13px 0px 20px; color:hsl(0, 33%, 77%); background:;}


.header{
	background:url(siteimage/bg.jpg) center; 
	width:96%; 
	height:115px; 
	margin:0px auto;
	}

.banner{
	width:45%;
	height:100%; 
	margin:0px auto 0px auto; 
	text-align:center;
	}

.photowide{
	width:100%; 
	margin:0px auto; 
	text-align:center;
	}

hr {	margin:10px auto;
	width:100%; 
	border:0; 
	background-color:hsla(0, 88%, 88%,1.0); 
	height:5px; 
	box-shadow: 0px 2px 9px #000; 
	}



	.link		a:link 		{display:inline-block; background:; 	font-size:14px; text-align:center; color:hsla(0, 88%, 88%, 1.0); width:; border-radius: 0px; text-decoration:none; padding:0px 3px; border:solid 0px #000;}
	.link		a:visited 	{display:inline-block; background:; 	font-size:14px; text-align:center; color:hsla(0, 88%, 88%, 1.0); width:; border-radius: 0px; text-decoration:none; padding:0px 3px; border:solid 0px #000;}
	.link		a:hover 	{display:inline-block; background:; 	font-size:14px; text-align:center; color:hsla(30, 100%, 48%, 1.0); width:; border-radius: 0px; text-decoration:none; padding:0px 3px; border:solid 0px #000;}
	.link		a:active 	{display:inline-block; background:; 	font-size:14px; text-align:center; color:hsla(0, 88%, 88%, 1.0); width:; border-radius: 0px; text-decoration:none; padding:0px 3px; border:solid 0px #000;}


	.link2		a:link 		{display:inline-block; background: linear-gradient(white, gray); 	font-size:14px; text-align:center; color:gold; width:; border-radius: 0px; text-decoration:none; padding:0px 3px; border:solid 1px #000;}
	.link2		a:visited 	{display:inline-block; background: linear-gradient(white, gray); 	font-size:14px; text-align:center; color:gold; width:; border-radius: 0px; text-decoration:none; padding:0px 3px; border:solid 1px #000;}
	.link2		a:hover 	{display:inline-block; background: linear-gradient(gray, white); 	font-size:14px; text-align:center; color:gold; width:; border-radius: 0px; text-decoration:none; padding:0px 3px; border:solid 1px #000;}
	.link2		a:active 	{display:inline-block; background: linear-gradient(white, gray); 	font-size:14px; text-align:center; color:gold; width:; border-radius: 0px; text-decoration:none; padding:0px 3px; border:solid 1px #000;}




