body {
	margin: 4px;
	background: #fff;
}

/* This is the parent-height hack, to allow divs to use height attributes of 100% */
html,body {
	height: 100%;
        height: 1000px;
}

/* This is the Header Div. No silly frills. Just a header, man. */
#header {
	margin: 0; padding: 10px 0 5px 20px;
	border-top-width: 3px;  	border-top-color: #000066; 	border-top-style: inset;

	border-left-width: 3px; 	border-left-color: #000066; 	border-left-style: inset;

	background: #fff;
}

/* This tells the browser to stop molesting the image */
#header img {
	margin: 0; padding: 0;
	border: none;
}


/* Navigation Div (Left) */
#navigation {
	float: left;
	margin: 0px 0 0 0;
	padding: 30px 5px;
	width: 150px;
	height: 100%;
	border-left-width: 3px; 	border-left-color: #000066; 	border-left-style: inset;
	font-family: Palatino, "Times New Roman", Times;
	color: #fff;
	background: #fff;
}

#navigation h1 {
	font-size: 14px;
	color: #fff;
	background: transparent;
}
/* These are the Buttons for your Navigation, using Unordered Lists */
#button {
	width: 120px;
	margin: 0; padding: 0;
	font-family: Palatino, "Times New Roman", Monaco, 'Trebuchet MS', 'Lucida Grande', Lucida;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: transparent;
	color: #000066;
}

#button ul {
	list-style: none;
	margin: 0; padding: 0;
	border: none;
}

#button li {
	
	margin: 0 0 10px 0;
}

#button li a {
	display: block;
	padding: 5px;
	width: 100%;
	color: #990000;
	text-decoration: none;
	font-family: verdana,geneva,helvetica,arial,sans-serif;
	font-size: small;
	background: #fff;
}

/* IE Box Model Hack */
html>body #button li a {
		width: auto;
}

#button li a:hover {
	color: #000066;
	
	background: #fff;
}




/* Content Div */
#content {
	margin: 10px 40px 15px 20px;
	padding: 15px;
	height: 100%;
	color: #000;
	text-align: center;
	font-family: verdana,geneva,helvetica,arial,sans-serif;
	font-size: small;
	background: #fff;
}

#content img {
	margin: 0; padding: 0;
	border: none;
}

#content h1 {
	font-family: Palatino, "Times New Roman", Monaco, 'Trebuchet MS', 'Lucida Grande', Lucida, serif;
	color: #990000;
	letter-spacing: 1.5px;
	background: transparent;
}

#content a, a:link {
	color: #0000ff;
	text-decoration: none;
	background: transparent;
}
#content a:hover {
	color: #990000;
	text-decoration: none;
	background: transparent;	
}
--!>