html, body, ul, ula, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
a {
	color: #990000;
}
a:hover {
	color: maroon;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #0099cc;
	font: 11px georgia, times, serif;
	color: black;
	padding: 10px;
	text-align: center;
}
/************************** wrappers **********************************/
#wrapper {
	text-align: left;
	width: 754px;
	margin: auto;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
}
#body {
	position: relative;
}
#body-top {
	background: top right url(../images/longbar.gif) no-repeat;
}
#body-bot {
	background: bottom right url(../images/longbar.gif) no-repeat;
}
/************************** Header **********************************/
h1 {
	padding: 10px 0px 0px 20px;
}
#person {
	float:right;
	padding: 17px 15px 0px 0px;
	right: 20px;
	display:inline;			
}
#enter {
	float:right;
	padding: 17px 15px 0px 0px;
	right: 40px;
	display:inline;			
}
#fullpage {
	float:left;
	padding: 1px;
	width: 630px;
	height: auto;
	overflow: visible;
	text-align: left;
	display:inline;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#about {
	float:left;
	margin: 15px 15px 15px 110px;
	width: 280px;
	height: 420px;
	overflow: auto;
	text-align: left;
	display:inline;
}
.first-letter {
	font-weight: bold;
	font-size: 14px;
	color: #663300;
}
/************************** Navigation **********************************/
#header ul {
	margin: 10px 10px 20px 50px;
	border: 2px solid white;
	padding: 5px;
	display:inline;
	float: left;
	width:625px;
}
#header ula {
	margin: 10px 10px 10px 80px;
	border: 5px groove white;
	padding: 7px;
	display:inline;
	float: left;
	width:120px;
}

#header li {
	display:inline;
	padding: 5px;
}
#header ul a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #f3e9d9;
	text-transform: uppercase;
}
#header ula a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #f3e9d9;
	text-transform: uppercase;
}
#header ul a:hover{
	color: maroon;
}
#header ula a:hover{
	color: maroon;
}
/************************** Tray **********************************/
#tray {
	padding-left: 130px;
	padding-right: 45px;
}
#tray-left {
	float: left;
	width: 255px;
}
#tray-right {
	float: right;
	width: 302px;
}
#tray-left .left {
	margin-right: 12px;
}
#tray h2 {
	margin-bottom: 16px;
}
#tray p {
	margin: 0px;
	margin-bottom: 3px;
}
#tray-left .more {
	padding-right: 12px;
}
/************************** Footer **********************************/
#footer {
	text-align: center;
	color: #663300;
	margin-left: 30px;
	margin-right: 90px;
	background: top left url(../images/newbody_bot_left.gif) no-repeat;
}


#footer-right {
	padding-top: 5px;
	padding-bottom: 20px;
	background: top right url(../images) no-repeat;
}
/************************** pinnedmenu **********************************/
div.banner {
  margin: 0;
  font-size: 100% /*smaller*/;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  position: fixed;
  top: 1em;
  left: auto;
  width: 9.5em;
  left: 1em;
}
div.banner p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: georgia, serif;
  background: #0066cc;
  border: thin outset white;
  color: white; 
}

div.banner a, div.banner em { display: block; margin: 0 0.5em }
div.banner a, div.banner em { border-top: 2px groove #663300 }
div.banner a:first-child { border-top: none }
div.banner em { color: #FFCC99 }

div.banner a:link { text-decoration: none; color: white }
div.banner a:visited { text-decoration: none; color: #CCC }
div.banner a:hover { background: maroon; color: white }

