/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* {

}

body {
background:url(images/bg_test.jpg) repeat-x #f0e7d8;
	margin: 0;
	padding: 0;
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
	color:#9C8E6D;
	
}
a {
	color:#9C8E6D;
}
#wrapper {
	margin: 0 auto;
	width: 790px;
	background: #fdfcfa;
}
#header {
	color: #333;
	width: 790px;
	float: left;
	height: 129px;
	background: url(images/header2.jpg) repeat-x #e3d9b6;
}
#navigation {
	float: left;
	width: 790px;
	color: #000;
	text-align:center;
	text-decoration: none;
	font-weight: bold;
	background:url(images/nav_bg.jpg) repeat-x bottom #fff;
	font-size: 12px;
}
/* header navigation bar */


#navigation a{
	text-decoration: none;
}

#navlist
{
	margin: 0px;
	padding: 6px 20px 8px 20px;
	text-decoration: none;
}

#navlist li
{
display: inline;
list-style-type: none;
padding: 0px;
}
#navlist li a, #navlist li a:link, #navlist li a:visited {
	color: #7d5d4f;
	text-transform: none;
    margin: 0px;
	padding: 5px 20px;
	}

#navlist li a:hover, #navlist li a:active {
	background: #EBE6D4;
	color: #000000;
	margin: 0px;
	padding: 4px 20px;
	text-decoration: none;
	}

#SlideShow {
	float: left;
	width: 780px;
	color: #333;
	height: auto;
	padding: 5px;
	background:url(images/nav_bg.jpg) repeat-x bottom #993300;
}
#leftcolumn {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	min-height: 890px;
	height: auto !important;
	height: 745px;
	width: 548px;
	float: left;
	background: url(images/back20.jpg) repeat-x #fdfcfa;
}
#lcl {
	width: 270px;
	float: left;
}
#lcr {
	width: 270px;
	float: right;
}
#rightcolumn {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	width: 201px;
	display: inline;
	background: url(images/back10.jpg) repeat-x #e2d6bc;
	border-left: 1px dotted #966;
}
#footer {
	clear: both;
	color: #fff;
	text-align: center;
	border-top: 2px solid #d2c9b8;
	border-bottom: 2px solid #d2c9b8;
}
#footer a{
	text-decoration:none;
	color: #fff;
	font-weight: bold;
}

  .div{font-family:Tahoma; font-size:11px;  color:#737373; }

	/* // here comes the goodnes  */
#copyright {
	background-color:#ecdfbf;
	height:60px;
	text-align:center;
}
	
	
#copyright		a{
			z-index:10;
			}
#copyright		a:hover{
			position:relative;
			z-index:100;
			}			
#copyright		a span{
			display:none;
			}
#copyright		a:hover span{
	display:block;
	position:absolute;
	float:left;
	white-space:nowrap;
	top:-8.2em;
	left:-15.5em;
	background:#d2c9b8;
	border:1px solid #444;
	color:#444;
	padding:1px;
	z-index:10;
			}			
		
	/* // goodnes  */
	
		/* // here comes the goodnes  */
#privacy {
	background-color:#ecdfbf;
	height:20px;
	text-align:center;
}
	
	
#privacy		a{
			z-index:10;
			}
#privacy		a:hover{
			position:relative;
			z-index:100;
			}			
#privacy		a span{
			display:none;
			}
#privacy		a:hover span{
	display:block;
	overflow:auto;
	position:absolute;
	float:left;
	white-space:wrap;
	top:-8.2em;
	left:-50.5em;
	background:#d2c9b8;
	border:1px solid #444;
	color:#444;
	padding:1px;
	z-index:10;
			}	
					
	/* // goodnes  */
		/* // here comes the goodnes  */
#privacy2 {
	text-align:center;
}
	
	
#privacy2		a{
			z-index:10;
			}
#privacy2		a:hover{
			position:relative;
			z-index:100;
			}			
#privacy2		a span{
			display:none;
			}
#privacy2		a:hover span{
	display:block;
	overflow:auto;
	position:absolute;
	float:left;
	white-space:wrap;
	top:-18.2em;
	left:-10.5em;
	background:#d2c9b8;
	border:1px solid #444;
	color:#444;
	padding:1px;
	z-index:10;
			}	
					
	/* // goodnes  */

.gallery_divs {
	float:left;
	width:120px;
	border: 1px dotted;
	margin: 1px;
	text-align: center;
	padding: 5px;
	min-height: 80px;
}
.gallery_divs img {
border:2px dotted #cc9;
}
.image_dotted {
border:2px dotted #cc9;
}
