@charset "utf-8";
body {
	background-color: #ffdaae;
	background-image: url(images/BACKGROUND.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin:0px;
}

a
{
	color:black;
}

a:hover
{
	text-decoration:underline;
	color:#33C;
}

.nav_menu_container
{
	position:fixed;
	left:790px;
	bottom:10px;
	z-index:10;
}

.nav_menu
{
	font-weight: bold;
	line-height: 8px;
	letter-spacing:-0.5px;
	padding:1px;
}

.nav_menu td
{
	padding:3px 2px 3px 2px;
}

.nav_menu a
{
	text-decoration:none;
	color:#000000;
}

.nav_menu a:hover
{
	text-decoration:underline;
	color:#33C;
}

.nav_menu_bullet
{
	border:none;
}

.nav_current_page
{
	color:#C33;
}

.ICON {
	position:absolute;
	top: 10px;
	left: 950px;
}

.UBER_CONTAINER
{
/*
	position:fixed;
	width:960px;
	height:100%;
	border: dashed 1px black;
*/
}

p#PAGE_TITLE
{
	font-size:24px;
	font-weight:bold;
}
