body {
	margin: auto;
	background: #E5C403 url(bg.jpg) repeat-y fixed center top;
	text-align: center;
}

html {
	scrollbar-face-color: #800000;
	scrollbar-track-color: #E5C403;
	scrollbar-arrow-color: #E5C403;
	scrollbar-3dlight-color: #a2a2a2;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #666666;
	scrollbar-darkshadow-color: black;
}

#top {
	background: url(top.jpg) no-repeat center bottom;
	height: 150px;
	width: 700px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #E0C72D;
	border-right-color: #E0C72D;
	border-bottom-color: #E0C72D;
	border-left-color: #E0C72D;
	margin: auto;
}

#toptop {
	height: 160px;
	width: 700px;
	background-position: center;
	margin: auto;
	padding-top: 8px;
	background-color: #FFFFFF;
}

#columns {
	width: 700px;
	margin: auto;
}

#columns #left {
	margin: auto;
	width: auto;
	float: center;
	padding: 12px;
}

#columns #left h1 {
	text-align: center;
	font-family: Trebuchet MS, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #E5C403;
}

#columns #left p {
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #89582F;
}

#footer {
	background-color: #800000;
	height: 50px;
	width: 700px;
	bottom: 0px;
	position: inherit;
	clear: both;
	color: #FFFFFF;
	margin: auto;
}

#footer p {
	background-color: #800000;
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
}

#footer a:link, a:hover, a:active, a:visited {
	text-decoration: none;
	border-bottom: 1px white dotted;
	color:  #ffffff;
}

.email {unicode-bidi:bidi-override; direction: rtl;}
#columns #left a:link, #columns #left a:visited {
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #89582F;
	background-color: #FFFFFF;
	text-decoration: underline;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #E5C403;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: bold 14px Trebuchet MS;
	letter-spacing: 2px;
	line-height: 1.1em;
	color: #800000;
	padding: 5px 0;
	text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: #E5C403;
	font: bold 14px Trebuchet MS;
	padding-bottom: 10px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid #C6C6C6;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}