#wrapper {
	width: 100%;
	margin:0px;
	position:relative;
	min-width: 900px;
	width:900px;
/*	border-left: 1px solid #DECCAB;
	border-right: 1px solid #DECCAB; */
	}

#header {
	background:url(images/header.jpg) no-repeat left #000000;
	width: 100%;
	min-width:900px;
	height: 100px;
	}

#menu {
	background-color: #691D0A;
	width: 100%;
	min-width:900px;
	height: 25px;
	padding-top:2px;
	padding-bottom:0px;
	color: #E8D5BD;
	}

#menu-item {
	width: 140px;
	height:auto;
	float:left;
	}

#menu div.top {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 8px;
    width: 100%; }
	
#menu div.section {
	position: absolute;
	width: 165px;
	display: inline;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	z-index: -1;
}
	
#menu div.box {
    background-color: #691D0A;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 8px;
    border-color: #DDDDDD;
    border-width: 1px;
    border-style: none none solid none;
    position: relative;
    visibility: hidden;
    width: 100%; 
	}
	
#menu a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
    color: #E8D5BD;
    text-decoration: none;
    white-space: nowrap; 
	}
	
#menu a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap; 
	}

#main {
	background-color: #813F1F;
	width: 100%;
	min-width:900px;
	margin:0px;
	padding:0px;
	min-height: 600px;

	/*height:680px;*/
	/* float:left; */
	}

#column  {
	background-color: #E2CAAD;
	width: 420px;
	height:100%;
	float:left;
	}
	
#footer {
	background-color: #691D0A;
	width: 100%;
	min-width:900px;
	height: 20px;
	padding-top:2px;
	padding-bottom:0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
	color: #E8D5BD;
	/* float:left; */
	}

.spacer {
	background-color: #691D0A;
	width: 100%;
	height: 2px;
	margin: 8px 0;
	/* float:left; */
	}
	
.framed {
	padding: 10px;
	
	background-color:#4D100F;
	border:1px solid #FEEDDB;

	}

.text-holder {
	width:500px;
	float:left;
	padding: 20px;
	}
	
.caption-holder {
	width:112px; 
	padding-left:0px; 
	padding-top:0px;
	padding-bottom:20px;
	padding-right: 20px;
	height:inherit;
	float:left;
	}	

a.menu {
	font-family:Arial, Helvetica, sans-serif;
	color:#E8D5BD;
	font-weight: bold;
	font-size:12px;
	font-stretch:semi-expanded;
	text-decoration:none;
	
	}
	
a.menu:hover {
	text-decoration:none;
	color:#FFFFFF;
	}
	
p 	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
/*	color: #691D0A;    */
	font-weight:500px;
	text-align:left;
	margin:0px;
	}
	
#footer p {
	text-align:center;
	font-size:10px;
	}
	
p.accent 	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 14px;
	line-height:20px;
	color: #691D0A;
	font-weight:500px;
	text-align:left;
	}	
	
p.caption {
	/*position:relative; 
	top:-10px;	*/
	line-height:15px;
	text-align:center;
	margin:4px;

	}
	
.italic {
	font-style:italic; 
	font-size:12px; 
	line-height:12px;
	}
	
	
h1, h2, h3 	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:13px;
	color: #E8D5BD;
	font-weight:bold;
	text-align:left;
	}
	
h1 {
	font-size:15px;
	
	line-height:18px;
	color: #EFC469;
		}

/* used for page crumbs */
h2 	{
	font-size:11px;
	padding-bottom:10px;
	color: #EFC469;
	text-transform:uppercase;
	}

h3 {
font-size:16px;
text-align:right;
padding: 10px 20px 0 0;
}

a	{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
    text-decoration: none;
	color:#EFC469;
	border-color:#70292B;
    white-space: nowrap; 
	}

a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color:#FFFFFF;
	border-color:#FFFFFF;
    text-decoration: none;
    white-space: nowrap; 
	}

a.project {
	border:2px solid #E8D9C6;
	margin:18px; float:left;
	}

a.project:hover {
margin:18px; float:left;
	border-color:#660000;
	}
	


a.letters {
	border:2px solid #BA9B30;

	}

a.letters:hover  {
	border: 2px solid #660000;

	}

	