/* ----- style sheet for the navigation martin's world website----- */
	.sitenavigation a {text-decoration:none}
	.sitenavigation a:active {color:white}
	.sitenavigation a:link {color:white}
	.sitenavigation a:visited {color:white}
	.sitenavigation a:hover {color:red}
	.sitenavigation {font-family:arial; font-size:12px; color:gray; background:#33577B; padding:10px;}
	
	
/* ----- some general style info for all pages on martin's world website ----- */

/* use h3 and h4 only */
	h3 {margin-top:25px; margin-bottom:0px;}
   h4 {margin-top:15px; margin-bottom:5px;border-bottom:1px solid #bbb;width:100%}
	

body {	
	margin: 0px;
	padding: 0px;
	height: 100%;
	font: normal 14px  Verdana, Georgia, sans-serif;
	color: #000;
	background: #fff; 
	}
	
#heading {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 10px;
	padding-bottom:5px;
	background: #33577B;
	color: white;
	text-align: left;
	border-top:1px solid #bbb;width:100%;
	}
	
#content {
	position: relative;
	left: 0px;
	top: 0px;
	width: 800px;
	padding: 20px;
	color: #222;
	text-align: left;
	}
	
#content100 {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 20px;
	color: #222;
	text-align: left;
	}
	