/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px;
	padding: 0;
	background: #786E50 url(images/img01.gif);
	font-family: Palatino Linotype,Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3C3728;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: "Palatino Linotype",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

h2 { font-size: 24px; }
h3 { font-size: 16px; }

p, ol, ul {
	line-height: 20px;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.image {
	float: left;
	margin: 5px 15px 0 0;
	border: 4px solid #000000;
}

.byline {
	margin: 0;
	padding: 0 0 0 5px;
	background: #645B43;
	font-size: 9px;
}

/* Header */


#preheader_on {
	width: 600px;
	height: 60px;
	margin: 0 auto;
	background: url(images/loghi.jpg);
	border: 0px solid #000000;
}

#preheader_off {
	width: 600px;
	height: 60px;
	margin: 0 auto;
	background: url(images/nologhi.jpg);
	border: 0px solid #000000;
}

#header {
	width: 592px;
	height: 212px;
	margin: 0 auto;
	background: url(images/img02.jpg);
	border: 4px solid #000000;
}

#header h1 {
	float: left;
	padding: 40px 0 0 306px;
	text-transform: uppercase;
	text-align: right;
	font-size: 17px;
	color: #000000;
}

#header h2 {
	float: right;
	padding: 95px 5px 0 0;
	font-size: 11px;
}

#header a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	color: #ACA283;
}

/* Menu */

#menu {
	width: 600px;
	height: 25px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 25px;
	padding: 0px 0 0 0;
	background: url(images/img3.gif);
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #ACA283;
}

#menu a:hover, #menu .active a {
	background: url(images/img4.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 592px;
	margin: 0 auto;
	background: #786E50 url(images/img5.gif) repeat-y -30px 0;
	border: 4px solid #000000;
}

#colOne {
	float: left;
	width: 150px;
	font-size: 14px;
	padding: 20px;
}

#colOne h3 {
	margin: 5px 0 10px 0;
	color: #786E50;
}

#colOne ul {
	margin: 0 0 0 0px;
	padding: 0;
	list-style: none;
}

#colOne a {
	color: #645B43;
}

#colTwo {
	float: right;
	width: 350px;
	padding: 25px;
}




/* single thumbnail */

	p.thumb{
		float:left;
		margin:0 0;
		margin-right:0px;
		border:0px solid #999;	
		padding:0px;
	}
	p.thumb a{
		display:;
		float:left;
		width:100px;
		height:100px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;	
	}	
	p.thumb a img{
		float:left;
		position:absolute;
		top:0px;
		left:0px;	
	}
	
	/* mouse over */
	
		p.thumb a:hover{
			overflow:visible;
			z-index:2;
			border:none;		
		}
		p.thumb a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */	

/* // single thumbnail */





/* Footer */

#footer {
	width: 600px;
	margin: 0 auto;
	background: #000000;
}

#footer p {
	margin: 0;
	padding: 0 0 4px 0;
	text-transform: lowercase;
	text-align: center;
	font-size: 9px;
	color: #3C3728;
}

#footer a {
	color: #786E50;
}

