html {
    background: #fff;
}

body {
    width: 100%;
    height: auto;
    color: #000;
	font-size: 12pt;
	font-family: Georgia, serif;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

p {
    padding: 0.6em 0;
}

h1 {
    height: auto;
    background: transparent;
    text-indent: 0;
	font-size: 150%;
}

h2 {
    color: #000;
	font-size: 120%;
}

h3 {
    color: #000;
	font-size: 110%;
}

h3.tagline {
    margin: 0 0 0.5em 0;
}

abbr {
    text-decoration: none;
	border: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0 20px 0;
}

th {
    text-align: left;
    background: transparent;
}

th, td {
    padding: 4px 5px;
    border: 1px solid #000;
}

td {
    background: transparent;
}

#wrapper {
    width: 100%;
    background: transparent;
	font-size: 100%;
}

#container {
    min-width: 0%;
    max-width: 100%;
	width: 100%;
    margin: 0;
    background: transparent;
    font-size: 100%;
    line-height: 110%;
}

#header {
    width: auto;
    height: auto;
    background: transparent;
}

#navigation {
    display: none;
}

#photo {
    display: none;
}

#bar {
    display: none;
}

#content-wrapper {
    overflow: auto;
}

#content {
    min-width: 0%;
    max-width: 100%;
    min-height: 0%;
	width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
}

#content a:link:after, #content a:visited:after {
    content: " (" attr(href) ")";
	font-weight: normal;
	text-decoration: none;
}

#content a[href^="/"]:after {
    content: " (http://www.louisemartin.co.uk" attr(href) ")";
	font-weight: normal;
	text-decoration: none;
}


#column {
    display: none;
}

#footer {
    display: none;
}
