/* CSS Document */

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	line-height: 16px;
}
h1 {
	font-size: 12px;
	padding: 130px 0 0 0;
	overflow: hidden;
	background-image: url(../images/lee_pomeranc_logo.gif);
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:140px;
	}
h2 {
	font-size: 12px;
	padding: 80px 0 0 0;
	margin: -15px 0 0 0;
	overflow: hidden;
	background-image: url(../images/lee_pomeranc_banner.jpg);
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:800px;
}
h3 {
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: -6px;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #594F5A;
}

#container {
	width: 633px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#menu {
	display: block;
	height: 17px;
	width: 633px;
	background-color: #594f5a;
	margin-bottom: 10px;
}
#menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li
{
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	height: 17px;
	width: 158px;
}
#menu li a
{
	float: left;
	width: 158px;
	height: 17px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-family: "lucida grande", "Trebuchet MS", Trebuchet, tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#menu li a:link, #menu li a:visited
{
	color: #fff;
}
#menu li a:hover, #menu li a:active
{
	color: #00ffff;
}
a {
	color: #594F5A;
	text-decoration: underline;
}
#content {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 15px;
}
#form {
	padding-bottom: 5px;
	padding-top: 5px;
}
label {
	color: #000066;
	text-align: right;
	display: block;
	width: 60px;
	font-size: 11px;
	float: left;
	margin-bottom: 5px;
	padding-top: 2px;
}
input.login {
	color: #000066;
	display: inline;
	height: 16px;
	width: 80px;
	font-size: 11px;
	float: left;
	margin-left: 5px;
}
input.textfield {
	color: #000066;
	display: inline;
	height: 16px;
	width: 120px;
	font-size: 11px;
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
input.submit {
	color: #000066;
	height: 19px;
	font-size: 10px;
	margin-left: 65px;
}
#form br {
	clear: left;
}

