body {
	background-color: silver;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#container {
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	background-color: white;
}

#header {
	height: 120px;
	background-repeat: no-repeat;
	background-image: url(images/orbrokerlogo.png);
	padding-left: 170px;
}

#header span {
	font-size: 36px;
	font-weight: bold;
	position: absolute;
	top: 50px;
}

#menu {
	position: absolute;
	margin-right: 00px;
	top: 130px;
	right: 10px;
	width: 10em;
	padding: 0px 0px 0px 0px;
}

#main {
	margin-left: 2em;
	margin-right: 12em;
}

#footer {
	margin-top: 3em;
}

#menu ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#menu li {
	padding: 0px 0px 0px 0px;
	background-color: #69a3ea;
	list-style-type: none;
	list-style-position: outside;
	border-style: solid;
	border-width: 2px;
	border-top-color: #bdf;
	border-left-color: #bdf;
	border-bottom-color: #069;
	border-right-color: 069;
}

#menu li:hover {
	border-top-color: #069;
	border-left-color: #069;
	border-bottom-color: #bdf;
	border-right-color: #bdf;
}

#menu li a {
	color: black;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: .5em 1em .5em 1em;
	display: block;
}

#menu li a:hover {
	background-color: #97ccfd;
	text-decoration: none;
}
