body {
	background-color:#EFEFEF;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #312F1A;
}
a {
	color: #369;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}

.text1 {
	clear: both;
}

#wrapper {
	text-align: left;
	margin: 5px auto;
	width: 1000px;
}

#header {
	padding-top: 2px;
	width: 252px;
	position: relative;
}

h1 {
  color: #FDE7C2;
  background: #369;
  border: 2px solid #C4B888;
  padding: 8px;
  text-align: center;
  font: 25px "Times new roman", sans-serif;
  font-style: italic;
  font-weight:normal;
  margin: 0 0 2px 21px;
}

#body {
  position: relative;
  width: 100%;
}

#menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 252px;
  padding-top: 292px;
  background: url(images/pic_13.JPG) no-repeat;
}
#menu ul {
  background: bottom right #369 url(images/nav_bot1.jpg) no-repeat;
  margin: 0 7px 0 28px;
  padding: 5px 20px 15px 20px;
}
#menu li {
  list-style: none;
  background: bottom left url(images/dots1.jpg) repeat-x;
}
#menu a {
  color: #FDE7C2;
  font: 18px "times new roman", serif;
  font-style: italic;
  background: #369;
  padding-right: 8px;
}

#menu a.active {
	text-decoration:underline;
}

#content {
	background: #EFECD1;
	width: 720px;
	border: 2px solid #C4B888;
	margin-left: 254px;
	min-height: 278px;
}

#content .text, #content .main2 {
  float: right;
  margin-top: 14px;
  padding-right: 5px;
  padding-left:5px;
  margin-right:10px;
  font-size:14px;
}

#content .text {
	padding-bottom: 1px;
	border-bottom: 1px solid #D6D3BA;
}

#content .text p, #content .main2 p {
	margin: 0 1px 0 0;
}
#content .main2 .right {
  margin-left: 18px;
}
#content .text .text1, #content .main2 .text1 {
  height: 20px;
  margin-bottom: -10px;
}

h2 {
  font: italic 22px "Times new roman", serif;
  color: #369;
  margin: 0 0 0.5em 0;
}

#footer {
	width: 148px;
	padding: 4px 0;
	text-align: center;
	background: #EFECD1;
	border-left:2px solid #C4B888;
	border-bottom: 2px solid #C4B888;
	border-right: 2px solid #C4B888;
	top: 633px;
	margin-left:826px;
}
#footer a {
  color: #000;
  font-weight: normal;
  font-size:14px;
}


h3 {
	font-size:18px;
	text-align:right;
	margin-right:160px;
}
