/* buildasite.com 2001 */

/* 
NORMALIZE 
*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, ol, ul, li, form, fieldset, input, p, blockquote, th, td {
	margin : 0px;
	padding : 0px;
}
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size : 100%;
}
/* Removes list-style from lists */
ol, ul {
	list-style-image: url(../images/layout/bullet.gif);
	padding: 0px 0px 0px 1.5em;
	margin: 0px 0px 0px 1.5em;
}
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style : normal;
	font-weight : normal;
}
/* Removes list-style from lists */
table {
	border-collapse : collapse;
	border-spacing : 0px;
}
/* Removes border from fieldset and img */
fieldset, img {
	border : 0px;
}
/* Left-aligns text in caption and th */
caption, th {
	text-align : left;
}
/* Removes quotation marks from q */
q:before, q:after {
	content :'';
}
/* 
TEXT 
*/

body {
	margin: 0px;
	background-color: #706247;
}
a:link {
	color: #C0793F;
	text-decoration:none;
}
a:visited {
	color: #C0793F;
	text-decoration:none;
}
a:hover {
	color: #c5b68d;
	text-decoration:none;
}
a:active {
	color: #bdae86;
	text-decoration:none;
}
.siteInfo {
	font-size:xx-small;
	color:#dbca9b;
}
body {
	font : 72%/1.5 Verdana, sans-serif;
	color : #333;
}
body {
	font : 65%/1.5 Verdana, Arial, Verdana, sans-serif;
	color : #333333;
}
p, ul, blockquote {
	margin: .75em 0px .5em;
}
.emphasis {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
/* 
LAYOUT 
*/

/* TopContainer */
	.menuContainer {
	position:relative;
	height: 120px;
	width:100%;
	border-bottom: solid #bdae86 1px;
	background-color:#611F0A;
}
.menuBox {
	position:relative;
	float:left;
	height: 120px;
	width:204px;
	border-right: solid #bdae86 1px;
}
.menuItem {
	position:relative;
	margin-left:25px;
	margin-top:6px;
}
#logo {
	background-color:#BE783E;
}
#nav1 {
}
#nav2 {
}
/* BodyContainer */
.bodyContainer {
	width:798px;
}
.bodyBox {
}
#menu {
	position:relative;
	float:left;
	width:204px;
	background-color:#534F32;
	border-bottom: solid #bdae86 1px;
}
#menuTitleBox {
	position:relative;
	width:204px;
	border-bottom: solid #bdae86 1px;
}
#menuTitleLine {
	position:relative;
	width:204px;
	height:2px;
	border-bottom: solid #bdae86 1px;
}
#menuImage {
	padding: 9px 0 8px 23px;
}
#menuText {
	position:relative;
	padding: 10px 0 25px 23px;
	line-height: 1.5em;
	color: #B9AC81;
}
#content {
	position:relative;
	float:left;
	width:592px;
	background-color:#F9F6ED;
	border-left: solid #bdae86 1px;
	border-right: solid #bdae86 1px;
	border-bottom: solid #bdae86 1px;
	margin-bottom:5px;
}
#contentImage {
	position:relative;
	height:130px;
	width: 592px;
}
#contentText {
	position:relative;
	margin: 20px 35px 35px 25px;
}
#contentFooter {
	margin-left:204px;
}
#mainMenuImage {
	position:relative;
	padding: 5px 0 5px 0;
}
.menuFirstItem {
	position:relative;
	margin-left:25px;
	margin-top:25px;
}
.subMenuBox {
	position:relative;
	height: 185px;
}
#contentImageHome {
	position:relative;
	height:260px;
	width: 592px;
	background:transparent url(../images/layout/noflash.jpg);
}

#contentImageHome object {
	height:260px;
	width: 592px;
}
h3 {
	margin: .75em 0px -.75em;
}
#leedlogo {
	display: block;
	width: 75px;
	height: 82px;
	float: right;
	padding-left: 10px;
}
#preload {
	display: none;
}
#thumb {
	width:150px;
	height:100px;
	float: left;
	padding-bottom: 17px;
}
#thumbCap {
	width:93px;
	height:100px;
	float: left;
	margin-left: 10px;
	padding-bottom: 17px;
	margin-right: 13px;
}
#album {
	float:left;
}
#thumbNewRow {
	clear: both;
	width: 100%;
}
.bgcolor {
	color: #F9F6ED
}
