
			#doc2{
				min-width:950px;
				position:relative;
			}
			
			#doc2 #bd {
				background:#fff url(../img/SiteBg.jpg) repeat-y center top;
			}
			
			#hd {


			}
			#branding, #branding em{
				height:200px;
			}
			#branding {
				font-size:188%;
				position:relative;
				font-weight:bold;
			}
			
			#branding em{
				background:#fff url(../img/BrandingFinal2.jpg) no-repeat center;
				display:block;
				width:100%;
				position:absolute;
				left:0;
				top:0;
			}
			
			/*
			 * Code here obtained from blessed position is everything
			 * http://www.positioniseverything.net/easyclearing.html
			 * 
			 * renamed to cf
			 * */
			
			.cf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cf {display: inline-block;}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* End hide from IE-mac */

.nav-items li, #main-content{background-color:#fff;}

#nav {
	position:absolute;
	z-index:10;
	margin-top:-26px;
	border-bottom:solid 2px #725d66;
	width:833px;
	
}
			
#nav .nav-items {margin:0}
					
#nav .nav-items li{
	list-style:none;
	float:left;
	padding:3px 10px 3px 3px;
	margin-right:10px;
	border:solid 2px #725d66;
	
	position: relative;
	top: 13px;
}
			
#nav a {
	font-weight:bold;
	text-decoration:none;
	color:#333;
	text-shadow:0.1em 0.1em 0 #aaa;
}
#nav a:hover { text-shadow:0.15em 0.15em 0.1em #888;}

#main-content {
		min-height:200px;
}

#ft #foot-decoration,
#main-content {
	width:73%;
	padding:15px 10px;
	margin:auto;
}

#ft #foot-decoration {
		background:#fff url(../img/ft.jpg) no-repeat center bottom;
	height:163px;
	border:none;
}

#silouette{
	background:transparent url(../img/Silouettes.gif) no-repeat center center;
	width:68px;
	height:60px;
	position:absolute;
	left:683px;
	top:138px;	
}

td{width:5em; border:none; text-align:center;}

.col1{border-left:solid 1px #000;}
.col2{border-right:solid 1px #000;}

