body
{
	background-color: black;
	width: 100%;
	text-align: center;
	margin: 0;
}

#container
{
	margin: 0 auto;
	width: 960px;
	background: black;
}

#navigation
{
	width: 100%;
	text-align: center;
	margin: 0;
	min-width: 980px;
	height: 60px;
	background: -webkit-linear-gradient(0deg, #31032e, #f2714c); /* For Safari */
	background: -o-linear-gradient(0deg, #31032e, #f2714c); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(0deg, #31032e, #f2714c); /* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, #31032e, #f2714c); /* Standard syntax (*/
}

#navigation ul
{
	margin: 0;
	padding: 0;
	height: 60px;
}

#navigation ul li
{
	margin: 0;
	list-style-type: none;
	display: inline;
	width: 160px;
	height: 100%;
}

#navigation li a
{
	margin: 0;
	display: inline-block;
	height: 100%;
}

#content-container
{
	float: left;
	width: 960px;
	background: #888888;
}

#section-navigation
{
	float: left;
	width: 200px;
	padding: 10px 10px;
	margin: 0 0 0 0;
	display: inline;
	text-align: left;
}

#section-navigation ul
{
	margin: 0;
	padding: 0;
}

#section-navigation ul li
{
	margin: 5px 0;
	height: 47px;
	width: 200px;
	list-style-type: none;
	line-height: 2.5em;
	background: black;
	border-radius: 10px;
}

#section-navigation li a {
	display:block;
	height:47px;
	text-align:center;
	font-family:sans-serif;
	text-decoration:none;
}
#section-navigation a:link {
	color:white;
}
#section-navigation a:visited {
	color:white;
}
#section-navigation a:hover {
	color:#c2464d;
}

#content
{
	float: left;
	width: 530px;
	padding: 10px 10px;
	margin: 0 0 0 0;
	font-family: sans-serif;
	text-align: left;
	color: white;
}

#content-text-box
{
	background: #aaaaaa;
	border-style: solid;
	border-color: black;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #666666;
	padding: 3px;
	margin: 10px 0;
}
.hilite
{
	color: #c2464d;
}
#content-text-box a {
	text-decoration:none;
}
#content-text-box a:link {
	color:white;
}
#content-text-box a:visited {
	color:white;
}
#content-text-box a:hover {
	color:#611945;
}
#content-text-box h2
{
	margin: 0 0 3px 0;
	padding: 3px;
	font-size: large;
	background: #611945;
	border-radius: 5px;
}
#content-text-box h3
{
	margin: 0;
	font-size: large;
	text-decoration: bold;
}

#wager-box
{
	float: left;
	display: inline;
	width: 370px;
	height: 130px;
	background: #cccccc;
	border-style: solid;
	border-color: black;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #666666;
	padding: 3px;
	margin: 5px 0;
}
#wager-box h2
{
	margin: 0 0 3px 0;
	padding: 3px;
	font-size: large;
	background: #611945;
	border-radius: 5px;
}

#value-box
{
	float: right;
	display: inline;
	width: 130px;
	height: 130px;
	background: #cccccc;
	border-style: solid;
	border-color: black;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #666666;
	padding: 3px;
	margin: 5px 0;
}
#value-box h2
{
	margin: 0 0 3px 0;
	padding: 3px;
	font-size: large;
	background: #611945;
	border-radius: 5px;
}
#value-box h4
{
	margin: 0;
	padding: 0;
	font-size: 70px;
	text-decoration: bold;
}
#value-box select
{
	margin: 0 0 3px 0;
}

#aside
{
	float: right;
	width: 170px;
	padding: 10px 10px;
	margin: 0 0 0 0;
	display: inline;
	font-family: sans-serif;
	font-size: small;
	text-align: left;
}
#aside a {
	text-decoration:none;
}
#aside a:link {
	color:white;
}
#aside a:visited {
	color:white;
}
#aside a:hover {
	color:#611945;
}
#aside img {
	margin: 0;
	border-style: solid;
	border-color: #611945;
	border-radius: 5px;
	border-width: 5px;
}

#aside h3 { margin: 0; }

#avatar-section
{
	float:left;
	margin: 0;
	padding: 0;
	width: 42px;
	height: 42px;
}

#logout-button
{
	width: 128px;
	margin: 5px 0;
	float:left;
	display: inline;
	text-align: center;
}

#button-section
{
	float: left;
	display: inline;
	overflow: hidden;
	margin: 3px 0;
}

#footer
{
	clear: left;
	background: black;
	text-align: right;
	font-family: sans-serif;
	font-size: small;
	color: white;
}
#footer a {
	text-decoration:none;
}
#footer a:link {
	color:white;
}
#footer a:visited {
	color:white;
}
#footer a:hover {
	color:#aaaaaa;
}