@CHARSET "ISO-8859-1";
html{
	background: white;
}

*. {
	
	margin: 0;
	padding: 0;
	float: none;	
}


/**====================

@Section Page

========================*/

#page{
	margin: 40px auto;
	width: 	840px;
	height: auto;
	
}

/**====================

@Section Main Nav

========================*/


#mainNav ul{
	list-style-type: none;
	margin-left: -40px;
}

#mainNav ul li{
	list-style-type: none;
	display: inline;
	margin-right: 1em;
		
}

#mainNav ul li a{
	text-decoration: none;
	color: #CCC;
	font-family: arial;
		
}


#mainNav ul li a:hover{
	
	color: #A2C93A;
	
	
}


.passion47Games{
	background: no-repeat url("/images/brand/Passion-47-Games-v2_03.png") top left;
	border: none;
	text-decoration: none;
	text-indent: -9999px;
	display: block !important;
	padding-top: 83px;
	height: 0;
	width: 342px;
	float: left;
	top: -40px;
	position: relative;
	left: 0;
	margin-right: 20px;
	
}



#fPlayer{
	width: 800px;
	height: 380px;
	margin-top: 25px;
	
	border: solid #A2C93A thin;		
}

h1{
	font-size: xx-large;
	font-family: arial;
	color: #A2C93A;
	border-bottom: solid thin #A2C93A;
	padding-bottom: 10px;	
}

#textColL{
	width: 465px;
	float: left;
	top: 0;
	left: 0;
	
}

#textColL p{
	color: #4D4D4D;
	line-height: 1.5em;
	
	
}

#content{
	min-height: 200px;	
}

h2{
	font-family: arial;
	text-transform: uppercase;
	font-size: large;
	color: #333;
		
}


/**====================

@Section footer

========================*/



#footer {
	display: block;
	border-top: solid thin #CCC;
	clear: both;
			
}

#footer .copyright{
	color: #B3B3B3;
	font-size: small;
	text-transform: capitalize;
	font-family: arial;
}

#footerNav ul{
	list-style-type: none;
	margin-left: -40px;
}

#footerNav ul li{
	list-style-type: none;
	display: inline;
	margin-right: 1em;
		
}

#footerNav ul li a{
	text-decoration: none;
	color: #666;
	font-family: arial;
	
}

.passion47Design{
	background: no-repeat url("/images/brand/designPassion47.png") top left;
	border: none;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	padding-top: 68px;
	height: 0;
	width: 240px;
	float: right;
	top: -70px;
	position: relative;
	right: 10px;
	
}


/*======================
@Section Form

===========================*/

form label {
	display: block;
	font-family: arial;
	margin-bottom: .5em;	
	
}

form input {
	display: block;
	margin-bottom: 1em;
	width: 300px;
	height: 1em;	
	
}


form textarea{
	width: 300px;
	height: 15em;
	margin-bottom: 2em;
	border: none;
	background: #CCC;	
	
}



