﻿html, body {
	min-height: 100%;
	padding: 0;
	margin: 0; }

html {
	background: #000 url('../images/body_bg.jpg') no-repeat left bottom;
	color: #FFF; }
body {
	background: url('../images/corner.jpg') no-repeat right top; }

h1 {
	width: 552px;
	height: 109px;
	margin: 0;
	padding: 0;
	background:  no-repeat left top url('../images/logo.gif'); }
h1 span {
	display: none; }
	
h2, h3 {
	border-bottom: 1px solid #F8F1BA; }

#navigation {
	color: #000;
}
#navigation li {
	display: block;
	float: left;
	height: 2em;
	margin: 0.2em;
}
#navigation a {
	display: block;
	vertical-align: bottom;
	background: #F8F1BA;
	padding: 10px 40px 4px 10px;
	font-size: small;
}
#navigation a:link,
#navigation a:visited {
	color: #000;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFF;
	background: #D4AF37;
}
	
#content {
	clear: both;
	margin: 83px;
	padding: 18px;
	padding-top: 25px;
	padding-bottom: 118px;
	margin-bottom: 0; }
	
#content table {
	width: 100%; }
	
#content a:link {
	color: #F8F1BA;
	text-decoration: none; }
#content a:visited {
	color: #D4AF37;
	text-decoration: none; }
#content a:hover {
	text-decoration: underline; }
	.imgsize img{
	width:150px;
	height: 226px;}
}
a img {
	border: 2px solid #F8F1BA;
	margin: 18px; }