html {
height:100%;
width: 800px;
}

body {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #bea9ae;
}

#container {
	width: 760px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.banner a:hover {
	text-decoration: underline;
}


.banner {
	font-size:x-large;
	font-weight:normal;
	letter-spacing:0.5em;
	color:#462627;
	font-weight:200;
}
#banner2 h3 {
	font-size:x-large;
	font-weight:normal;
	letter-spacing:0.5em;
}

#banner2 {
	padding: 0px;
	padding-right: 8px;
	margin-bottom: 30px;
	height:100px;
	background: #777777;
	color:#462627;
	width:100%;
	font-size:medium;
	font-weight:200;
	text-align:right;
}

#banner2 a:hover {
	text-decoration: underline;
}

a,
a:link,
a:visited,
a:active,
a:hover {
	text-decoration: none;
	color:#462627;
}

a:hover {
	text-decoration: underline;
}

#content {
	margin-left: auto; 
	margin-right: auto;
	background:#bea9ae;
	text-align:left;
//	min-height: 600px;
}

#content p {
	margin-left:50px;
	margin-right:50px;
}

#content h2 {
	margin-left:50px;
}

#content table {
	margin: 0 auto; 
	padding:0px;
	border:0;
}

#content img {
	margin:0px;
	padding:0px;
	border:1px;
	border-color:black;
	border-style:solid;
}

.menuT {
	width: 400;
	text-align:center;
}

.footer {
	color:#777777;
	font-size: x-small;
	text-align:center;
}

.footer a,
.footer a:link,
.footer a:visited,
.footer a:active {
	text-decoration: none;
	color:black;
}

.footer a:hover {
	text-decoration: underline;
}


#copy {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: xx-small;
}

.caption {
	text-align: right;
	font-style: italic;
	font-size: 10px;	
}
	
.spacer {
	width: 5px;	
}

.vspacer {
	height: 25px;	
}

.vspacer1 {
	height: 15px;	
}

.nobord {
	border:0px;
}

.nobord2 {
	border:0px;
	margin-top:15px;
}


.menu {
	text-align:center;
}

.pictsL {
	height:350px;
	width:350px;
	vertical-align:bottom; 
	text-align:right;
}
.pictsR {
	height:350px;
	width:350px;
	vertical-align:bottom; 
	text-align:left;
}


.black {
	background-color:black;
	color:#999999;
}
