body, html { height: 100%; margin: 0; padding: 0;}

img { border: 0; }

img a { border: 0; }

body {
	background-color: #98410a;
	font: normal 14px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #565656;
}
a, a:visited  a:hover, a:active  {
	color: #565656;
	text-decoration: none;
	border-bottom: 1px dotted #F06001;
}
a:hover  {
	color: #F06001;
}
a:active  {
	color: #E54501;
}
div.base {
	width: 764px;
	margin: 30px auto 0 auto;
	background-color: #e0e0e0;
	height: auto;
	border-bottom: 10px solid #e0e0e0;
	border-left: 6px solid #ca7000;
	border-right: 6px solid #ca7000;
}

div.users, div.login {
	font-size: 10px;
}

div.users {
	float: left;
	background: #e9e9e9 url('img/roundleft.png') right no-repeat;
	padding-top: 6px;
	padding-left: 20px;
	line-height: 20px;
	height: 50px;
	width: 180px;
}
div.users img {
	margin-right: 7px;
	vertical-align: middle;
}
div.login {
	float: right;
	background: #e9e9e9 url('img/roundright.png') left no-repeat; 
	width: 220px;
	padding: 5px 7px 0 20px;
	height: 53px;
}
div.login img {
	margin: 0;
	vertical-align: middle;
}

p.ll {
	float: left; margin:0; padding:0;
}
p.lr {
	float: right; margin: 1px 0; padding:0;
}

div.bigleft {
	background:#e0e0e0 url('img/leftcorner.png') right no-repeat; 
	width: 363px;
	height: 172px;
	float: left;
}
div.bigleft a {
	padding: 0px 210px 152px 150px ;
	border:0;
}
div.bigright {
	background: #e0e0e0 url('img/rightcorner.png') right bottom no-repeat; 
	width: 390px;
	height: 169px;
	float: right;
}
div.valid {
	clear:both;
	width: 568px;
	height: 15px;
	padding-left: 197px;
	padding-top: 3px;
	margin-bottom: 40px;
}
div.valid a {
	border:0;
}
div.topbar {
	background: #e9e9e9 url('img/topcorners.png') top no-repeat;
	width:764px;
	height:6px;
}
div.main {
	background-color: #e9e9e9;
	margin: 0 10px 0 10px;
}
div.content {
	float: left;
	width: 519px;
	padding-right: 22px;
	padding-left: 22px;
	padding-top: 15px;
	min-height:500px;
	height:auto !important;
}
div.menu {
	margin-top: 10px;
	float: right;
	width: 150px;
	border-left: 1px solid #c0c0c0;
	padding: 15px 10px 23px 20px;
	font-size: 13px;
	color: #1d1f1e;
	line-height: 23px;
}
div.menu img {
	margin-right: 7px;
	vertical-align: middle;
}
div.menu a, div.menu a:visited  div.menu a:hover div.menu a:active  {
	color: #1d1f1e;
	text-decoration: none;
	border: 0;
}
div.menu a:hover  {
	color: #F06001;
}
div.menu a:active  {
	color: #E54501;
}
div.clear {
	clear:both;
}

.loginfield {
	 padding: 0; 
	 width:150px; 
	 height: 19px; 
	 background-image:url(img/textfield.png); 
	 border: 0;
	 font-size: 10px;
	 padding-top: 3px;
	 padding-left:2px;
	 color: #1d1f1e;
	 margin-bottom: 2px;
}

.loginbutton {
	margin-left: 2px; margin-top: -2px; width:47px; height: 47px; background-image:url(img/loginbutton.png); border: 0; cursor: pointer;
}

.loginbutton:active {
	background-image:url(img/loginbuttona.png);
}

h1 {
	font-size: 18px;
	margin: 0 0 25px 0;
}
h2 {
	font-size: 14px;
}