body {
	background: #666 url(../images/bluestar_02.gif) repeat-x;
	margin: 0;

}

#wrapper {

	width: 990px; /* the width of our centered column */

	margin: 0 auto; /* center the layout in mozilla and IE 6+ */

	text-align: left;
	}

div#header {
	width: 990px;
	height: 218px;
}

div#menu {
	width: 225px;
	background: url(../images/bluestar_03.gif) no-repeat;
	display: block;
	padding-top: 60px;
	float: left;
	height: 564px;
}

div#content {
	display: block;
	background: url(../images/bluestar_04.gif) no-repeat 0 -5px;
	overflow: hidden;
	margin-top: 5px;
	height: 560px;
	padding: 60px 80px 10px 40px;
	z-index: -1;
}

#content table.signonTable tr {
	font-size: .8em;
}

div#footer {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	margin-top: -60px;
}

div#login {
	display: block;
	text-decoration: none;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #001c37 1px 1px 1px;
	text-align: right;
margin: 0em;
padding: 20px;}

input#username {
	color: #333;
	border-style: outset;
	border-width: 1px;
	width: 120px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#login table tbody tr td {
		color: #fff;

	margin: 0;
	padding: 0 0 0 2px;
}

#login form input.pass {
	color: #333;
	border-style: outset;
	border-width: 1px;
	width: 120px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
