html, body, div, span, p, h1, h2, h3, h4, input, button, textarea, a, em, img, strong, ul, li, form, label, table, tr, th, td {
 margin:0;
 padding:0;
 border:none;
 outline:none;
}
body {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	height:100%;
	color:#112e11;
}

.graphics,
.leftLimit,
.rightLimit,
.bgCenter {
	display:block;
	position:relative;
	height:100%;
	width:100%;
}

.graphics {
	background:url(../img2/bgRep.jpg);
}
.leftLimit {
	background:url(../img2/bgLeft.jpg) top left repeat-y;
}
.rightLimit {
	background:url(../img2/bgRight.jpg) top right repeat-y;
}
.bgCenter {
	background:url(../img2/bgCenter.jpg) top center repeat-y;
}


a {
	color:#112e11;
	text-decoration:none;
}

a:hover {
	color:#606060;
	text-decoration:underline;
}


.clear {
	clear:both;
	position:relative;
	font-size:0;
	height:0;
	display:block;
	line-height:0;
}

.header {
	width:648px;
	height:282px;
	position:relative;
	margin:0 auto;
	background:url(../img2/header.png) top no-repeat ;
	}	

#mainCont {
	width:650px;
	height:auto;
	position:relative;
	margin:0 auto;
	background:url(../img2/bodyBg.jpg) center repeat-y;
	color:#46180d;
	font-size:12px;
	}

h2 {
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	padding:20px 0;
	}

.content {
	margin:0 auto;
	padding:30px 40px;
	}

.links {
	display:block;
	margin:0 auto;
	display:block;
	position:relative;
	overflow:hidden;
	width:418px;
	padding:0 0 30px;
	}

.enter, .exit {
	background:url(../img2/links.jpg) top no-repeat ;
	float:left;
	height:56px;
	}

.enter {
	width:220px;
	background-position:top left;
	margin-right:10px;
	}

.exit {
	width:188px;
	background-position:top right;
	}

.enter:hover {
	background-position:bottom left;
	}

.exit:hover {
	background-position:bottom right;
	}


.lastText {
	text-align:center;
	color:#fff;
	font-size:10px;
	font-family:Verdana;
	width:600px;
	margin:0 auto;
	padding:20px 0 10px;
	}

.thumbs {
	padding:0 0 20px 36px;
	display:block;
	position:relative;
	overflow:hidden;
	}

.thumbs img {
	float:left;
	margin-right:10px;
	display:block;
	}