body {
	margin-left : 260px;
	margin-right : 5%;
	margin-top : 100px;
	font-size : 13pt;
	font-family : Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
	line-height : 1.45em;
	background-color : RGB(255,243,219);
	color : RGB(173,27,30);
	text-align : left;
}

h1 {
	font-weight : bold;
	font-style : italic;
	font-size : 1em;
	line-height : 1.75em;
}

DIV.Navigation_Box {
	z-index : 2;
	left : 30px;
	top : 110px;
	float : none;
	width : 200px;
	height : 100%;
	margin : 3px;
	margin-bottom : 0px;
	position : absolute;
	background-color : RGB(173,27,30);
	color : RGB(255,243,219);
	font-family : serif;
	font-style : italic;
	font-size : 15pt;
	line-height : 2em;
	text-align : center;
}

Div.Navigation_Box_Top {
	z-index : 1;
	background-image : url('img/navtop.jpg');
	background-repeat : no-repeat;
	background-position : top-left;
	left : 30px;
	top : 20px;
	float : none;
	margin : 3px;
	position : absolute;
	width : 200px;
	height : 125px;
}

Div.Contact_Box {
	z-index : 1;
	background-color : RGB(173,27,30);
	color : RGB(255,243,219);
	right: 5%;
	top : 0px;
	float : none;
	padding : 5px;
	position : absolute;
	height : 3em;
	font-family : serif;
	font-style : italic;
	font-size : normal;
	text-align : left;
	line-height : 1.5em;
}

a {text-decoration: none} 
a:link {color : RGB(255,243,219); text-decoration : none;}
a:visited  {color : RGB(255,243,219); text-decoration : none;}