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

body {
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center 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 {
      height:100%;
      margin: 0 auto 0 auto;
      padding: 0;
      border: none;
   }

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

.menu {
	position: fixed;
	width: 240px;
	top: inherit;
	right: inherit;

}

.main {
	padding: 30px;
	
}

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

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