#topbar {
	background-image: url(../images/topbg.gif);
	background-repeat: repeat-x;
	background-position: top; }

body {
	color: #333;
	font-size: small;
	font-family: Georgia, Times, serif;
	margin: 0;
	padding: 0 }

.inlineimage {
	margin: 0 10px 5px 0;
	width: 195px;
	height: 195px;
	padding-right: 10px;
	float: left }

#header {
	color: #fff;
	font-size: xx-large;
	background-image: url(../images/bannerbg.jpg);
	background-repeat: repeat-x;
	height: 40px;
	clear: both }

#menu {
	background-image: url(../images/menubg.gif);
	padding-top: 25px;
	height: 20px;
	vertical-align: bottom }

#menu ul {
	font-size: medium;
	list-style: none;
	margin: 0;
	border: solid 1px #fff }

#menu a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 20px }

#menu a:hover {
	color: #0092BF;
	font-weight: bold;
	text-decoration: none }

#title {
	color: #fff;
	font-weight: bolder;
	background-color: #211F54;
	white-space: nowrap;
	padding-left: 20px;
	width: 50%;
	height: 40px;
	float: left }



#left {
	margin: 10px 0 0;
	padding: 0 0 0 10px;
	width: 200px;
	float: left }

#content {
	background-image: url(../images/BK-footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0 0 0 230px;
	padding: 0 10px }

ul {
	list-style: square;
	margin-top: 0 }

#left li a {
	color: #333;
	text-decoration: none;
	list-style: none }

#left li a:hover {
	color: #999;
	text-decoration: underline }

h1  {
	color: #fff;
	font-size: xx-large;
	margin: 0;
	padding: 0;
	}

h2 {
	color: #000000;
	font-size: large;
	margin-top: 20px }

p {
	line-height: 1.5em }

.nav {
	position: absolute;
	top: 200px }

.nav a {
	color: #e7b98a;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
	padding-right: 15px }

.nav a:active {
	color: #925a2c }


