@charset "UTF-8";
/* CSS Document */

<style type="text/css">
<!--
/* VARNISH STRIPPING */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
* { margin:0; padding:0; }
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:100%; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

body {
	background: url(../images/bg_header_memoriam.jpg) repeat-x top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 960px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	height: 900px;
}	

#header {
	background:url(../images/header_memoriam.jpg);
	height: 140px;
}

#photo_main {
	float: right;
	margin-top: -140px;
}

#column_left {
	float: left; 
	width: 230px;
	height: 700px;
}

#column_right {
	float: left; 
}

#column_centre {
	width: 470px;
	float: left;
}

p {
	padding: 0 25px 10px 15px;
	font-size: 83%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

p.sidebox {
	margin: 10px;
	padding: 0px 25px 0 10px;
	border-right: 1px solid #009999;
	font-size: 90%;
	color:#006600;
	text-align: right;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
}

#wrapper #column_centre h1 {
	font-size: 130%;
	font-weight: 200;
	padding: 0 0 20px 15px;
}

#wrapper #column_centre #menu p {
	padding: 25px 0 20px 15px;
	color: #666600;
	font-size: 83%;
}

#wrapper #column_centre #menu p a {
	color: #666600;
}

#image_logo {
	padding: 25px 0 25px 32px;
}

.clear_right {
	clear: right;
}

.clear_left {
	clear: left;
}
