html { 
	height: 100%;
	font-size: 100.01%;
	}

body { height: 100%;
	background-color: #000000;
	font-family: Garamond;
	min-width: 900px;
 	margin: 0 auto;
	padding: 0;
	font-size: 63.125%;		/* translate 1.0em to 10px*/
	background: #ffffdd url("graphics/siding.jpg") repeat;  
	color: #562923;
	font-size: 1.1em;
}
#wrapper {
	position: relative;
	background: #ffffdd; 
	width: 900px; 
	margin: 0 auto; 
	text-align: left;
	min-height: 100%; 
	height: 100%;  
	} 
/* try to get page 100% in IE6 & 7 */
/* www.search-this.com/2007/02/05/css-min-height-explained/ */

html>body #wrapper 
			{
			height:auto; 
			min-height:100%;
			}

/* to make the footer stick to the bottom */
* html #wrapper { 
	height: 100%;  
	}
/* to make the footer stick to the bottom */

#wrapper-inside 
	{ 
	min-height:100%;
	padding-bottom: 90px;  /*must be here so bottom works out right*/
	}

/* had to remove padding bottom to get the sides to work at 100% in IE */
* html #wrapper-inside { 
	padding-bottom:0;  
	height:100%;
	}

/* if I put a position relative in this main section, FF doesn't display the scallops */
/* added the 575px to make bottom work right - crazy */
#main {
	font-weight: normal;
	text-align: left;
	align: center;
	color: #562923;
	margin: 0 auto;
	width: 900px;
	min-height: 100%;
	padding-bottom:575px; 
	}

*html #main {	
	padding-bottom:75px;  
	height:120%;
	}
#header {
	float: left;
	padding:0;
	width:855px;
	padding-bottom:0;
	margin-bottom: 0;
	color: #562923;
	background: #ffcc33;
	border-bottom: 5px solid #9c0000;
	}
#scallop-left {
	position: absolute;
	float:left;
	left:0;
	width:46px;
	background: #6e0404 url('./graphics/rust_scallop1.gif') repeat-y;
	min-height:100%;
		height:100%;
		}

#scallop-right {
	position: absolute;
	float:right;
	right: 0;
	width:46px;
	background-color: #6e0404;
	background-image: url(graphics/r-rust_scallop1.gif);
	background-repeat: repeat-y;
	min-height:100%;
	height:100%;
	}


#name {
		width:480px;
		float: left;
		border:0 solid #000;
		text-align: left;
		font-size:16pt;
		font-weight:bold;
		margin: 0 0 0 0;
		padding-left:50px;
		line-height:14pt;
		}
* html #name { 
		width:470px;
		left: 0;
		}
#address {
		width:285px;
		float: right;
		border:0 solid #000;
		text-align: right;
		font-size:9pt;
		font-weight:normal;
		margin: 0 15px 0 0;
		padding:5px;
		}

.stellas {
	background-image: url(graphics/stellas.gif) no-repeat;
	margin:0;
	padding:0;
	}
	
.small {
	font-size: .7em;
	color: black;
	line-height: 170%;
	}
.sm-italic {
	font-size: .7em;
	color: #555555;
	font-style: italic;
	}
.normal {
	font-weight: normal;
	color: black;
	line-height: 125%;
	}

.medium {
	font-size: .9em;
	font-weight: .normal;
	color: #562923;
	line-height: 125%;
	font-family: Verdana, Arial;
	}
.big, .big a {
	font-size:1.2em; 
	font-weight: bold;
	color: #562923;
	line-height: 1.3em;
}

#threecols {
	float: left;
	padding:0;
	width:900px;
	border:0 solid #fff;
	text-align: center;
	margin-bottom: 0;
			/* min-height:100%; */
	}
#threecols a:visited {
	color: #000fff;
	text-decoration: none;
	}
		
#threecols a:hover {
	color: #0000ff;
	text-decoration: none;
	}
	
#threecols a:active {
	color: #ff0000;
	text-decoration: none;
	}

#wideleftcol {
		font-family:Georgia, "Times New Roman", Times, serif;
		width:550px;
		float: left;
		border: 0;
		text-align: left;
		margin: 5px auto;
		padding-left: 50px;
		text-align: left;
		background: #ffffdd;
			/*		min-height:100% */
					line-height: 1.2em;
		}

#leftcontent {
		width:250px;
		float: left;
		border:2px solid #000000;
		text-align: left;
		margin: 0 0 0 50px;
		text-align: left;
		background: #ffffdd;
		}

#centercontent {
		margin: 0 auto;
		width:280px;
		float: left;
		border:2px solid #cbcbcb;
		}

#rightcontent {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		width:220px;
		float: right;
		text-align: left;
		background: #ffffdd;
		padding-right: 48px;
		padding-top: 10px;
		margin: 0;
		border: 0;
		border-left: 3px solid #9c0000;
		}

#photomenubar {
	background: #9c0000;
	margin: 0 auto;
	border-bottom: 5px solid #9c0000;
	border-left: 5px solid #9c0000;
	border-right: 5px solid #9c0000;
	padding: 0 auto auto 2px;
	width: 832px;
		width: 730px;
	}

.bar {
	text-align: center;
	background: #dbdbd2;
	line-height: 1em;
	font-weight: bold;
	margin: 0 0 0 0;
	font-size: 1.3em;
	}

/* this footer works!  leave it alone */
#footer {
	position: relative;
	margin: -75px auto;  /* increase to cover bottom*/
	width: 700px; 
	color: #220000;
	font-size: .9em;
	min-height: 0;
	text-align: center; 
	border:none;
    height: 0;
	}
* html #footer {
	margin-top: -75px;
	font-size: 1em;
	height: 0;
	}

#botcontent {
		float: none;
		width:700px;
		border-bottom: 0;
		text-align: center;
		padding:0 0 0 0;
		margin: 0 auto;
		}

#navigation {
	text-align: center;
	width:700px;
	font-size:.8em;
	height:1.3em;
	font-weight:normal;
	background-color: #ffffc0;
	padding:0 0 0 0;
	margin: 0 auto;
	float: left;
	border-bottom: 1px solid #000;
	}
*html #navigation {font-size: .7em;}

#navigation a:visited {
	color: #000000;
	}
		
#navigation a:hover {
	color: #0000ff;
	}
	
#navigation a:active {
	color: #682129;
	}
/* 
	photos 
	-------------------------

*/
 
.main-photo {
	width: 283px;
	display: block; 
	margin-left: auto; 
	margin-right: auto 
} 
	}
.main-photo .caption {
	margin: 0 auto;
	padding: 5px;
	background-color: #ffc;
	background: #ffc;
	}
.picture { 
	background-color: #F9F9F9; 
	border: 1px solid #CCCCCC; padding: 3px; 
	font: 11px/1.4em Arial, sans-serif; 
} 
.picture img { 
	border: 1px solid #CCCCCC; 
	vertical-align:middle; margin-bottom: 3px; 
} 
.right { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float:right; 
} 
.left { 
margin: 0.5em 0.8em 0.5em 0; 
float:left; 
} 
