html, body{
	margin:20 0 30;
	padding:0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
} 

h1{
	padding:80px 5px 40px;
	margin-left: 315px;
	font-size: 130%;
	color: #000000;
}

h2{
	padding:50px 5px 40px;
	margin-left: 315px;
	font-size: 130%;
	color: #FFF;
}

h3{
	padding:0px 5px 0px;
	margin-left: 315px;
	font-size: 130%;
	color: #000000;
}

h4{
	padding:50px 5px 0px;
	margin-left: 315px;
	font-size: 130%;
	color: #FFF;
}

#home-column{
	float: left;
	width: 100%;
	position: relative;
	background-image: url(Images/Home.jpg);
	font-size: 70%;
	font-weight: normal;
	color: #222222;
	background-repeat: no-repeat;
 }
 #AboutUs-column{
	float: left;
	width: 100%;
	position: relative;
	background-image: url(Images/AboutUs.jpg);
	font-size: 70%;
	font-weight: normal;
	color: #222222;
	background-repeat: no-repeat;
 }
 #Contact-column{
	float: left;
	width: 100%;
	position: relative;
	background-image: url(Images/Contact.jpg);
	font-size: 70%;
	font-weight: normal;
	color: #222222;
	background-repeat: no-repeat;
 }
 #JobProfile-column{
	float: left;
	width: 100%;
	position: relative;
	background-image: url(Images/Profile.jpg);
	font-size: 70%;
	font-weight: normal;
	color: #222222;
	background-repeat: no-repeat;
 }
 #MyProfile-column{
	float: left;
	width: 100%;
	position: relative;
	background-image: url(Images/MyProfile.jpg);
	font-size: 70%;
	font-weight: normal;
	color: #222222;
	background-repeat: no-repeat;
  }
 #Philosophy-column{
	float: left;
	width: 100%;
	position: relative;
	background-image: url(Images/Services.jpg);
	font-size: 70%;
	font-weight: normal;
	color: #222222;
	background-repeat: no-repeat;
}







 
#pagewidth{
	width:768px;
	text-align:left;
	min-width: 768px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #666666;
  
} 
 
#header{
	height:50px;
	width:100%;
	background-color:#666666;
	background-image: url(Images/Nav-BG.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
 } 
 

 
#footer{
	height:15px;
	width:100%;
	background-color:#666666;
	background-image: url(Images/Nav-BG.jpg);
	clear: both;
} 
 


 
.MainContent{
	padding:5px;
	margin-left: 315px;
	line-height: 15px;
} /*padding for content */
 
 
.content{
	padding:10px;
	margin-left:10px;
} /*padding for content */ 
 
#header .content{
	padding-bottom:0;
} /*padding bottom 0 to remove space in IE5 Mac*/ 
 
.Display-Logo {
	padding: 140px 20px 20px 60px;
	float: left;
}
.MainNavigation
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 80%;
	margin-bottom: 10px;
	font-weight: bold;


}

.MainNavigation ul
{
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	left: 70px;
	top: 23px;
}

.MainNavigation li
{
	display: inline;
	list-style-type: none;
	padding-right: 1em;
}

.MainNavigation a
{
	color: #FFF;
	text-decoration: none;
}

.MainNavigation a:hover
{
	text-decoration: none;
	color: #999999;
}
#active a
{
	text-decoration: none;
	color: #000000;
}
