@charset "utf-8";
body/* CSS Document */

 {
	text-align: center;
	background-color: #B77D8D;
	font-family: Century Gothic;
	font-size: 80%;
	line-height: 18px;
	color: #000000;
}

#container {
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
  min-height: 768px;
  text-align: left;
  background-color: #60222C;
  font-family:Verdana, Arial, Helvetica, sans-serif 
  padding: 0px;
  padding-bottom: 20px;
  color:#CCCCCC;
  overflow: auto;
}
#header {
	height: 226px;
	width: 100%;
}
#email {
	position:relative;
	left:50px;
	top:-15px;
	width:142px;
	height:23px;
	z-index:2;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
  	font-size: 80%;
}
#left {
	float: left;
	width:622px;
}
#display {
	float: left;
	padding-left: 56px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 24px;
}
#descrip {
	margin-top: 20px;
	font-size: 90%;
	text-align: left;
}
#right {
	float: right;
	width: 300px;
	padding: 33px;
	padding-top: 10px;
	}
#thumbs {
	padding: 10px;
	padding-bottom: 0px;
	text-align:left;
}
#footer {
	clear: both;
	line-height: 1;
	text-align: center;
	font-size: 8pt;
	padding-bottom: 10px;
}
h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, san-serif;
	font-size: 110%;
	}
a:link{
	color: #F4B7B4;
	text-decoration: none;
	border: none;
	border-width: 0px;
}
a:visited {
	color: #919191;
	text-decoration: none;
}
a:hover, a:active {
	color:#EFEEA5;
	text-decoration: none;
}

.thumb {
	border:1px; 
	border-thickness: 1px; 
	border-style: solid;
	margin: 0px;
	margin-bottom: 10px;
}
a:link .thumb { 
	border-color: #F4B7B4; 
} 
a:visited .thumb {
	border: 1px;
	border-thickness: 1px;
	border-color: #988A1F;
	border-style: solid
}
a:hover .thumb, a:active .thumb {
	border:1px; 
	border-thickness: 1px; 
	border-color: #EFEEA5; 
	border-style: solid
}
