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

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



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

	}



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

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


.sidebar 	{
	width:144px; 
	min-height:600px; 
	font-size:100%; 
	float:left; 
	text-align:left; 
	padding:0px 7px 0px 7px; 
	border-radius: 4px;
	box-shadow:3px 3px 3px #000; 
	color:hsl(33, 88%, 77%); 
	background:hsla(22, 51%, 25%, 0.32);}

.content 	{
	width:577px; 
	min-height:655px; 
	float:right; 
	text-align:justify; 
	padding:0px 15px 0px 15px;
	border-radius: 0px; 
	color:hsl(99, 33%, 77%); 
	background:;}



.header{
	background:url(siteimage/bg.jpg) center; 
	width:98%; 
	height:115px; 
	margin:0px auto;
	border-radius: 4px;
	box-shadow:3px 3px 3px #000; 
	}


.banner{
	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(33,99%,50%,1.0); 
	height:5px; 
	box-shadow: 0px 2px 9px #000; 
	}


h3	{
	color:gold;
	}


	.link		a:link 		{display:inline-block; background:; 	font-size:100%; text-align:center; color:gold; width:; border-radius: 0px; text-decoration:none; padding:0px 3px; border:solid 0px #000;}
	.link		a:visited 	{display:inline-block; background:; 	font-size:100%; text-align:center; color:gold; width:; border-radius: 0px; text-decoration:none; padding:0px 3px; border:solid 0px #000;}
	.link		a:hover 	{display:inline-block; background:; 	font-size:100%; text-align:center; color:red; width:; border-radius: 0px; text-decoration:none; padding:0px 3px; border:solid 0px #000;}
	.link		a:active 	{display:inline-block; background:; 	font-size:100%; text-align:center; color:gold; 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;}




