.main_tbl {
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #333333;
}
.about_tbl {
	background-image: url(images/about_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #333333;
}
.print_tbl {
	background-image: url(images/print_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #333333;
}
.multi_tbl {
	background-image: url(images/multi_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #333333;
}
.web_tbl {
	background-image: url(images/web_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #333333;
}
.portfolio_tbl {
	background-image: url(images/portfolio_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #333333;
}
.contact_tbl {
	background-image: url(images/contact_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #333333;
}
body {
	background-color: #CCCCFF;
}
.main_text {
	border: 1px solid #333333;
	background-image: url(images/white_text_bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.text_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.portfolio_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: centre;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: centre;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
	text-align: centre;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: centre;
	text-decoration: none;
}
.contact_details {
	font-family: "Arial Black";
	font-size: 18px;
	color: #333333;
	text-align: center;
	font-weight: normal;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-align: center;
}
