#menu {
	margin:0 auto;
	padding:0;
	width: 225px;
}

#wrapper {
	text-align:left;
	position:relative;
	margin:0 auto;
	padding:0;
	width: 775px;
}
#photo {
	text-align:left;
	position:absolute;
  	padding: 0px;
   	left:208px;
   	top: 36px;
   	height: 308px;
   	width: 529px;
   	z-index: 20;
}
#contactText{
	text-align:left;
	position:absolute;
  	padding: 10px;
   	left:25px;
   	top: 85px;
   	height: 100px;
   	width: 160px;
   	z-index: 2;
}

body {
	background-color: #3d3939;
	background-image:url(images/background.gif);
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px; 
}
.bodytext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px; 
}
.bodytextHighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a34646;
	line-height: 14px; 
}
.bodytextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 12px; 
}
.title1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #959494;
	line-height: 14px;
	font-weight:bold ;
}

a.bodytextLinker:link, a.bodytextLinker:visited { 
	font-family: verdana, arial, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #ffffff; 
	text-decoration: underline; 
	line-height: 16px;
}
a.bodytextLinker:hover { 
	font-family: verdana, arial, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #c08d53; 
	text-decoration: underline; 
	line-height: 16px;
}

a.menulink:link, a.menulink:visited { 
	font-family: verdana, arial, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #898c66; 
	text-decoration: none; 
	line-height: 16px;
}
a.menulink:hover { 
	font-family: verdana, arial, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #c08d53; 
	text-decoration: underline; 
	line-height: 16px;
}
.subtext {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ABAAAA;
}

a.foot:link, a.foot:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B4B2B2;
	line-height:16px;
	text-decoration: none; 
}
a.foot:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height:16px;
	text-decoration: underline; 
}
.foottext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B4B2B2;
	line-height:16px;
}

/* Gallery Popup CSS for thumbnail*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -100px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 3px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 10px;
left: -263px; /*position where enlarged image should offset horizontally */

}


#pnlSubmitWait, #pnlSubmitFailure, #pnlSubmitSuccess {
	background-repeat: no-repeat;
	text-align: left;
	font-style: italic;
	padding: 0px 0px 10px 20px;
}

#pnlSubmitWait {
	background-image: url("images/wait.gif");
	color: #959494;
}

#pnlSubmitFailure {
	background-image: url("images/exclamation.png");
	color: #993416;
}

#pnlSubmitSuccess {
	background-image: url("images/accept.png");
	color: #ffffff;
}

.errors
{
	color: #993416;
}