body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #002A52;
	background-image: url(Images/Background-bar.jpg);
	background-repeat: repeat-x;
	font-weight: normal;
}
a {
	color: #9D009C;
	text-decoration: underline;
}  
a:hover {
	color: #9D009C;
	text-decoration: none;
}
h1 {
	font-size: 21px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9D009C;
	padding-bottom: 1px;
	padding-top: 0px;
	vertical-align: top;
	margin: 0px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#header {
}
#navigation {
	border-top-width: 8px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #005B83;
	border-bottom-color: #002954;
	color: #FFF;
	height: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 125px;
}
#content {
	background-image: url(Images/Home_background.jpg);
	height: 492px;
	background-repeat: no-repeat;
}
#contentOverview {
	height: 492px;
	background-repeat: no-repeat;
	background-image: url(Images/Overview_background.jpg);
}
#contentServices {
	height: 492px;
	background-repeat: no-repeat;
	background-image: url(Images/Services_background.jpg);
}
#contentChristian {
	height: 492px;
	background-repeat: no-repeat;
	background-image: url(Images/Christian_background.jpg);
}
#contentClients {
	height: 492px;
	background-repeat: no-repeat;
	background-image: url(Images/Clients_background.jpg);
}
#contentPortfolio {
	height: 492px;
	background-repeat: no-repeat;
	background-image: url(Images/Portfolio_background.jpg);
}
#contentIdentity {
	height: 492px;
	background-repeat: no-repeat;
	background-image: url(Images/Identity_background.jpg);
}
#contentPrint {
	height: 492px;
	background-repeat: no-repeat;
	background-image: url(Images/Print_background.jpg);
}
#contentWeb {
	height: 492px;
	background-repeat: no-repeat;
	background-image: url(Images/Web_background.jpg);
}
#contentEnvironmental {
	height: 492px;
	background-repeat: no-repeat;
	background-image: url(Images/Environmental_background.jpg);
}
#contentIllustration {
	height: 492px;
	background-repeat: no-repeat;
	background-image: url(Images/Illustration_background.jpg);
}
#contentPay {
	height: 492px;
	background-repeat: no-repeat;
	background-image: url(Images/Pay_background.jpg);
}
#contentUpload {
	height: 492px;
	background-repeat: no-repeat;
	background-image: url(Images/Upload_background.jpg);
}
#contentContact {
	height: 492px;
	background-repeat: no-repeat;
	background-image: url(Images/Contact_background.jpg);
}
#left {
	float: left;
	width: 97px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10px;
}
#left a{
	color: #FFF;
	text-decoration: underline;
}
#left a:hover {
	color: #FFF;
	text-decoration: none;
}
#leftTop {
	padding: 10px;
	background-color: #CAD8E0;
}
#right {
	float: right;
	width: 215px;
	padding-right: 10px;
	padding-left: 18px;
	color: #FFF;
}
#middle {
	width: 600px;
	margin-right: 250px;
	margin-left: 125px;
	height: 335px;
	padding: 15px;
	overflow: auto;
}
#footer {
	clear: both;
	font-size: 8pt;
	text-align: center;
	color: #FFF;
	margin-right: 250px;
	margin-left: 125px;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

.PortfolioText {
	font-size: 12px;
}
.PortfolioText a{
	color: #002A52;
	text-decoration: none;
}
.PortfolioText a:hover{
	color: #9C0096;
	text-decoration: none;
}

.none {
	text-decoration: none;
}
.none a{
	text-decoration: none;
}
.none a:hover{
	text-decoration: none;
}

