body {
	margin: 0px;
	margin-top: 18px;
	margin-bottom: 50px;
	padding: 0px;
	background: url(../img/bg.jpg);
	font-family: Times New Roman, sans;
	font-size: 10pt;
}

a, a:link, a:visited, a:active {
	color: blue;
}

div {
	padding: 0px;
}

menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: url(../img/tb2.png) repeat-x;
	border-top: 1px solid #2B2927;
	border-bottom: 1px solid #7D715C;
	height: 18px;
	border-left: 1px solid #7D715C;
	border-right: 1px solid #7D715C;
	font-family: Arial, sans-serif;
}
menu li {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	float: left;
	font-size: 11px;
	font-weight: bold;
}
menu li a,
menu li a:link,
menu li a:active,
menu li a:visited {
	color: #FFF;
	text-decoration: none;
}
menu li a:hover {
	text-decoration: underline;
}

ul {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	padding-left: 15px;
}
ul li {
	
}

#outer {
	margin-left: auto;
	margin-right: auto;
	width: 729px;
	background: url(../img/shadow-right.jpg) repeat-y right top;
}
#wrapper {
	width: 715px;
	padding-left: 7px;
	background: url(../img/shadow-left.jpg) repeat-y left top;
	border: 0px solid #505050;
}

#content {
	font-size: 10pt;
	padding: 15px;
	padding-top: 25px;
	padding-bottom: 35px;
	color: #524D45;
	color: #303035;
	background: url(../img/bg2.jpg);
	border-left: 1px solid #A3957C;
	border-right: 1px solid #A3957C;
}

#content_water {
	background: url(../img/watermark.jpg) no-repeat left top;
	clear: both;
}

#content h1 {
	margin: 0px;
	padding: 0px;
	font-size: 16pt;
	color: #483D29;
}

#content p {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 16pt;
}

#content .section {
	padding-top: 25px;
}

#footer {
	clear: both;
	padding-top: 5px;
	text-align: center;
	background: url(../img/ft.png) repeat-x;
	border: 0px solid #2B2927;
	border: 1px solid #7D715C;
	height: 28px;
	font-family: monospace;
	font-size: 10px;
	color: #343A3A;
}
#footer a {
	color: #343A3A;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


div.photo {
	float: left;
	width: 110px;
	height: 110px;
	margin: 5px;
	text-align: center;
}

.shadow {
  float: left;
  background: url(../img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../img/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 3px;
}
.shadow div {
  display: block;
  position: relative;
  background-color: #EEE;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
