@charset "utf-8";

body {
	background-image: url(../images/passage.jpg);
	background-repeat: repeat;
	margin-top: 5px;
	margin-bottom: 0px;
}

h1 {
  font-family: "Copperplate Gothic Light";
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

h2 {
  font-family: "Copperplate Gothic Light";
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  color: #666666;
}

a {
  font-family: Copperplate Gothic Light;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #FFB53B;
}

li {
  font-size: 12px;
  font-family: "Copperplate Gothic Light";
  color: #666666;
  padding-top: 2px;
  margin-top: 10px;
}

#main {
  position: relative;
  border-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: none;
  border-left-style: solid;
  border-color: #000000;
  background-color: #FFFFFF;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  vertical-align: top;
  height: 1100px;
  padding-bottom: 10px;
}

#sidebar {
  border: 1px dashed #666666;
  background-color: #F7CE7C;
  height: 647px;
  width: 33%;
  float: left;
  height: 100%;
}

#main_bar {
  width: 32%;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

#sidebar2 {
  float: right;
  width: 33%;
  text-align: center;
}

#footer {
  font-family: "Copperplate Gothic Light";
  font-size: 14px;
  color: #000000;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}


#contact {
	background-color: #F7Ce7C;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	height: 98%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dashed #666666;
	vertical-align: top;
}

.gallery_table {
	background-color: #EFE7D4;
	height: 638px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	border: 1px dashed #666666;
}


#body_table {
 position: relative;
	background-color: #EFE7D4;
	height: 82%;
	width: 98%;
	border: 1px dashed #666666;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
  padding: 5px;
}

.bio_table {
	font-family: "Copperplate Gothic Light";
	font-size: 12px;
	font-style: normal;
	line-height: 16pt;
	color: #666666;
	text-align: justify;
	margin: 2px;
}
.contact_img {
	vertical-align: top;
	height: 296px;
	width: 400px;
	margin-right: 50px;
	margin-left: 50px;
}


.bio_font {
	font-size: 12px;
	font-family: "Copperplate Gothic Light";
	color: #666666;
	padding-top: 2px;
	margin-top: 10px;
}

.bio_img {
	height: 385px;
	width: 100%;
	border: 1px dashed #666666;
}

.bio_link {
  color: #29427B
}

.header {
	background-image: url(../images/liston_header6.jpg);
	height: 127px;
	width: 788px;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
}

.contact_font {
	font-size: 12px;
	font-family: "Copperplate Gothic Light";
	color: #666666;
	padding-top: 5px;
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.email_link {
	text-decoration: none;
	font-family: "Copperplate Gothic Light";
	font-size: 12px;
	color: #666666;
}

