/*****global class styles*****/

body{
	font-family: Helvetica Neue Light, Helvetica Light, Arial Light, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#111111;
	margin:0px;
	}
a {
	color: #111111;
	text-decoration: none;
	line-height: -20px;
	margin-left: 915px;
	position: absolute;
}
a:hover {
	text-decoration: underline;
}

/*****main page layout*****/

#mainFrame {
	width: 765px;
	height: 415px;
	margin-top: 30px;
	margin-left: 60px;
	position: absolute;
	border:0px;
}

#mainNav {
	background-color: #111111;
	width: 750px;
	height: 20px;
	margin-top: 445px;
	margin-left: 60px;
	position: absolute;
	z-index: 10;
}

#sideBar {
	background-color: #111111;
	width: 190px;
	height: 400px;
	margin-left: 827px;
	position: absolute;
	margin-top: 30px;
}

#corner {
	background-color: #111111;
	width: 190px;
	height: 20px;
	margin-left: 827px;
	position: absolute;
	margin-top: 445px;
}

/*****content page layout*****/

#mainContent {
	position:absolute;
	width: 750px;
	height: 400px;
	}
	
#visualContent {
	position:absolute;
	width: 440px;
	height: 400px;
	margin-left: 30px;
	}

#textContent {
	position:absolute;
	width: 250px;
	height: 400px;
	margin-left: 500px;
}
