body {
	background-image:url(navimages/bg-main.png);
	border:none;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000033;
	margin:25px;
	}

a {
	text-decoration: none;
	color:#000033;
}
	
a img{
	border:none;
	}
	
	
a:visted {
	text-decoration: none;
	color:#000033;
}	

a:hover {
	outline: none;
	text-decoration: underline;
}	

a:focus {
	outline: none;
	text-decoration:underline;
}

a:active {
	outline: none;
	text-decoration: underline;
}

#wrap{
	width:723px;
	margin:auto;
	padding:0px;
	background-image:url(navimages/bg-wrap.png);
	height:auto;
}

	
.clearit {
	clear:both;
}


/* ***************** MAIN ******************* */

#main{
	width:auto;
	line-height:1.5;
	height:auto;
	padding:30px;
	text-align:left;
	text-decoration: none;
	}

#main p {
	text-indent:2em;
	margin:0;
}

.writing img{
	vertical-align:middle;
	margin-top:10px;
	margin-right:40px; 
	margin-bottom:20px;
}
	
#copyright{
	text-align:right;
	width:723px;
	font-size: 10px; 
	line-height: 2; 
	color:#999;
	background-image:url(navimages/bg-main.png);
	}

#copyright a {
	text-decoration:none;
	color:#999;
}

#copyright a:hover {
	text-decoration:underline;
	}
	
.center {
	text-align:center !important;
}