@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #371666;
	font-size: 11px;
	margin: 0 auto;
	text-align: center;
}

#wrapper {
	width: 740px;
	text-align: center;
	margin: 100px auto;
	z-index: 0;
	border: #371666 solid 1px;
}

#header {
	width: 740px;
	height: 118px;
}

#contentteam {
	width: 690px;
	height: 410px;
	background-image: url(images/background_team.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding: 20px 0 0 50px;
}

#contenthome {
	width: 680px;
	height: 430px;
	background-image: url(images/background_home.jpg);
	background-repeat: no-repeat;
	text-align: left;
	line-height: 25px;
	padding: 30px 0 0 60px;
}

#contentcontact {
	width: 580px;
	height: 430px;
	background-image: url(images/background_contact.jpg);
	background-repeat: no-repeat;
	text-align: left;
	line-height: 16px;
	padding: 30px 0 0 160px;
}

#contentquote {
	width: 580px;
	height: 570px;
	background-image: url(images/background_quote.jpg);
	background-repeat: no-repeat;
	text-align: left;
	line-height: 16px;
	padding: 30px 0 0 160px;
	background-color: #FFFFFF;
}

#contentdesign {
	width: 580px;
	height: 430px;
	background-image: url(images/background_design.jpg);
	background-repeat: no-repeat;
	text-align: left;
	line-height: 20px;
	padding: 30px 0 0 160px;
}

#contentlitho {
	width: 580px;
	height: 430px;
	background-image: url(images/background_litho.jpg);
	background-repeat: no-repeat;
	text-align: left;
	line-height: 20px;
	padding: 30px 0 0 160px;
}

#contentfinishing {
	width: 580px;
	height: 430px;
	background-image: url(images/background_finishing.jpg);
	background-repeat: no-repeat;
	text-align: left;
	line-height: 25px;
	padding: 30px 0 0 160px;
}

#contentformat {
	width: 600px;
	height: 430px;
	background-image: url(images/background_format.jpg);
	background-repeat: no-repeat;
	text-align: left;
	line-height: 20px;
	padding: 30px 0 0 140px;
}

#footer {
	width: 650px;
	text-align: right;
	margin-top: 200px;
	padding: 0 30px 0 0;
}

#footerformat {
	width: 89px;
	text-align: left;
	margin-top: 20px;
	padding: 0 0 0 400px;
}

#footerin {
	width: 500px;
	text-align: right;
	margin-top: 100px;
	padding: 0 30px 0 0;
}

#add {
	position: absolute;
	float: left;
	top: 380px;
	left: 754px;
	z-index: 10;
}



/* Navigation */

#nav {
	width: 740px;
	height: 22px;
	background-color: #371666;
}

#nav ul
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	float: right;
}

#nav ul li
{
	list-style: none;
	display: inline;
	float: left;
	color: #FFFFFF;
}

#nav ul li a
{
	text-decoration: none;
	float: left;
	color: #FFFFFF;
	text-align: center;
	padding: 2px 5px 2px 5px;
}

#nav ul li a:hover
{
	text-align: center;
	padding: 2px 5px 2px 5px;
	background-color: #B4B4B4;
	height: 18px;
}

body#home a#homenav,
body#contact a#contactnav,
body#design a#designnav,
body#litho a#lithonav,
body#finishing a#finishingnav,
body#format a#formatnav,
body#quote a#quotenav {
	text-align: center;
	padding: 2px 5px 2px 5px;
	background-color: #B4B4B4;
	height: 18px;
}

h1 {
	font-size: 16px;
	margin: 0 auto;
	padding: 0;
	font-style: italic;
}

p {
	margin: 0 auto;
	padding: 0;
}

.grey {
	color: #818181;
	font-weight: bold;
	font-size: 14px;
}

.member {
	width: 170px;
	float: left;
}
