body {
	font-family: Arial;
	color: white;
	background-color:#000000
	}

div#wrapper{
	width: 800px;
	margin: 10px auto;
	padding: 0px;
	}

div#stripes{
	background-image: url(images/colorstripes.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	clear:both;
	}
	
div#header {
	font-weight: bold;
	padding: 20px 0 0 20px;
	color: orange;
}

div#footer {
	font-weight: bold;
	padding: 20px 0 0 20px;
	color: orange;
}

.gameplay_block
{
	background-color: #333333;
	padding: 20px;
	width: 470px;
	height: 250px;
	float: none;
	clear: both;
}

.gameplay_sidepics
{
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: none;
}

.gameplay_bigpic
{
	float:left;
	width: 310px;
}

.aboutperson
{
	float: left;
	margin-top: 0px;
	margin-right: 75px;
	margin-bottom: 15px;
	margin-left: 0px;
}

h1
{
	text-align: center;
}

h2
{
	
}

A:link
{
	color: #0066CC;
	text-decoration: none;
}

A:visited
{
	color: #0066CC;
	text-decoration: none;
}

A:active
{
	color: #0099FF;
	text-decoration: underline;
}

A:hover
{
	color: #0099CC;
	text-decoration: underline;
}

h3
{
	
}

.footerpic
{
	margin-right: 25px;
	margin-left: 1px;

}

#rightblock
{
	float: right;
	width: 400px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#menu
{
	margin-left: 20px;
	margin-bottom: 20px;
	
}

#menu-item
{
	float: left;
	margin-right: 90px;
	text-align: left;
	margin-top: 10px;
	font-weight: bold;
}

div#text {
	padding: 20px;
}
