@import url();

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	text-align: left;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #fff url(images/bg.jpg) top center;
	color: #333333;
	margin-top:0;
}

a, a:link, a:visited {
	text-decoration: none;
	color:#ae5e41;
    cursor:pointer;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 15pt;
	font-family: Georgia;
	font-weight: bold;
	margin:0px;
}

h2 {
	font-size: 11pt;
	font-weight: normal;
	font-style: italic;
	font-family: Georgia;
	margin:0 0 10px 0;
}

#outerwrapper {
	height:100%;
	width:700px;
	margin:0 auto;
	/*border:thin red solid;*/
	
}

#contwrapper{
	height:100%;
	width:650px;
	margin:0 auto;
	/*border:thin blue solid;*/
}

#innerwrapper {
	height:100%;
	width:700px;
	background: url(images/shadowbg.jpg) repeat-y top center;
	/*border:thin yellow solid;*/
}

#placeholder {
	/*background: url(placeholder.jpg) no-repeat top center;*/
	width:700px;
	
}

#bottom {
	height: 44px;
	background:transparent url(images/bottom.png) no-repeat center;
}


#bottom span {
color: #ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

#content {
	width:610px;
	padding:20px;
	background-color:#f6f5e6;
	padding-top:10px;
	/*border:thin white solid; */
}

#header {
	background: url(images/head.jpg) no-repeat left;
	display: block;
	width:650px;
	height:189px;
	/*border-bottom: 2px solid #ffcd7f;*/
}
#header2 {
	display: block;
	width:650px;
	height:65px;
	/*border-bottom: 2px solid #ffcd7f;*/
}



#nav ul {
	list-style:none;
	width:100%;
	display:block;
	padding:0;
	float: left;
	text-align: center;
	position:relative;
	border:thin white solid;
	
}

#nav li {	
	float:left;
	margin-bottom:20px;
	width: 55px;
	display: block;
	margin-left:10px;
	margin-right:10px;
	border:thin white solid;
}

.active {
	/*border-bottom: 1px solid #ae5e41;*/
	background:transparent url(images/underbg.jpg) bottom center no-repeat;
	color: #ae5e41;
}



.left {
	border:none;
	float:left;
	margin: 0 10px 7px 0;
}

.right {
	border:none;
	float:right;
	margin: 0 0 7px 10px;
}

#logo {
	display:block;
	width:224px;
	height:50px;
	background:url(images/logo.jpg);
}

table {
    border:0;
    padding:0;
    margin:0;
}


tr {
    background: #C0D09B;
}


.tabletop {
    background: #5B6C33;
    color:#ffffff ;
    font-weight:bold;
    font-size: large ;
}

.clr{
  clear: both;
}

.photos tr {
	background: transparent;
}



