/* 
M island

*/



body {
	font-size: 11px; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #fff;
	background-color: #000000;
	text-align: center;	
	}


a {
	color: #34bdf3;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	font-weight:normal;
	text-decoration:underline;
}



h1 {
	font-size: 12px;
	text-align: left;
	color:#34bdf3;
	font-weight: bold;
	line-height:19px;
	text-transform:uppercase;
	
	}


#page {
	margin: 40px auto 20px auto;
	padding: 0;
	width: 900px;
	min-height:600px;
	background: url(images/misland-splash.png) no-repeat top center;
	text-align: left;
	}
	
#copy {
	margin:450px 0 0 0px;
	width: 700px;
	float:right;
	padding-bottom:50px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height:17px;
	}


#networking {
	margin:450px 0 0 0px;
	width: 200px;
	float:left;
	}	

	
#nav {
	padding:10px 0 0 0;
	letter-spacing:2px;
	text-transform:lowercase;
	}

#nav a { 
	color: #34bdf3;
	font-weight:normal;
	text-decoration:none;
	}

#nav a:hover { 
	color: #ffffff;
	font-weight:normal;
	text-decoration:none;
	}	
	

#footer {
	padding:5px 0 0 0;
	margin: 30px auto 20px auto;
	width: 900px;
	clear: both;
	border-top:1px #363636 solid;
	font-size:10px;
	}
	
	
	
