body {
		background-image: url(../images/seabackground.gif);
		background-position: 100% 0%;
		background-repeat: repeat-x;
		background-color: #46575B;
		text-align: center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color: black;
    	line-height:1em;
		margin: 0px;
		padding: 0px;
  	}
	
#container {
		width: 960px;
		font-size: 0.75em;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
	
#homeTopRow {
	height: 96px;
	margin-bottom: 80px;
}

#signInSpace {
	float: right;
	height: 50px;
	width: 400px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-color: #464751;
}

#registrationSpace {
	height: 360px;
	width: 960px;
	background-color: #46575B;
}

#navSpace {
	text-align: right;
	float:right;
	margin-top: 70px;
	width: 400px;
}

#navSpace a {
	margin-right: 20px;
	font-size: 1.75em;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#navSpace a:hover {
	text-decoration: underline;
}

.nav {
	margin: 0px 10px 10px 0px;
}

#homeContentRow1 {
	padding-top: 10px;
	height: 300px;
	width: 100%;
}

#homeCol1_1 {
	width: 574px;
	height: 100%;
	margin-left: 10px;
	float: left;
}

#homeContentCol1_1 {
	height: 300px;
	background-color: #394444;
}

#homeCol1_2 {
	width: 220px;
	height: 100%;
	margin-left: 10px;
	float: left;
}

#homeContentCol1_2 {
	height: 270px;
	background-color: #394444;
}

#homeCol1_3 {
	width: 356px;
	height: 100%;
	margin-left: 10px;
	float: left;
}

#homeContentCol1_3 {
	height: 300px;
	background-color: #394444;
}

#homeContentRow2 {
	height: 90px;
	margin-top: 10px;
	width: 100%;
}

#homeCol2_1 {
	width: 202px;
	height: 100%;
	margin-left: 10px;
	float: left;
}

#homeContentCol2_1 {
	height: 90px;
	background-color: #394444;
}

#homeCol2_2 {
	width: 728px;
	height: 100%;
	margin-left: 10px;
	float: left;
}

#homeLabelRow3 {
	height: 23px;
	margin-top: 10px;
	margin-left: 10px;
	width: 100%;
}

#homeContentRow3 {
	margin-top: 10px;
	width: 100%;
}

#gameCol1 {
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
}

.gameTitle {
	width: 728px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	font-size: 1.5em;
	text-align: left;
}

.gameTitle a{
	color: #FFFFFF;
	text-decoration: underline;
}

.gameTitle a:hover{
	text-decoration: none;
}

.centerText {
	text-align: center;	
}

.highlightBackground {
	background-color: #530000;
	padding-top: 10px;
	padding-bottom: 10px;
}

.gameDistribute {
	font-size: 0.75em;
	text-align: right;
	margin-left: 10px;
}

.gameDistribute a{
	color: #FFFFFF;
	text-decoration: underline;
}

.gameDistribute a:hover{
	text-decoration: none;
}

#gameBox {
	background-color: #46575B;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.gameAd {
	width: 728px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#instructionsRow {
	width: 728px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}

#gameInstructions {
	width: 708px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 0.75em;
	padding: 10px 10px 10px 10px;
	background-color: #394444;
}

.homeGameCol {
	width: 180px;
	margin-left: 10px;
	margin-bottom: 10px;
	height: 100%;
	float: left;
	background-color: #394444;
}

.labelCol {
	width: 100%;
	height: 23px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.fullheight {
	height: 100%;
}

.textPage {
	padding: 10px;
	color: #FFFFFF;
	background-color: #394444;
}

.textPage a{
	color: #FFFFFF;
	text-decoration:underline;
}

.textPage a:hover{
	text-decoration: none;	
}

.topMargin {
	margin-top: 12px;
}

.leftMargin {
	margin-left: 10px;
}

.descriptionBox {
		font-size: 0.8em;
		color: white;
		padding: 10px 10px 10px 10px;
	}
	
.descriptionBox img{
		margin-bottom: 5px;
	}
	
.descriptionBox a{
		color: white;
		text-decoration: underline;
	}

.descriptionBox a:hover{
		text-decoration: none;
	}

#footer {
		margin-top: 10px;
		margin-left: 10px;
		font-size: 0.75em;
		color: white;	
		float: left;
		width: 600px;
	}

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

#footer a:hover {
		text-decoration: underline;
	}
	
#footerRight {
		margin-top: 10px;
		margin-right: 10px;
		font-size: 0.75em;
		color: white;
		float: right;
		width: 340px;
	}

.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
