html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	height: 100%;
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
h1, h2, h3, h4 {
	font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: normal;
	color: #74561F;
}

#container {
	position: absolute;
	width: 100%;
}
/**
 * Header
 */
#header {
    display: block;
	position: relative;
    clear: both;
	width: 100%;
	font-size: 3em;
    z-index: 2;
    
    background-image: url(logo.gif);
    background-repeat: no-repeat;
}
#header h1 {
	height: 60px;
	font-family: 'Times New Roman', Times, serif;
   	text-align: justify;
   	font-weight: normal;
    color: #000000;
}
#header span.telephone {
	display: block;
	margin-bottom: 10px;
    font-size: 0.3em;
    font-weight: bold;
}
/**
 * Content
 */
#content {
	position: relative;
    float: right;
	width: 100%;
    z-index: 2;
}
#content h2 {
	margin-top: 5px;
	font-size: 1.5em;
}
#content p {
	margin: 10px;
	margin-left: 15px;
	text-align: justify;
}
#content strong {
	font-weight: bold;
}
/**
 * Tables
 */
table.catalogue {
	width: 100%;
	margin: 10px 0;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	clear: both;
}
table.catalogue th {
	text-align: left;
	font-weight: bold;
	font-size: 1em;
	background-color: #ccc;
}
table.catalogue td {
	
}
table.catalogue th, table.catalogue td {
	padding: 3px;
	
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
}
/**
 * Navigation
 */
#navigation_bg {
	display: none;
}
#navigation {
	display: none;
}
/**
 * Footer
 */
#footer {
	position: relative;
    float: right;
	width: 790px;
	padding: 20px 0;
	text-align: center;
    z-index: 2;
}