@charset "UTF-8";
/* CSS Document */

#shell {
	height: 519px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	font-size: small;
	color: #120F05;
}
.nav {
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}
.nav li {
	display: inline;
}
body {
	color: #ECECEC;
	background-color: #120F05;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	font-size: x-small;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
}
#content {
	width: 600px;
	padding-top: 20px;
	padding-left: 30px;
}
h3 {
	margin: 0px;
}
h4 {
	margin: 0px;
}
#terms  {
	color: #120F05;
	width: 500px;
	text-transform: lowercase;
}
.greeting {
	margin-bottom: 60px;
	margin-top: 30px;
}
.example  img {
	float: left;
	margin-right: 4px;
}
.example:hover {
	color: #A60D00;
}
.example {
	text-decoration: none;
	color: #120F05;
}
#subContent1 {
	width: 235px;
	float: left;
}
#subContent2 {
	width: 350px;
	float: right;
}
#content2 {
	height: 519px;
	width: 600px;
	padding-left: 30px;
}
.links {
	margin-left: 0px;
	padding: 0px;
	list-style-type: disc;
	list-style-image: url(images/bullet.png);
}
.links li {
	margin-left: 15px;
	margin-top: 2px;
}
.links a {
	color: #120F05;
	text-decoration: none;
}
.links a:hover {
	color: #A60D00;
}
.bodyLink {
	font-weight: bold;
	color: #120F05;
	text-decoration: underline;
}
.bodyLink:hover {
	color: #A60D00;
}
#player {
	float: left;
	padding-right: 10px;
}
