.main {
	background: #585858;
	margin: 0px;
	padding: 0px;
}

#top {
	background: #454444;
}


.col1 {
	background: #ffffff;

}

.col2 {
	background: #e7e7e7;
}

.col3 {
	background: #cfcfcf;
}

.info {
    font-family: arial;
	font-size: 11px;
}

.footer {
    font-family: arial;
	font-size: 10px;
    color: #fff;
}

#nav {
	
	padding: 10px;
	margin: 10px;
	
}
	

#nav a {
	font-family: arial;
	font-size: 12px;
	color: #585858;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 25px;
}

#nav a:hover{
	background-color: #e7e7e7;
	border-right: 15px solid #585858;
}

#nav .selected {
	font-weight: bold;
	background-color: #fff;
	border-right: 15px solid #e7e7e7;
}


#items img {
	border: 1px solid #585858;
}

#items a {
	color: #000;
}

h1 {
	font-family: arial;
	font-size: 16pt;
}

h2 {
	font-family: arial;
	font-size: 13px;
}

