@charset "utf-8";
/* CSS Document */
a:link{
	color: #81735d;
   	font-size: 12px;
   	text-decoration:none;
	margin:5px;
}
a:hover {
	color: #81735d;
   	font-size: 12px;
	text-decoration: underline;
	margin:5px;
}

a:visited {
	color: #81735d;
   	font-size: 12px;
   	text-decoration:none;
	margin:5px;
}
a:visited:hover {
	color: #81735d;
   	font-size: 12px;
	text-decoration: underline;
	margin:5px;
}
html, body {
	margin:0px;
	padding:0px;
	background:#f1f0ef;
	color: #6b5f4b;
	font-family:Georgia;
}
a img {border: none;}
td {padding: 0px;}
table {border-collapse: collapse;}


.main {
	width: 952px;
	height: 100%;
}

.top {
	height: 194px;
	width: 100%;
	text-align:center;
	vertical-align:top;
}
.left {
	height:100%;
	width: 93px;
	text-align:left;
	background: url(../img/left.gif) top right repeat-y;
}

.center {
	height:100%;
	text-align:left;
	background: #bdb09c;
	padding-left:67px;
	vertical-align:top;
	width:620px;
}
.right {
	height:100%;
	width: 153px;
	text-align:left;
	vertical-align:bottom;
	background: url(../img/right.gif) top left repeat-y;
}
.menu {
	margin-top:30px;
	margin-bottom:30px;
	
}

.footer {
    font-size:12px;
	text-align:center;
}

h3 {
font-size:13px;
}

h2 {
    font-size:14px;
}
h1 {
    font-size:15px;
}
.text {
    background-color:#bdb09c;
}