body {
	background:#600 url(images/credit.png) bottom right no-repeat;
	padding:0;
	margin:0;
}

#container {
	position:relative;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	box-shadow:0px 4px 5px #000;
	-moz-box-shadow:0px 4px 5px #000;
	-webkit-box-shadow:0px 4px 5px #000;
}

#head {
	position:relative;
	width:680px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	text-align:center;
}

#menu {
	position:relative;
	width:650px;
	height:16px;
	margin-left:auto;
	margin-right:auto;
	border-left:solid thin #F00;
	border-right:solid thin #F00;
	border-bottom:solid thin #F00;
}

#menu td {
	font:10px/1.2 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#F69;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;

}

#menu td.select {
	background:#F69;
}

#menu td.select a {
	color:#900;
}

#menu td a {
	text-decoration:none;
	color:#F69;
}

#menu td a:hover {
	color:#FFF;
}

#content {
	position:relative;
	width:680px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	text-align:center;
}

#content_white {
	position:relative;
	background:#FFF;
	width:630px;
	margin:10px auto 10px auto;
	height:auto;
	padding:10px;
	font:12px/1.3 Verdana, Geneva, sans-serif;
	color:#333;
}

#content_white li {
	font:14px/1.4 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#069;
}

#content_white li a {
	font:14px/1.4 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#069;
	text-decoration:none;
}

#content_white li a:hover {
	font:14px/1.4 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#069;
	text-decoration:underline;
}

#content_white li span.yellow {
	background:#FF0;
	color:#000;
	padding-left:3px;
	padding-right:3px;
	font:10px/1.2 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#content_white span.title {
	font:14px/1.2 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	color:#069;
}

#content_white span.back {
	font:11px/1.2 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#900;
	text-decoration:none;
}

#content_white a.back {
	font:11px/1.2 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#900;
	text-decoration:none;
}

#content_white a.back:hover {
	text-decoration:underline;
}

#content_white td {
	vertical-align:top;
}

#content_white td.text {
	padding-left:10px;
}

#footer {
	position:relative;
	width:640px;
	padding-right:10px;
	padding-top:5px;
	height:15px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	font:11px/1.2 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#F69;
	font-weight:bold;
	text-align:right;
	border-top:solid thin #F00;
	border-left:solid thin #F00;
	border-right:solid thin #F00;
}

#footer a {
	color:#F69;
	text-decoration:none;
}

#footer a:hover {
	color:#FFF;
}
