body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}



/* Navigation ID */

#buttons {
	overflow: visible;
	width: 160px;
	height: 400px;
	padding: 0px;
	margin: 0px;
}

#buttons p {
	list-style-type: none;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	vertical-align: middle;
	font-variant: small-caps;
	font-style: normal;
	width: 150px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: center;
	position: relative;
	top: 7px;
	color: #0C0634;
}
#buttons .top {
	background-image: url(images/navigation/button_top.jpg);
}


#buttons a {
	display:block;
	color: #0D0536;
	list-style-type: none;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-variant: normal;
	font-style: normal;
	margin: 0px;
	height: 33px;
	background-image: url(images/navigation/button_up.jpg);
	background-position: center;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0px;
	line-height: 25px;
	text-indent: 4px;
}

#buttons a:hover {
	display:block;
	color: #281C44;
	list-style-type: none;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-variant: normal;
	font-style: normal;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px;
	height: 33px;
	background-image: url(images/navigation/button_over.jpg);
	background-position: center;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	line-height: 28px;
}
#buttons .bottom {
	background-image: url(images/navigation/button_bottom.jpg);
	padding-top: 0px;
	margin: 0px;
	top: 6px;
}
.bigDaddy {
	font-size: 16px;
	font-weight: bold;
}
