html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
a {
	color: white;
}
a:hover {
	color: #eee;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #000;
	font: 12px arial, sans-serif;
	color: #A7A7A7;
	padding: 30px 5px;
	text-align: center;
}

/************************** wrappers **********************************/

#wrapper {
	text-align: left;
	width: 754px;
	margin: auto;
	background: url(body_bg.gif) repeat-y;
}
#body {
	position: relative;
}
#body-top {
	background: top left url(bar.gif) no-repeat;
}
#body-bot {
	background: bottom left url(bar.gif) no-repeat;
}

/************************** Header **********************************/

h1 {
	padding: 17px 0px 0px 95px;
}
#person {
	float:right;
	padding: 17px 15px 0px 0px;
	right: 20px;
	display:inline;			
}
#about {
	float:left;
	margin: 20px 0px 0px 131px;
	width: 256px;
	height: 320px;
	text-align: justify;
	display:inline;
}
.first-letter {
	font-weight: bold;
	font-size: 14px;
	color: white;
}

/************************** Navigation **********************************/

#header ul {
	margin: 0px 17px 20px 99px;
	border: 2px solid white;
	padding: 5px;
	display:inline;
	float: left;
	width:625px;
	text-align: center;
}
#header li {
	display:inline;
	padding: 20px;
}

#header ul a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #f3e9d9;
	text-transform: uppercase;
}
#header ul a:hover{
	color: #ffffff;
}

/************************** Tray **********************************/
#tray {
	padding-left: 130px;
	padding-right: 45px;
}

#tray-left {
	float: left;
	width: 255px;
}

#tray-right {
	float: right;
	width: 255px;
}

#tray-center {
	width: 625px;
}

.tray-center li{
            float:left;
            width: 15%;
          }
            
.tray-center a,     
.tray-center img{
	      padding-bottom:15px;
            }

           
.tray-center {
              margin-top:20px;
	      margin-bottom:20px;
            }


#tray-left .left {
	margin-right: 12px;
}

#tray-right .left {
	margin-right: 12px;
}

#tray h2 {
	margin-bottom: 16px;
}

#tray p {
	margin: 0px;
	margin-bottom: 3px;
}

#tray-left .more {
	padding-right: 12px;
}

#tray-right .more {
	padding-right: 12px;
}

/************************** Footer **********************************/

#footer {
	text-align: center;
	color: white;
	margin-left: 95px;
	margin-right: 14px;
}

#footer-right {
	padding-top: 33px;
	padding-bottom: 22px;
}



/**********************************THUMB BOX*****************************/

#thumbBox{ 
/*Outermost DIV for thumbnail viewer*/

position: absolute;
left: 0;
top: 0;
width: auto;
padding: 15px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand
cursor: pointer;
color: White;
}

#thumbBox .footerbar{ 

/*Footer DIV of thumbbox that contains "close" link */

font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: White;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ 
/*DIV within thumbbox that holds the enlarged image */

background-color: #313131;
}

#thumbLoading{ 
/*DIV for showing "loading" status while thumbbox is being generated*/

position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
