/* Photo gallery template adapted ||| Joshuaink.com ||| March 2005 ||| Free to use but this credit must remain in place */

	*{
	margin:0;
	padding:0;
	}
	
	body {
	text-align:center;
	color: Black;
	background-color: #ad9985;
	background-image: url(../imgbacks/parchment_b_010.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: scroll;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	letter-spacing: 0.01em;
	line-height: 1.2em;
	margin: 10px 0;
	}
	
	#maincontainer{
	width: 870px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	}
	
	#header {
	height: 118px;
	margin-left: 6px;
	margin-bottom: 0;
	text-align: left;
	}
	
	.img {
	border: none;
	}
	
	#wrapper{
	float: left;
	width: 100%;
	border-bottom:1px solid #7a6652;
	}
	
	#rightcolumn{
	margin-left: 280px; /*Set left margin to LeftColumnWidth*/
	height: 76px;
	border-left: 1px solid #7a6652;
	margin-top: 8px;
	margin-bottom: 0;
	padding: 4px;/*padtop padright padbottom padleft*/
	}
	
	.imgright {
	float: left;
	padding: 0 6px 5px 10px;/*padtop padright padbottom padleft*/
	}
	
	#leftcolumn{
	float: left;
	width: 240px; /*Width of left column*/
	margin-left: -862px; /*Set left margin to -(MainContainerWidth)*/
	background: transparent;
	margin-top: 8px;
	margin-bottom: 0;
	padding: 4px;
	text-align: left;
	}
	
	#leftcolumn p {
	font-size: 70%;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.6em;
	}
	
	
	.innertube{
	margin: 0; /*Margins for inner DIV inside each column (to provide padding)*/
	}
	
	#main-content {
	margin: 0 auto;
	}
	
	#main-content li{
	width:100px;
	border:solid #3d3129;
	border-width:0 1px 1px 0;
	background: #dbcfbd;
	padding:16px;
	text-align:center;
	font-size:x-small;
	position:relative;
	float:left;
	display:inline;
	margin:24px 5px 4px 5px;
	}
	
	#main-content  a span{
	/*\*/
	position:absolute;
	left:-9999px;
	}
	
	#main-content a:hover span{	
	top:111px;
	left:17px;
	width:100px;
	font-weight:normal;
	line-height: 1.2em;
	background:#dbcfbd;
	color:#663333;
	padding:5px 0 5px 0;
	font-size:x-small;
	border:1px #3d3129;
	filter: alpha(opacity=100);
	/*-moz-opacity:.8;
	opacity:.80;*/
	/**/
	} 
	
	#main-content img{
	border:1px solid #3d3129;
	}
	
	#main-video {
	height: 200px;
	text-align: center;
	}
	
	#spacer {
	clear:both;
	height:2px;
	}
	
	#footer {
	clear:both;
	height:41px;
	text-align: center;
	border-top: 1px solid #7a6652;
	border-bottom: 1px solid #7a6652;
	margin-top: 20px;
	}
	
	#footer p {
	margin-top: 16px;
	font-size: 60%;
	font-weight: normal;
	color:#3d3129;
	background-color: transparent;
	}
	
	h2{
	color:#d2b48c;
	font-size: small;
	font-weight: normal;
	padding-top: 5px;
	}
	
	.validbutton {
	border: 1px solid #3d3129;
	padding: 4px;
	margin-left: 20px;
	}
	
	a:link {color:#663333; 	background-color: transparent;}
	a:visited {color:#663333; 	background-color: transparent;}
	a:active {color:#663333; 	background-color: transparent;}
	a:hover {color: #7a6652; text-decoration:none; 	background-color: transparent;}

