* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	background:url(images/bguzor.jpg);
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	
}
a {
	color:#7e6946;
	text-decoration:underline;
}
a:hover {
	color:#7e6946;
	text-decoration:none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}

#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 150px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 270px;
}

h1{
	font-size:25px;
	font-style:italic;
	color: #a37235;}
h2{
	font:12px;
	color: #624932;
	padding-left:13px;
	
	}

h3{
	font-size:14px;
	font-style:italic;
	color: #a37235;}
/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -100px auto 0;
	min-width: 1000px;
	height: 100px;
}
