* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	letter-spacing: 0.09em;
	font-family:georgia,serif;
	color: black;
	font: 14px/20px;
	height: 100%;
}
a {
	color: black;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #A98F64;
	text-decoration: none;
}
p {
	font-weight:normal;
	line-height:150%;
	padding:0px;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}



.nobr {white-space: nowrap;
}




#wrapper {
	width: 100%;

	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {

	background-image: url(img/goldhead.png);

	background-repeat: repeat-x;

	padding: 22px;
	height: 200px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	padding-left: 0;
	padding-bottom: 70px;
	padding-right: 0;
	padding-top: 0px;
	width: 100%;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	
}
#content {
	z-index: -1;            
	position: absolute;	            
	padding-left: 320px;
	bottom: 15px;
	right: 7px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
  
	padding-left: 22px;
  
	position: absolute;
	bottom: 76px;
	color: black;
	font-size: 14px;
	font-family: serif;
	width: 300px;
	margin-left: 00%;
	
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	padding-left: 22px;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: -50px;
}


h1 {
	  margin-bottom: 22px;
	  font-size: 18px;
}


