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

body{
	margin:0px;
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.orange{
	color:#F69220;
	font-weight:bold;
}

#home{
	position:absolute;
	top: 50%;
	left: 50%;
	width:951px; 
	height:487px;
	margin-top: -22.5em; /* temp */
	margin-left: -43.5em; /* temp */	
}

#topTab{
	width:284px;
	height:21px;
	background:#000000;
	float:right;
}

#mContainer{
	width:951px;
	height:292px;
	background:#000000;
	float:left;
}

#nContainer{
	width:716px;
	height:123px;
	background:#000000;
	padding-left:235px;
	float:left;
}

#nContainer img{
	border:none;
	padding:60px 0px 0px 15px;
}

#footer{
	width:716px;
	height:30px;
	background:#000000;
	padding-left:235px;
	float:left;
	font-weight:bold;
}

#footer a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
#footer a:active {
	color:#FFFFFF;
	text-decoration:none;
}

#bottomTab{
	width:716px;
	height:22px;
	float:left;
	background:#000000;
	text-align:right;
}