body {
	text-align: center;
	min-width: 760px;
	background: #5d5048;
}

div#wrapper {
		margin: 0 auto;
		margin-top: 30px;
		border: 1px ridge #ffffff;
		width: 760px;
		background: #423433 url('images/lion.gif');
		background-position: bottom left;
		background-repeat: no-repeat;
		
}

html>body div#wrapper {
		height: 100%;
		min-height: 600px;
}

div#topbar {
		height: 18px;
		font-family: trebuchet ms,arial,verdana;
		font-size: 8pt;
		font-weight: normal;
		text-align: right;
		padding-right: 20px;
		padding-top: 5px;
		color: #ffffff;
		letter-spacing: 1.1pt;
		border-bottom: 1px ridge #ffffff;
		clear: right;
}

div#menu {
		float: left;
		width: 350px;
}

div#menu A {
		display: block;
		width: 100px;
		position: relative;
		left:0px;
		top: -24px;
		z-index: 50;
		float: left;
		border-right: 1px ridge #ffffff;
		height: 20px;
		background: #998c84; 
		font-family: trebuchet ms,arial,verdana;
		text-align: center;
		font-size: 14px;
		text-decoration: none;
		padding-right: 10px;
		padding-top: 3px;
		font-weight: bold;
		color: #ffffff;
		text-transform: uppercase;
}

div#menu a:hover {
		background: #423433;
		color: #bbc6b6;
}

div#logo {
		float: right;
		height: 552px;
		position: relative;
		top: 0px;
		margin-bottom: -10px;
		width: 150px;
		border-left: 1px ridge #ffffff;
		background: #5d5048 url('images/logo.gif');
		background-position: center;
		background-repeat: no-repeat;
}

html>body div#logo {
		height: 100%;
		min-height: 552px;
}

h2 {
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
}

b {
		color: #ffffff;
		font-weight: bold;
}

div#footer 
{
		float: right;
		width: 550px;
		clear: both;
		margin: 0 auto;
		font-family: trebuchet ms,arial,verdana;
		font-size: 8pt;
		font-weight: normal;
		color: #ffffff;
		letter-spacing: 1.1pt;
		padding-bottom: 5px;
		padding-right: 5px;
		padding-top: 5px;
		text-align: right;
		border-top: 1px ridge #ffffff;
}

div#footer A {
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
}

div#footer a:hover {
		text-decoration: underline;
}


div#content a {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
}

div#content a:hover {
		text-decoration: underline;
}


h1 {
		color: #bbc6b6;
		font-weight: bold;
		font-size: 15px;
}
div#content {
		text-align: left;
		padding: 15px 150px 15px 15px;
		float: right;
		width: 400px;
		height: 100%;
		font-family: trebuchet ms,arial,verdana;
		font-size: 9pt;
		font-weight: normal;
		color: #ffffff;
}

html>body div#content {
		min-height: 500px;
		height: 100%;
}





