body 	{
	
	background: url(images/slice2.jpg) repeat; 
	font-family: times; 
	font-size: 13px; 
	}

#crumbs {
	top: 0;
	left: 200px;
	width: 802px;
	text-align: right;
	font-size: 9px;
	font-family: verdana;
	}

#nav 	{
	position: absolute;
	top: 25px;
	left: 0px;
	width: 200px;
	font-family: verdana;
	font-size: 13px;
	}

#nav li {
	list-style-type: none;
	display: block;
	padding: 3px;
	}

#main 	{
	position: relative;
	top: 5px;
	left: 206px;
	width: 600px;
	padding: 5px;
	background-color: #99ccff; 
	border-style: solid;
	border-width: 3px;
	border-color: #0456A4;
	text-align: center;
	text-color: none;
	}

#main #text	
	{
	margin: 0 25px 0 25px;
	text-align: left;
	}

#main #footer {
	position: relative;
	margin: 50px 3px 0 0;
	text-align: right;
	font-size: 9px;
	font-family: arial;
	}

a 	{
	color: #0456A4;
	}
	
a:visited {
	color: #548FC9;
	}
	
a:hover	{
	color: #0000ff;
	}
h3 	{
	font-size: 15px;
	}

h2	{
	font-size: 18px;
	}