body {
	background-image:url(images/background.jpg);
	font-family: lucida sans, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	background-color: #aaaaaa;
	background-repeat: no-repeat;
	background-position:top center;
	background-attachment: fixed;
	color:#666666;
}
* {margin: 0px;padding: 0px;}
p {
	padding: 5px 5px 5px 10px;
	display:block;
	color:#999999;
	font-family: lucida sans, sans-serif;
	font-size: 12px;
	
}
a {
	color:#aaaaaa;
	font-family: lucida sans, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

img {
	border :0px;
	
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 900px;
}

#header{
	height:346px;
	width:900px;
	
	background-image:url(images/header.png);
	background-position:center top;
	background-repeat: no-repeat;
	/* for IE 
  filter:alpha(opacity=90);
   
  opacity:0.9;*/
	
	
}
#content{
	
	position:absolute;
		overflow:auto;
		
}

#left{

	margin-left:66px;
	margin-right:40px;
	width:500px;
	float:left;

}
#right{
	width:192px;
	float:left;
	text-align: center;
    margin: auto;



}
#subpage{
	margin-left:66px;
	margin-right:66px;
	width:768px;
}

#gallerypage{
	margin-left:66px;
	margin-right:66px;
	width:768px;
}

/********************* menu ****************************/
.menuheader{
border-top-width: 1px;
border-top-style: groove;
border-top-color: #cccc22;
	width:192px;
	height:37px;

	background-repeat: no-repeat;
	display:block;
}
.menucontent{

	width:192px;

	padding-top:10px;
	background-repeat: repeat-y;
}.menuheader h3{
	padding: 10px 0px 0px 10px;
	font-family: Arial, lucida sans, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.menufooter{
	width:192px;
	height:0px;

	display:block;
}
.menuheader{
	color:#aaaaaa;
	text-transform: uppercase;
}
.postheader{
	color:#22bb22;
	text-transform: uppercase;

}
.postheadersubpage, .postheadergallerypage{
	color:#22bb22;
	text-transform: uppercase;

}
/********************* post ****************************/
.post{
	margin-bottom:15px;
}
.postheader{

	
	display:block;
	width:500px;
	height:28px;
background-color: #111111;
/* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
}
.postheadersubpage{

	display:block;
	width:768px;
	height:28px;
background-color: #111111;
/* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
}

.postheadergallerypage{


	display:block;
	width:768px;
	height:28px;
background-color: #111111;
/* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
}

.postheader h1{
	padding: 7px 0px 0px 10px;
	font-family: lucida sans, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.postheadersubpage h1, .postheadergallerypage h1{
	padding: 7px 0px 0px 10px;
	font-family: lucida sans, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.postcontent{
padding: 4px 4px 4px 4px;
border-top-width: 1px;
border-top-style: groove;
border-top-color: #cccc22;


	background-color: #222222;
/*
  filter:alpha(opacity=90);
  
  opacity:0.9;*/
  
    -moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.postcontentsubpage{
padding: 4px 4px 4px 4px;
border-top-width: 1px;
border-top-style: groove;
border-top-color: #cccc22;
	
	background-color: #222222;
/*
  filter:alpha(opacity=90);
  
  opacity:0.9;*/
  
  -moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

}


.postfooter{

	display:block;
	width:450px;
	height:5px;
}
/********************* header ****************************/
#header{
	position:relative;

}
#header a {
	color:#cccc22;
	font-family: lucida sans, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0.2em 0.5em 0.1em #000,
      -0.3em 0.1em 0.1em #060,
      0.2em -0.4em 0.5em #666;
}

#header ul{
	position:absolute;
	top:298px;
	display:block;
	left:100px;
}
#header ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 3px dotted #6b7272;	
}
.last{
	border-right: 0px none #6b7272 !important;
}
#header ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	padding: 0px 10px;
	
}
#header ul li a:hover{
	color:#FFFFFF;
	
	
}
/********************* footer ****************************/
#footer{
	
	width:768px;
	float:left;
	text-align:center;
	padding: 10px 10px 10px 10px;
	color:#555555;
	font-family: lucida sans, sans-serif;
	font-size: 16px;

}



/********************* menu members ****************************/
.menu ul{
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
	color:#666666;
}
.menu ul li{
	padding-top: 5px;
	color:#666666;
}
.menu ul li a{
	text-decoration:none;
	padding: 0px;
	text-transform: uppercase;

}

.menu img {
  -moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

}
.menu ul li a:hover{
	
	text-transform: uppercase;
	color:#FFFFFF;
}
.member{
	display:inline-block;

	margin-left:auto;
	margin-right:auto;

}
.member span{
	display:block;
	text-align:center;
	padding: 2px 0px 13px 0px;
	text-transform: uppercase;

}



.member img{

	border: groove 2px #000000;	
	


}

.member a{
	text-decoration:none;
	padding: 0px;
	text-transform: uppercase;
	color:#CCCC22;
	
	
  filter:alpha(opacity=80);
  
  opacity:0.8;
}
.member a:hover{
	
	text-transform: uppercase;
	color:#FFFFFF;
	
  filter:alpha(opacity=100);
  
  opacity:1.0;
	
	
	
}

.clear{
	clear:both;
}


td { 
background: transparent;

font-family: lucida sans, sans-serif; 

font-size: 12px;
color: #AAAAAA;}

td a {
font-family: lucida sans, sans-serif; 

font-size: 12px;
color: #CCCC22;
text-decoration:none;

}
td a:hover{
	color:#FFFFFF;
}
	
		
		#slideshow2 {
			width: 900px;
			height: 300px;
			color: #999999;
			font-size: 18px;
			font-family: Lucida sans, sans-serif;
		}
		
		#slideshow2 div {
			width: 400px;
			height: 280px;
			margin-left:380px;
			margin-top:20px;
			text-align: right;
			padding: 10px 20px 20px 20px;
		}
		
		#buttons {
			width: 400px;
			height: 100px;
			position:absolute;
			top:100px;
			display:block;
			left:600px;
		}
		
		#subpagepic {
		float:left;
		border : none;
		margin : 10px;
		
		
		-moz-box-shadow: 3px 3px 4px #000;
		-webkit-box-shadow: 3px 3px 4px #000;
		box-shadow: 3px 3px 4px #000;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

		}
		


