div#fullwrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	color: #000;
	font-family: arial, sans-serif;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}

div#header {
	width: auto;
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #000;
}

div#extra, div#menu {
	display: none;
}

div#content_container {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #000;
}

div#content {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #000;
}

div#footer {
	margin: 20px 0 0 0;
	padding: 0;
	width: auto;
	background: #FFF;
	color: #000;
	text-align: left;
	font-size: 10pt;
}

div#footer a, div#content a {
	color: blue;
}

h1 {
	font-size: 20pt;
}

h2 {
	text-align: left;
	border: 0;
	font-size: 16pt;
}

h3 {
	border: 0;
	font-size: 14pt;
}

p {
	font-size: 12pt;
}

p.big {
	font-size: 14pt;
}

div#header img {
	display: none;
}

div#header h1 {
	content: "JV Photography / JV Production";
}


a:link:after, a:visited:after {
   content: "  (" attr(href) ")  ";
   font-size: 8pt;
}