html {
	text-align: center;
	background: #818181;
}

body {
	font-family: "Lucida Grande", "Trebuchet MS";
	font-size: 0.8em;
	width: 800px;
	margin: auto;
	text-align: left;
	background: #FFF url(../img/bcorn.gif) no-repeat bottom right;
	padding: 10px 10px 4px 10px;
	margin-bottom: 10px;
}

h1 {
	text-indent: -5000px;
	overflow: hidden;
	background: url(../img/logo.gif) no-repeat left;
	height: 60px;
	padding-bottom: 20px;
	margin: 0 auto;
	border-bottom: 5px solid #6A99C2;
}

h1 a {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 180px;
	border-bottom: none;
}

a {
	text-decoration: none;
	color: #6A99C2;
}

a:hover {
	color: #B14235;
}

h2 {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #BA3421;
}

h3 {
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #BA3421;
}

#nav {
	margin: 0;
}

#nav li {
	float: right;
	margin-top: 0;
	margin-left: 5px;
	list-style: none;
}

#nav li a, #nlogin {
	color: #FFF;
	padding: 5px 8px;
	background: #6E99BA url(../img/rcorn.gif) no-repeat right bottom;
}

#nlogin {
	float: right;
	padding: 0 8px 5px 8px;
}

#login #nlogin {
	color: #FFF;
}


#nav li a:hover, #nlogin:hover {
	background: #BA3421 url(../img/hcorn.gif) no-repeat right bottom;
}

#need, #you {
	float: left;
	width: 385px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#need {
	margin-top: 40px;
}

#you {
	border-left: 2px dotted #6E99BA;
	padding-left: 25px;
}

#need ol, #you ol {
	text-align: left;
	font-size: 1.2em;
	line-height: 2em;
	color: #494949;
}

#need strong, #you strong {
	font-weight: normal;
	font-size: 2em;
}

#create, #account {
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	height: 43px;
	width: 228px;
	margin-top: 20px;
	margin-left: 70px;
	background: url(../img/create.gif) no-repeat right top;
}

#account {
	background: url(../img/account.gif) no-repeat right top;
}

#create:hover, #account:hover {
	background-position: right bottom;
}

dd {
	margin: -1.2em auto 5px 8em;
}

#login {
	background: #6E99BA;
	color: #FFF;
	width: 22em;
	padding: 1px 5px;
	margin-top: -2px;
	margin-left: 394px;
}

#login a {
	color: #A2DAFF;
}

#login input {
	width: auto;
	margin: 0;
}

.lc {
	margin-bottom: 15px;
	margin-left: 100px;
}

#footer {
	text-align: center;
	font-size: 0.8em;
	color: #666;
	clear: both;
}

table {
	border-top: 1px solid #6E99BA;
	border-left: 1px solid #6E99BA;
	border-collapse: collapse;
}

td {
	border-right: 1px solid #6E99BA;
	border-bottom: 1px solid #6E99BA;
	padding: 2px;
}
