﻿body {
	font: 80% arial, helvetica, sans-serif;
	background: url(images/cdbkgnd.jpg);
	margin: 0;
}

#logo {
	position: absolute;
	height: 132px;
	width: 132px;
	top: 0;
	left: 0;
	border: solid #036;
	border-width: 0 3px 3px 0;
}


#header {
	position: absolute;
	background: #069;
	font: bold 1.75em insignia, arial, Helvetica, sans-serif;
	text-align: center;
	color: white;
	height: 135px;
	width:598px;
	border-left: 132px solid white;
}

	
#navigation {
	position: absolute;
	top: 160px;
	left: 0;
	width: 130px;
	color: white;
}

#navigation ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}

#navigation ul a {
	color: white;
	text-decoration: none;
	display: block;
	background: #17a;
	padding: 0 0.5em;
	margin: 0 1em 1px 1em;
}

#navigation a:visited {
	color: #ccc;
}

#navigation a:hover {
	background: #28b;
}

#content {
	background: white;
	xpadding: 1px 1em 2em 1em;
	padding: 132px 20px 1em 40px;
	border-left: 135px solid #069;
	text-align: center;
}

#content1 {
	background: white;
	xpadding: 1px 1em 2em 1em;
	padding: 1px 20px 1em 40px;
	text-align: left;
}

h1 {
	font-size: 2em;
	color: white;
}

h2 {
	font-size: 1.5em;
	color: #036;
}

h3 {
	font-size: 1.25em;
	color: #036;
}

h4 {
	color: #036;
}

td {
	border: 1px solid #999;
	padding: 0.1em 1em;
	text-align: center;
}

em {
	font: bold
}

#img1 {
	width: 377;
	height: 164;
	padding: 0;
	border: 0;
	margin: 0 0 1em -1em;
}

#footer {
	clear: left;
	background: #ccc;
}

#footer p {
	margin: 0;
}

#container {
	position: relative;
	width: 736px;
	width: 730px;
	border: solid #036;
	border-width: 3px 3px 3px 3px;
	margin: auto;
}