body {
	background: #191970;
	font: normal normal x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#outer {
	border: 10px solid #D3D3D3;
	width: 650px;
	position: absolute;
	top: 20px;
	left: 20px;
	height: 92%;
	background-color: White;
	bottom: 20px;
}

div#menu {
	background: transparent;
	width: 160px;
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
}

div#main {
	position: absolute;
	top: 5px;
	width: 440px;
	padding: 5px 5px 5px 10px;
	height: 90%;
	right: 5px;
	overflow: auto;
	font-size: small;
	border-bottom: thin dotted Gray;
	background-color: #F8F8FF;
	border-top: thin dotted Gray;
	border-left: thin dotted Gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}

.logo {
	margin-bottom: 0px;
	margin-left: 0px;
}

.contact {
	margin-bottom: 0px;
	margin-right: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	border: thin solid Gray;
	padding: 3px;
	background-color: #DCDCDC;
	position: absolute;
	left: 5px;
	bottom: 5px;
}

.omemedia_logo {
	margin-bottom: 0px;
	margin-right: 0px;
	position: absolute;
	right: 5px;
	bottom: 2px;
	color: Gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: Gray;
}

a:hover {
	text-decoration: none;
	color: Navy;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
}
