/* CSS Document */


body,td,th {
	font-family: Footlight MT Light, Georgia, Times New Roman, serif;
}
body {
	background-color: #edeac2;
}


#container {

	position:relative;
	width:776px;
	height:auto;
	z-index:1;
	background-image: url(images/divbg.gif);
}
#header {
	position:relative;
	width:776px;
	height:215px;
	z-index:6;
	background-image: url(images/bg-1.gif);
	text-indent: -999em;
}
#content {
	position:relative;
	width:776px;
	height:auto;
	z-index:5;
	
	
	background-image: url(images/divbg.gif);
}

#content ul{
list-style-type:none;
}
	
#Nav {
	float:left;
	width:150px;
	height:475px;
	z-index:3;
	left: 35px;
	padding-right:15px;
	background: transparent;
	font-weight:bold;
}
#Nav ul {
	list-style-type: none;
	line-height: 35px;
}

#main {
	float:left;
	padding-left:10px;
	padding-right:15px;
	
	padding-bottom:15px;
	letter-spacing:1px;

	width:500px;
	height:auto;
	z-index:2;
	left: 185px;
	top: -2px;
	background:transparent;
}

#main img {float: right;
margin: 0 0 5px 15px;
}

#footer {

	clear:both;
	width:776px;
	height:100px;
	z-index:4;
	left: 0px;
	background-image:url(images/UltraFooter.gif);
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #333300;
	text-decoration: none;
}
