/* CSS Document */


body{
margin:0;
background-image:url(images/main_bga.jpg);
background-repeat:repeat-x;



}



#container
{
	width:775px;
	margin:50px auto;
	border-left-color: #333333;
	border-left-style: double;
	border-right-style: double;
	border-right-color: #333333;
	border-top-style: double;
	border-top-color: #333333;
	border-bottom-style: double;
	border-bottom-color: #333333;
	border-bottom-width: thick;
	border-left-width: thick;
	border-right-width: thick;
	border-top-width: thick;
	background: 000000;
	background-color: #FFFFFF;
}


#logo
{
padding:0px;
height:58px;
background-color:transparent;
/*border-top:1px solid #424242;
border-bottom:1px solid #424242;*/
background-image:url(images\logo.jpg);
background-repeat:no-repeat;
background-position:top left;
}

#masthead
{
	padding:0px;
	margin:0 0px 0 0;
	height:100px;
	border-color:#000000;
	background-color:#fff;
	border-bottom-color: #000000;
	border-bottom-width: thin;
	background-image: url(images/header.jpg);
}

#nav
{
	padding:0px;
	margin:0 0px 0 0;
	height:32px;
	background-color:#f3f43e;
}





#left
{
	float: left;
	width: 529px;
	margin:0px 0px 0px 0px;
	padding:0px;
	background-color:#FFFFFF;
}

#right
{
	float: right;
	width: 242px;
	margin-top:0px;
	padding:0px;
	background-color:#FFFFFF;
	border-left-color: #000000;
	border-left-style: solid;
	border-bottom-width: thin;

}




#center
{
margin-bottom:150px;
margin-left: 185px;
margin-right: 290px;
margin-top:0px;
padding:0px 0px 0px 0px;
background-color:#FFFFFF;
/*border-right:1px solid green; 
border-left:1px solid green;*/
}


 /*html #center {
    height: 1px;
    }*/



#footer
{
	width:100%;
	clear: both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:transparent;
	background-repeat:repeat-y;
	height:56px;
	border-top-style: groove;
}




 .story
{

margin:15px 8px 0px 10px;
background-color:#FFFFFF;
/*height:235px;*/

}

#vignette {
	float:right;
	background-color:#fbfbeb;
	margin-top:0px;
	padding: 0px;
	width: 294px;  /* False value for IE4-5.x/Win */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 250px;	 /* Actual value for conformant browsers */	
	height:250px;
	/*background-image:url(climb2.jpg);
	background-repeat:no-repeat;*/
	}
	html>#vignette {
	width: 250px; /* Be nice to Opera */
	}
	
	
 
	
.buttonscontainer {width: 100%; padding-bottom:20px;}

.buttons a {color: #f3f43e;
background-color:transparent;
padding: 2px;
padding-left: 2px;
display: block;
font: 12px arial;
font-weight:bold;
text-decoration: none;
text-align: center;
border-bottom:1px solid #d1cece;
}

.buttons a:hover 
{
background-color:#f3f2f2;
color:#000;
text-decoration: none;
/*background-image:url(hover.gif);
background-position:right;
background-repeat:no-repeat;*/
}

