@charset "utf-8";
#content #txt  {
	margin-top: 0px;
	margin-right: 250px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #592D00;
}

#main {
	width:800px;
	margin:0 auto;
	background-color: #FFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DFDFCA;
}
#header {
	height: 270px;
	width: 800px;
	margin-bottom: 20px;
	background-color: #FDDC9F;
	position: relative;
	background-image: url(/elements/imgs/header/1.jpg);
	background-repeat: no-repeat;
}
#header #nav {
	position: absolute;
	top: 16px;
	right: 71px;
	width: 200px;
	height: 167px;
	vertical-align: middle;
	padding:0;
    margin:0;
}
#header #nav li {
  list-style-type:none;
}
#header #nav li a {
  display: block;
  background-repeat: no-repeat;
  width: 200px;
  height: 30px;
  text-decoration:none;
}
#content {
	background-image: url(/elements/imgs/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 100px;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	text-align:center;
	font-size:12px
}
