body {
	background-color:#fef2e6;
	margin:0px;
	text-align:left;
	font-family: verdana, sans-serif; 
	color:#000000;
	padding-left:166px;
	background-image:url('./Images/stripes.png');
	background-repeat: repeat-y; 	
}

#FirstColumn {
	float:left;
	margin-left:-169px;
	width:166px;
}

#MainColumn {
	float:left;
	width:100%;
	height:350px;
}

#HeaderLogo {
	background-color:#e2ae4d; width:166px; height:128px; text-align:center; 
	background-repeat:repeat-x;
	background-position:bottom left;
	border-bottom:3px dashed #F8D09F;
	border-right:3px dashed #F8D09F;
}

#HeaderNavigation {
	float:left; background-color:#e2ae4d; width:100%; height:128px;; 
	font-size:14px;
	font-weight:bold;
	border-bottom:3px dashed #F8D09F;
	width:100%;
}

#MainPicture {
	background-color:#e2ae4d;
	width:166px;
	text-align:center;
	border-right:3px dashed #F8D09F;
}
#MainContent {
	float:left;
	background-color:#fef2e6;
	width:100%;
	text-align:left;
	font-size:12px;
	height:350px;
}

#FirstFooter {
	float:left;
	height:30px;
	width:166px;
	border-top:3px dashed #F8D09F;
	border-right:3px dashed #F8D09F;
	background-color:#e2ae4d;
	position:fixed;
	bottom:0;

}
#MainFooter {
	float:left;
	height:30px;
	width:100%;
	border-top:3px dashed #F8D09F;
	background-color:#e2ae4d;
	font-size:12px;
	position:fixed;
	bottom:0;
}


h1 {
	font-size:16px;
	font-weight:bold;
}

p {
	font-size:12px;
}

.HEADINGORANGE {
	font-size:16px;
	font-weight:bold;
	color:#e2ae4d;
}

.BORDERDOTTED {
	border-bottom:3px dashed #e2ae4d;
}
	
.rmLink a:link { 
	color: #000000;
	text-decoration: none;	
	}
.rmLink a:visited { 
	color: #000000;
	text-decoration: none;	
	}
.rmLink a:hover { 
	color: #000000;
	text-decoration: none;
	}
.rmLink a:active { 
	color: #000000;
	text-decoration: none;	
}

a:link { 
	color: #000000;
	text-decoration: none;	
	}
a:visited { 
	color: #000000;
	text-decoration: none;	
	}
a:hover { 
	color: #000000;
	text-decoration: none;
	}
a:active { 
	color: #000000;
	text-decoration: none;	
}