* {
     margin: 0;
}

html, body {
    height: 100%;
}

body  {
	font: .8em Tahoma, Helvetica, sans-serif;
	background-color: #292929;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #5B7876;
}

A:link {
	color: #412A22;
	text-decoration: none;
	font-weight:bold;
}

A:visited {
	color: #412A22;
	text-decoration: none;
	font-weight:bold;
}

A:hover {
	color: #8F9E8B;
	text-decoration: none;
	font-weight:bold;
}

.footer A:hover {
	color: #292929;
	text-decoration: none;
	font-weight:bold;
}

#container{
	width: 775px;
	background-color: #F2E6B6;
	text-align: left;
	background-image: url(images/bodybg.jpg);
	
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -38px;
	}
	
.footer, .push {
    height: 23px;
	padding-top: 15px;
}

.footer {
	font: .7em Tahoma, Helvetica, sans-serif;
	text-align: center;
	background-color: #8F9E8B;
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	clear:both;
	width: 775px;
	color: #412A22;
	margin: 0 auto;
}

h1 {
	font: 1.75em Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	padding-left: 20px;
	margin-bottom: 0;
	color: #412A22;
}
	
#header	{
	height:156px;
	background-color: #5B7876; 
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	text-align:right;
	padding: 15px 15px 0px 0px;
	font: .9em Tahoma, Helvetica, sans-serif;
}

.category	{
	clear: both;
	width:775px;
	}
	
.thumbs	{
	background-color: #F2E6B6;
	float: left;
	line-height: 2.5;
	padding: 10px 0px 25px 20px;
	}
	


.thumbs img {
	border-color: #412A22;
	border-width: 3px 3px 7px 3px;
	border-style: solid;
}

.thumbs img:hover {
	border-color: #483E3E;
	border-width: 3px 3px 7px 3px;
	border-style: solid;
}

.thumbs ul {
	list-style-type: none;	
	padding: 0;
	margin: 0;
}

.description {
	width: 290px;
	background-color: #F2E6B6; 
	float: right;
	padding: 10px 12px 10px 0px;
}

hr {
	color: #5B7876;
	background-color: #5B7876;
	height: 3px;
	width: 755px;
	margin:auto;
	text-align:center;
}
