body {

	margin-top: 0;
	margin-left:0;
	background-color: #fefce5;
}
	

h1 {
	color: #aebf60;
	font-family: Arial, sans-serif;
	font-size: 18pt;
	font-weight: 500;
	letter-spacing: 5px;
	word-spacing: -5px;
}

h1 span.tims {
	color: #666;
	font-family: Georgia, serif;
	font-size: 23pt;
	font-weight: 500;
	letter-spacing: 5px;
}

p {
	font-family: Tahoma, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	color: #660;
	}
	
p.copyright {
	font-family: Tahoma, sans-serif;
	font-size: 0.65em;
	color: #660;
	}
	
#logo {
	float: left;
	margin-left: 10px;
	margin-top: 25px;
	}

ul#mainNav {
	/* border-left: 1px dashed #999999; */
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#mainNav li {
	float: left;
	width: 5em;
}

#mainNav a {
	font-family: Arial;
	letter-spacing: 1px;
	text-decoration: none;
	color: #a4b54d;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	/* border: 1px dashed #999999; */
	border-left: none;
	display: block;
	padding: 55px 5px 5px 20px;
	background: #666;
}

#mainNav a:hover {
	/* background: #a4b54d; */
	color: #fff;
	font-weight: bold;

}



.figure {
	float: left;
	width: 120px;
	margin: 0 20px 20px 0;
}


.photo        { background: url(common/120sq_c.gif) no-repeat right bottom }

.photo img {
	/* border: 1px solid #666;
	background-color: #FFF;
	padding: 4px; 
	Remove all border background and padding */
	position: relative;
	top: -3px;
	left: -3px;
}

.figure p {
	font: 0.65em Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 5px 0 0 0;
	height: 2em;
}

/* IE 5/6 border erase bug */
* html #gallery {
	width: 100%;
	
}

/* IE 5 placement bug */
* html #gallery img {
	width: 100%;
	
}

#content {
	width: 1000px;
	height: 467px;
	margin-left: auto;
	margin-right: auto;
	
	}

#textbox  { font: 12px Arial, Helvetica, sans-serif; float: left; margin: 250px 10px 0 10px; width: 250px }

#gallery  { background-color: #fffce6; float: left; margin: 20px 0 20px 10px; height: 425px; width: auto }
#masthead {
	width: 100%;
	  height: 80px;
	  background-color: #666;
	}
	


#footer {
	height: 30px;
	text-align: left;
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #666;
	padding-left: 10px;
	padding-top: 10px;
	clear: both;
	}

