body {
	background: #fcf6fe;
	font-family: adobe garamond pro, garamond, times, times new roman, serif; 
	font-size: 12px; 
}

#bg {
	position: relative;
	z-index: -1;
}

.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}

input.button {
	background: black;
	font-family: adobe garamond pro, garamond, times, times new roman, serif;
	font-size: 15px;
	border: none;
	color: #fcf6fe;

}

input.button:hover{
	background: #fcf6fe;
	font-family: adobe garamond pro, garamond, times, times new roman, serif;
	font-size: 15px;
	border: none;
}

#center { 
	width: 100%;
	height: 100%;
	z-index: 2;
}

#main {
	width: 100%
	height: 100px; 
}

#list3 { 
	border: none;	
	}
	
	
#list3 div.selected .title3 { 
		text-decoration: underline;
		}
		
#list3 div div {
	border-left: none;
	padding: 0px;
}
#list3 div.title3 {
	border: none;
	background-color: #fcf6fe;
	padding: 0px;
	cursor: pointer;
}

#list3 div.title3:hover{
	border: none;
	background-color: black;
	width: 175px;
	padding: 0px;
	cursor: pointer;
}

#list3 div.selected {
	border-bottom: none;
}