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

body{
	font-family:"Times New Roman", Times, serif;
	font-size:small; 
	font:x-small; 
}

#root{
	width:960px;
}

#contents{
	width:700px;
	margin:80px auto 20px;
	color:#666;
	font-size:100%;

}

.aboutUs {
	}


#logo{
	display:block;
	position:fixed;
	top:3%;
	left:3%;
	z-index: 9999;
	margin-right: 20px;
}

nav{
	display:block;
	position: fixed;
	left:2%;
	top: 30%;	
}

footer.global{
	width:100%;	
	margin-top:19px;
	float:left;
	
/*	line-height:160%;	*/
}
footer.global p{
	margin:0;
}
footer.global .copyright{
	position:relative;
	right:-1px;
	bottom:0px;
}
