@charset "utf-8";
/* CSS Document */

body {
	background-repeat: repeat;
	background-position: center;
	background-color: #c6b199;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-style:	italic;
	font-size: 14px;
	color:#7b6e5e;
	
	
}

a:link, a:active, a:visited {
	color:#000000;
	text-decoration: none;
	
}

a:hover {

	color:#000000;
	text-decoration: underline;

}


 html, body, .wrapper {
	  min-height:100%;
      margin: 0 auto 0 auto;
      padding: 0;
      border: none;
   }

.wrapper {
width: 895px;	
}

#container {
	min-height:1%;
	overflow: hidden;
	padding: 0;
} 

.menu {
	position: fixed;
	width: 240px;
	top: inherit;
	left: inherit;
	text-align:right;

}

.main {
	min-height:100%;
	padding: 30px;
	background: #fff;
	width:600px;
	float:right;
	
}

.logos {
	position:fixed;
	bottom: -15px;
	width: 365px;
	right: 24px;
	cursor: help;
	
}

.sub {
	text-align:left;
	padding:5px;
	padding-bottom:0px;
	
}
