body {margin:0px; padding:0px; font: 1.0em verdana, arial, sans-serif; text-align:center; background-color:#e0d4bd}
* {margin:0; padding:0;}
div#mainwrap {width:955px; margin-left:auto; margin-right:auto;  margin-top:10px; text-align:left;}
div#header {width:955px; height:234px;}

div#column1 {width:310px; float:left; background-image:url(images/sidebackground.gif); background-repeat:no-repeat; height:468px;}
div#column1 ul {margin: 80px 0 0 70px; list-style:none; font-size: 12pt; line-height: 32pt; color:#e0d4bd; text-align:left; font-family:"Times New Roman", Times, serif;}

div#column2 {width:645px; background-color:#0d0502; float:left; font-size: 12px; text-align:left; line-height:17pt; color:#e0d4bd;}

div#column2 h5 {font-family:Verdana, Arial, Helvetica, sans-serif; margin:1em 30px; color:#999999;}

div#contentarea {width:955px; background-color:#0d0502;}

#column1 a {color:#e0d4bd; text-decoration:none; }
#column1 a:hover {color:#666633; text-decoration:none;}

#column2 a {color:#e0d4bd; text-decoration:none; padding-bottom:1px; border-bottom:dotted 1px #e0d4bd;}
#column2 a:hover {color:#333300; text-decoration:none;}

#content-box {background-color:#666633; width:585px;  padding:30px 20px 10px 40px; }

.differentfontemphasis {color:#e0d4bd; font-family:"Times New Roman", Times, serif; font-size:28px;  line-height:24pt;}

.differentfontemphasis-italics {color:#666633; font-family:"Times New Roman", Times, serif; font-size:28px;  line-height:24pt; font-style:italic;}

.biggerthannormaltext {color:#341C10; font-family:"Times New Roman", Times, serif;font-size:17px; line-height:20pt}

.emphasis {color:#333300;}

#front-page-box {width:500px; margin:5px 5px 5px 30px; }

#photobox {width:443px; background-color:#e0d4bd;}


div#footer {width:955px; background-color:#669999; text-align:center; font: .7em Verdana, Arial, Helvetica, sans-serif; color:#e0d4bd; padding-top:6px; padding-bottom:6px; clear:both;}




/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
