body {
	background-color: #000;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #999;
}
#container {
	height: 850px;
	width: 1020px;
	margin: 0 auto;
}
#container2 {
	padding-top: 15px;
	padding-right: 40px;
	padding-left: 40px;
	background-image: url(../images/40_grey.png);
	background-repeat: repeat;
	padding-bottom: 15px;

}
#container3 {
	padding-top: 15px;
	padding-right: 40px;
	padding-left: 40px;
	background-image: url(../images/40_grey.png);
	background-repeat: repeat;
	padding-bottom: 15px;
	clear: both;
	float: right;
	margin-top: 200px;
	width: 500px;
}

#container4 {
	padding-top: 15px;
	padding-left: 70px;
	background-image: url(../images/40_grey.png);
	background-repeat: repeat;
	padding-bottom: 15px;
	clear: both;
	margin-top: 120px;
	/* [disabled]width: 750px; */
	float: left;
}
#container5 {
	padding-top: 15px;
	padding-right: 40px;
	padding-left: 40px;
	background-image: url(../images/40_grey.png);
	background-repeat: repeat;
	padding-bottom: 30px;
	clear: both;
	float: left;
	margin-top: 200px;
	width: 500px;
	margin-left: 200px;
}



#header {
	background-image: url(../images/bowesdigital_01.jpg);
	background-repeat: no-repeat;
	height: 57px;
}
#headerAbout {
	background-image: url(../images/about_01.jpg);
	background-repeat: no-repeat;
	height: 57px;
}
#headerPortfolio {
	background-image: url(../images/portfolio_01.jpg);
	background-repeat: no-repeat;
	height: 57px;
}
#headerContact {
	background-image: url(../images/contact_01.jpg);
	background-repeat: no-repeat;
	height: 57px;
}



#midBody {
	background-image: url(../images/bowesdigital_02.jpg);
	background-repeat: no-repeat;
	height: 624px;
	padding-left: 40px;
	padding-right: 40px;
}
#midBodyAbout {
	background-image: url(../images/about_02.jpg);
	background-repeat: no-repeat;
	height: 624px;
	padding-left: 40px;
	padding-right: 40px;
}
#midBodyPortfolio {
	background-image: url(../images/portfolio_02.jpg);
	background-repeat: no-repeat;
	height: 624px;
	padding-left: 40px;
	padding-right: 40px;
}
#midBodyContact {
	background-image: url(../images/contact_02.jpg);
	background-repeat: no-repeat;
	height: 624px;
	padding-left: 40px;
	padding-right: 40px;
}





#footer {
	background-image: url(../images/bowesdigital_03.jpg);
	background-repeat: no-repeat;
	height: 128px;
}
#footerAbout {
	background-image: url(../images/about_03.jpg);
	background-repeat: no-repeat;
	height: 128px;
}
#footerPortfolio {
	background-image: url(../images/portfolio_03.jpg);
	background-repeat: no-repeat;
	height: 128px;
}
#footerContact {
	background-image: url(../images/contact_03.jpg);
	background-repeat: no-repeat;
	height: 128px;
}




.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	padding-left: 40px;
	float: left;
	padding-top: 20px;
}


.copyright {
	text-align: right;
	float: right;
	padding-right: 40px;
	padding-top: 20px;
}


.logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 115px;
	width: 355px;
	float: left;
	background-position: 20px 10px;
	clear: both;
}


.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	float: right;
	width: 100px;
	list-style-type: none;
	text-align: left;
	color: #FFF;
	text-indent: 8;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

