html {
	text-align: center;
	min-width: 760px;
	min-height:300px;
	background: #5d5048;
}
body {
	text-align: center;
	min-width: 760px;
	min-height:300px;
	background: #5d5048;
	}

label
{

width: 10em;

float: left;

text-align: right;

margin: 0 1em 10px 0;

clear: both;

}

.input-box
{

float: left;

margin-bottom: 10px;

color: #26a;

background: #feb;

border: #26a solid 1px;

width:20em;

}

.textarea
{

float: left;

margin-bottom: 10px;

color: #26a;

background: #feb;

border: #26a solid 1px;

height:20em;

width:20em;

}

.submit-button
{

margin-left: 5em;

clear: both;

color: #000;

background: #fb0;

border: 2px #9cf outset

}

fieldset
{
width: 40em;
border:none;
}

legend
{

background: #5d5048;

border: #ffffff solid 1px;

padding: 1px 10px;

}


div#wrapper {
		margin: 0 auto;
		margin-top: 10px;
		border: 1px solid #ffffff;
		width: 760px;
		background: #423433 url('images/lady.gif');
		background-position: bottom right;
		background-repeat: no-repeat;
		min-height:300px;
        height:auto !important;
        height:300px;
}


html>body div#wrapper {
		height: 100%;
		min-height: 300px;
		overflow:hidden;
}

div#logo {
		float: left;
		height: 410px;
		position: relative;
		top: -10px;
		margin-bottom: -10px;
		width: 100px;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		background: #5d5048;
		background-position: center;
		background-repeat: no-repeat;
}

html>body div#logo {
		height: 100%;
		min-height: 394px;
}

h2 {
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
}

b {
		color: #ffffff;
		font-weight: bold;
}

div#footer {
		width: 760px;
		clear: both;
		margin: 0 auto;
		font-family: trebuchet ms,arial,verdana;
		font-size: 8pt;
		font-weight: normal;
		color: #ffffff;
		letter-spacing: 1.1pt;
		padding-top: 20px;
		text-align: right;
}

div#footer A {
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
}

div#footer a:hover {
		text-decoration: underline;
}


div#content a {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		border:none;
}

div#content img {
		border:none;
		}
		
div#content a:hover {
		text-decoration: underline;
		border:none;
}


h1 {
		color: #bbc6b6;
		font-weight: bold;
		font-size: 15px;
}
div#content {
		text-align: left;
		padding: 15px 150px 15px 15px;
		float: right;
		width: 400px;
		min-height:300px;
		height: 100%;
		font-family: trebuchet ms,arial,verdana;
		font-size: 9pt;
		font-weight: normal;
		color: #ffffff;
}

html>body div#content {
		height: 100%;
	    min-height:300px;
}

div#topbar {
		height: 150px;
		font-family: trebuchet ms,arial,verdana;
		background: url('images/header.gif');
		background-position:center;
		background-repeat:no-repeat;
		font-size: 8pt;
		font-weight: normal;
		text-align:center;
		padding-left: 25px;
		padding-top: 10px;
		color: #ffffff;
		letter-spacing: 1.1pt;
		border-bottom: 1px solid #ffffff;
		clear: left;
}

div#menu {
		float: right;
		width: 760px;
}

div#menu A {
		display: block;
		width: 125px;
		position: relative;
		left:0px;
		top: -10px;
		z-index: 50;
		float: left;
		border: 1px solid #ffffff;
		height: 25px;
		background: #998c84 url('images/arrow.gif'); 
		background-position: center left;
		background-repeat: no-repeat;
		font-family: trebuchet ms,arial,verdana;
		text-align: right;
		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 url('images/arrow.gif');
		background-position: center left;
		background-repeat: no-repeat;
		color: #bbc6b6;
}
