* {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#5b491e;
}
hr {
	border:1px dashed #ba943f;
	height:1px;
}
a {
	color:#5b491e;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:#ba943e;
	font-weight:bold;
	text-decoration:none;
}
body {
	background-color:#ba943e;
	background-image:url("Layout/main-bg.gif");
	background-repeat:repeat-x;
	margin:0;
}
#site {
	width:978px;
	margin: 0px auto;
	text-align:left;
	height:auto;
}
#left {
	width:112px;
	float:left;
	min-height:460px;
	background-image:url("Layout/woosh-left.gif");
	background-repeat:no-repeat;
}
#center {
	width:756px;
	float:left;
	height:auto;
	background-image:url("Layout/stretch-bg.gif");
	background-repeat:repeat-y;
}
#header {
	height:213px;
	background-image:url("Layout/header.gif");
	background-repeat:no-repeat;
}
#contentholder {
	min-height:375px;
	background-image:url("Layout/content-bg.gif");
	background-repeat:no-repeat;
}

#menu {
	width:auto;
	padding-left:43px;
	padding-top:41px;
	float:left;
}
#content {
	width:480px;
	float:left;
	margin-left:41px;
	background-color:#feebc0;
}
.pageTitle {
	background-image:url("Layout/title-bg.jpg");
	background-repeat:no-repeat;
	background-position:bottom;
	height:40px;
	line-height:40px;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	margin-bottom:10px;
}
.pageText {
	line-height:15px;
}
.fulllink {
	margin-bottom:7px;
}
.link {
	width:215px;
	float:left;
	height:22px;
	line-height:22px;
}
.input_contact {
	width:333px;
	border:1px solid #ba943f;
	background-color:#fdf3dd;
}
.pupitem {
	background-color:#FFFFFF;
	border:3px solid #bc9541;
	padding:7px;
	margin-bottom:15px;
}
#footer {
	clear:both;
	height:78px;
	background-image:url("Layout/footer.gif");
	background-repeat:no-repeat;
}
#right {
	width:110px;
	min-height:175px;
	float:left;
	background-image:url("Layout/woosh-right.gif");
	background-repeat:no-repeat;
}

ul#thumbs, ul#thumbs li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	ul#thumbs li{
		float:left;
		margin-right:8px;
		margin-bottom:8px;
		border:1px solid #999;	
		padding:2px;
	}
	ul#thumbs a{
		display:block;
		float:left;
		width:60px;
		height:60px;
		line-height:60px;
		overflow:hidden;
		position:relative;
		z-index:1;		
	}
	ul#thumbs a img{
		float:left;
		position:absolute;
		top:-20px;
		left:-50px;	
	}
	
	/* mouse over */
	
		ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		ul#thumbs a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */

	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
