a:link {
	color: #666 ;
	text-decoration: none;
}

a:visited {
	color: #666 ;
	text-decoration: none;
}

a:active {
	color: #666 ;
	text-decoration: none;
}

a:hover {
	color: #c30 ;
	text-decoration: none;
}

body {
	text-align: center ;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: x-small ;
	background: #666 ;
}

h3 {
	font-style: italic ;
}

table {
	font-size: x-small ;
}

#frame {
	text-align: left ;
	width: 900px ;
	background: #ccc ;
	padding: 5px ;
	
}

#logo {
	padding: 10px ;
	border-bottom-style: solid ;
	border-bottom-width: 5px ;
	border-bottom-color: #c30 ;
	background: #fff ;
}

#menu {
	width: 20% ;
	float: left ;
	background: #ccc ;
	padding: 10px ;
}

#content {
	width: 80% ;
	float: left ;
	background: #fff ;
	padding: 10px ;
}

#piccontent {
	text-align: center ;
	width: 100% ;
	float: left ;
	background: #fff ;
	padding: 10px ;
}

#copyright {
	font-size: xx-small ;
	color: #666 ;
}