#wrapper {
}
a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


#header {
	margin: 0px;
	padding: 0px;
	height: 170px;
	background-image: url(assets/Line_B_1500.gif);
	background-position: center 125px;
	background-repeat: no-repeat;
	text-align: center;
}
#menu {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 52px;
	text-align: center;
}
#mainContent {
	margin: 0px;
	padding: 0px;
	height: auto;
	text-align: center;
}
#footer {
	margin: 0px;
	padding: 0px;
	height: 200px;
	background-image: url(assets/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#NewsBody {
	margin: 0px;
	height: 650px;
	text-align: center;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#PortfolioBody {
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#ContactBody {
	text-align: center;
	margin: 0px;
	height: 400px;
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#BioBody {
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	height: 450px;
	font-family: Arial, Helvetica, sans-serif;
}


#wrapper #mainContent #News table {
	text-align: center;
}
#wrapper #mainContent #ContactBody table {
	text-align: center;
}

