body {
	background-color: #e7bf67;
	margin-top: 0;
	margin-bottom: 0;
	cursor:default;
	}

div {
	background-color: #fbffd3;
	margin-top: 0;
	margin-bottom: 0;
	cursor:default;
	}

a.navigation {
	color: black;
	font-family: arial;
	text-decoration: none;
	background-color: white;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 6px;
	margin-right: 6px;
	cursor:default;
	}

a.navigation:hover {
	color: black;
	background-color: #cb8742;
	cursor:default;
	}

a.credit {
	color: black;
	cursor:default;
	text-decoration: none;
	}

a.credit:hover {
	color: #e7bf67;
	text-decoration: none;
	cursor:default;
	}

a.click {
	color: #e7bf67;
	cursor:default;
	text-decoration: none;

	font-family: arial;
	font-size:10pt;
	cursor:default;
	}

a.clicksmall {
	color: #e7bf67;
	cursor:default;
	text-decoration: none;

	font-family: georgia;
	font-size:8pt;
	cursor:default;
	}

a.click:hover {
	color: #000000;
	text-decoration: none;
	cursor:default;
	}

a.clicksmall:hover {
	color: #000000;
	text-decoration: none;
	cursor:default;
	}

h2 {
	font-family: arial;
	margin-top: 0;
	margin-bottom: 0;
	cursor:default;
	}



p.footer {
	font-family: arial;
	font-size: 12px;
	cursor:default;
	}

#container {
	width: 600px;
	height: 100%;
	background-color: #fbffd3;
	border-left: 10px solid black;
	border-right: 10px solid black;
	margin-left: auto;
	margin-right: auto;
	cursor:default;

	color: black;

	font-family: arial;
	font-size: 10pt;
	}

i {font-family: georgia;}

#header {
	width: 600px;
	height: 285px;
	background: url('../images/3boppre_sunrise.png') no-repeat;
	cursor:default;
	}

#navigation {
	background-color: black;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	cursor:default;
	}

#content {
	padding: 20px;
	padding-bottom: 0;
	cursor:default;
	}

#footer {
	text-align: center;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 0;
	cursor:default;
	}