body 
{ 
color: black; 
font-size: 12px; 
font-family: arial, san-serif; 
//background-color: #ffffff; 
background-image:url('background.jpg');
text-align: left; color: #000000; 
margin-top: 0px; 
margin-left: 0px; 
right: 50px; 
bottom: 50px; 
overflow: hidden;

}
p { }
td { }
a:link { color: #628183; text-decoration: none;}
a:visited { color: #777f74; text-decoration: none;}
a:hover { color: #99b7ab; text-decoration: none;}
a:active { color: #a61504; text-decoration: none;}

.Overall #overallBox {
	width: 1000px;
	background: #333333;
	color: #e9e9e9;
	margin-top: 25px;
	margin-left: 5%;
	border: solid 1px #e9e9e9;
	text-align: left; }

#overallBox {
	width: 1000px;
	height: 600px;
  }

#boxLogo {
//	border: solid 1px red;
	width: 300px;
	height: 50px;
	margin-top: 30px;
	margin-left: 25px; }
#boxBody {
//	border: solid 1px orange;
	margin-left: 0px;
	width: 1000px;
	height: 500px; }
#boxMenu {
//	border: solid 1px yellow;
	position: absolute;
	width: 220px;
	height: 405px;
	float: left;
	margin-top: 0px;
	margin-left: 20px; }
#boxMenuBox {
//	border: solid 1px green;
	width: 205px;
	height: 330px;
	margin-left: 15px; }
#boxAfterMenuBox {
//	border: solid 1px blue;
//	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
	margin-left: 230px;
	margin-top: 10px;
	width: 300px;
	height: 90px; }

#boxConceptExplanation {
//	border: solid 1px green;
	width: 420px;
	height: 90px;
	text-align: right;
	margin-left: 540px; 
	margin-top: -90px;}



#boxContent {
//	border: solid 1px purple;
	top: 0;
	left: 230px;
	width: 730px;
	height: 400px;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	 }



#copyright {
//	border: solid 1px red;
	color: #777777;
	text-align: right;
	top: 50px;
	left: 200px;
	width: 400px;
	height: 16px;
	float: right;
	padding-top: 0px;
	padding-right: 10px; }






//#boxConceptExplanation {
//	border: solid 1px green;
//	width: 205px;
//	height: 90px;
//	margin-left: 260px; 
//	margin-top: -85px;}
// <-next to blue box boxAfterMenuBox  ->


