/* CSS Document */

body {
	background: #fcf6e9;
	background-image: url(images/cornerBG.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	}

/*menu holder div*/		
#menu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 141px;
	left: 30px;
	height: 216px;
	width: 130px;
	z-index: 2;
	}


/*start content div and link effects*/	
#content {
	margin: 0;
	padding: 0 0 40px 0;
	position: absolute;
	top: 170px;
	left: 211px;
	height: auto;
	width: 539px;
	}
	
#content a {
	color: #c63c3c;
	text-decoration: none;
	}
	
#content a:hover {
	color: #1e5b4a;
	}
/*end content div and link effects*/

	
	
/*start contact div and link effects*/
#contact {
	margin: 0;
	padding: 15px 0 0 25px;
	position: absolute;
	top: 547px;
	left: 1px;
	color: #1e5b4a;
	font: 10px verdana;
	width: 178px;
	height: 116px;
	}
	
#contact a {
	text-decoration: none;
	color: #1e5b4a;
	}
	
#contact a:hover {
	color: #c63c3c;
	}
/*end contact div and link effects*/


/*class for centering page icon at the top of each page*/	
.icon {
	align: center;
	z-index: -1;
	}

/*text styles*/
p {
	font: 12px/20px verdana;
	color: #1e5b4a;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
h1 {
	font: bold 12px verdana;
	line-height: 20px;
	color: #1e5b4a;
	}
	
p1 {
	font: bold 12px verdana;
	line-height: 20px;
	color: #1e5b4a;
	}
	
p2 {
	font: 11px verdana;
	line-height: 20px;
	color: #1e5b4a;
	}
