html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #ccc url(img/background.jpg) repeat-y top center;
}

p {
	margin: 0 0 15px;
}

h1 {
	margin: 0 0 8px 0;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}	

h2 {
	margin: 0 0 8px 0;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

h3 {
	margin: 8px 0 2px 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

/* Container */
#container {	
	width: 900px;
	min-height: 100%;
	background: #FFF;
	margin: 0 auto 0 auto;
}

/* Header stuff */
#header {	
	width: 900px;
	height: 146px;
	background: #000 url(img/header-left.jpg) no-repeat top left;
}

.contactinfo {
	border: 0;
	float: right;
	margin: 20px 20px 0 0;
	clear: right;
}

/* Navigation */
#navcontainer {
	width: 900px;
	background: #000;
	float: right;
}

/* Main Content */
#content {
	clear: left;
} 

#content a {
	color: #444;
	text-decoration: underline;
} 

#content a:visited {
	color: #444;
	text-decoration: underline;
} 

#content a:hover {
	color: #666;
	text-decoration: underline;
} 

#mainpanel {
	width: 613px;
	float: right;
	padding: 35px 40px 0 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}

.tag {
	margin: 0 0 0 50px;
}

.bottomtag {
	margin: 0 0 0 196px;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}

#maintext {
	margin: 30px 110px 15px 196px;
}

.textimg {
	margin: 30px 110px 0 50px;
	height: auto;
}

.smalltext {
	font: 10px;
	line-height: 16px;
}

.squareimage {
	margin: 0 20px 10px 0;
	float: left;
}

/*Left hand side panel*/
#homepanel {
	width: 247px;
	height: 450px;
	background: #FFF url(img/leftpanel/shoeprint.jpg) no-repeat top left;
	float: left;
}

#digitalpanel {
	width: 247px;
	height: 450px;
	background: #FFF url(img/leftpanel/digital.jpg) no-repeat top left;
	float: left;
}

#lithopanel {
	width: 247px;
	height: 450px;
	background: #FFF url(img/leftpanel/litho.jpg) no-repeat top left;
	float: left;
}

#largeformatpanel {
	width: 247px;
	height: 544px;
	background: #FFF url(img/leftpanel/largeformat.jpg) no-repeat top left;
	float: left;
}

#plantpanel {
	width: 247px;
	height: 450px;
	background: #FFF url(img/leftpanel/plant.jpg) no-repeat top left;
	float: left;
}

#techpanel {
	width: 247px;
	height: 450px;
	background: #FFF url(img/leftpanel/tech.jpg) no-repeat top left;
	float: left;
}

#peoplepanel {
	width: 247px;
	height: 450px;
	background: #FFF url(img/leftpanel/hands.jpg) no-repeat top left;
	float: left;
}

#contactpanel {
	width: 247px;
	height: 450px;
	background: #FFF url(img/leftpanel/contact.jpg) no-repeat top left;
	float: left;
}

#mailingspanel {
	width: 247px;
	height: 450px;
	background: #FFF url(img/leftpanel/mailers.jpg) no-repeat top left;
	float: left;
}

#newpanel {
	width: 247px;
	height: 450px;
	background: #FFF url(img/leftpanel/whatsnew.jpg) no-repeat top left;
	float: left;
}