body {
	background-color: #353D42;
	}

#content {
	position: relative;
	background-image: url(../images/mainShadow.gif);
	width: 774px;
	height: 570px;
	margin: 0px auto;
	font: .7em "verdana";
	}
	
#outline {
	position: relative;
	width: 744px;
	height: 550px;
	margin: 0px auto;
	padding: 3px;
	border: 1px solid #fff;
	}

#flashNav {
	outline: 1px solid #fff;
	}

/* _____________________________________________________________________
_____________________________________________________________________________ */

#middleContent {
	background-image: url(../images/contentBG.gif);
	height: 458px;
	width: 742px;
	margin-left: -1px;
	border: 2px solid #fff;
	}
	
/* ---- Left ----------------------------*/

#left {
	position: absolute;
	background-image: url(../images/homePic.jpg);
	background-repeat: no-repeat;
	background-color: #91A88A;
	width: 226px;
	height: 450px;
	border: 4px solid #fff;
	}

/* ---- Center ----------------------------*/
	
#center {
	position: absolute;
	background-color: #91A88A;
	width: 108px;
	height: 450px;
	left: 235px;
	border: 4px solid #fff;
	text-align: center;
	}
	
	#center #img {
		padding-top: 10px;
		padding-bottom: 11px;
		border-bottom: 4px solid #fff;
		}
		
	#center #nav {
		position: relative;
		height: 212px;
		margin-top: 10px;
		padding: 0px;
		border-bottom: 4px solid #fff;
		}
	
	#center #nav strong {
		display: block;
		font-weight: normal;
		background-color: #405C38;
		color: #fff;
		}
		
	#center #nav span {
		position: absolute;
		background-image: url(../images/navDiv.gif);
		background-repeat: no-repeat;
		left: 6px;
		width: 96px;
		height: 2px;
		}
	
	#center #nav ul {
		width: 108px;
		padding: 0px;
		margin: 0px;
		list-style: none;
		}
	
		#center #nav ul li {
			display: inline;
			}
			
		#center #nav a {
			font:normal 100% "verdana";
			color: #fff;
			display: block;
			text-decoration:none;
			}
			
		#center #nav a:hover {
			background: #405C38;
			}
	
/* ---- Right ----------------------------*/
	
#right {
	position: absolute;
	width: 393px;
	height: 458px;
	left: 352px;
	color: #fff;
	text-align: center;
	font-size: .9em;
	}
	
	#right h1 {
		position: relative;
		width: 393px;
		height: 72px;
		margin-top: 20px;
		background-image: url(../images/welcome.gif);
		}
		
	#right span {
		display: none;
		}
	
	#right p {
		position: relative;
		top: -10px;
		margin: 0px;
		padding-top: 0px;
		padding-left: 30px;
		padding-right: 30px;
		text-align: center;
		line-height: 10px;
		}
		
	#right .sepBar1 {
		height: 1px;
		width: 200px;
		margin-top: 5px;
		margin-left: 90px;
		background-image: url(../images/sepbar.gif);
		}
		
	#right .sepBar1 span {
		display: none;
		}


/* _____________________________________________________________________
_____________________________________________________________________________ */
	
#bottomBorder {
	width: 750px;
	margin-top: 5px;
	margin-left: -3px;
	border-bottom: 1px solid #fff;
	}
	
#bottom {
	position: relative;
	width: 744px;
	margin: 0px auto;
	}
	
#footer {
	position: absolute;
	width: 744px;
	top: 10px;
	font-size: .9em;
	color: #fff;
	}
	
	#footer a {
		color: #fff;
		text-decoration: none;
		}
	
	#footer a:hover {
		font-weight: bolder;
		}
	
	#footer span {
		position: absolute;
		width: 215px;
		height: 12px;
		right: 0px;
		}
		
	#footer span img {
		float: right;
		}