/* 
CSS template http://www.intensivstation.ch/files/en_templates/temp05.html 
Color Pallette:

H2: #ac2c2c
menu: #f6d9d9


*/

html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #fff;
  font-size: 76%;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
	line-height: 1.65em;
	}

blockquote {
	font-family: serif;
	font-style: italic;
	font-size: 1.5em;
	line-height: 1.75em;
	}
blockquote .referencesource {
	text-align: left;
	font-style: normal;
	margin-top: 0;
	padding-left: 80px;
	}

#addressblock {
	position: absolute;
	right: 0px;
	line-height: normal;
	font-size: .9em;
	text-align: center;
	padding: 10px;
	}
#addressblock p.title {
	font-weight: bold;
	margin: 0;
	}

#content {
  margin: 0px 200px 0px 150px;
/*  border-left: 2px solid #564b47;
  border-right: 2px solid #564b47;
*/
  padding: 0px 1.5em;
  background-color: #ffffff;    
	}

h1 {
	font-size: 3em;
	font-family:palatino, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: normal;
	font-weight: bolder;
	margin-top: 10px;
	padding-bottom: 25px;
	}
h2 {
	color: #ac2c2c;
		margin-bottom: .25em;
		padding: 0px;
	}
	
#left { /* --- ----------------------- LEFT --- */
position: absolute;
left: 0px;
width: 140px;
color: #564b47;
margin: 0px; 
padding: 0px;
}
#left ul { 
	margin: 0;
	padding: 0 0 0 5px;
	}
#left ul li { 
	list-style: none;
	padding: 5px 0;
	}
#left ul li a,
#left ul li span {
	font-weight: bolder;
	padding: 3 10px; 
	width: 130px;
	background: url(menu.gif) repeat-y;
	display: block;	
	text-decoration: none;
	font-stretch:extra-expanded;
	}
#left ul li a:hover,
#left ul li span {
	background: url(menu_hover.gif) repeat-y;
	color: #fff;
	}	
#left #disciples {
	text-align: center;
	padding: 40px 0px 0px 0px;
	line-height: normal;
	}
#left #disciples img {
	padding: 7px 0px;
	border: 0px;
	}

#right { /* --- --------------------- RIGHT --- */
	position: absolute;
	right: 0px;        
	width: 190px;
	color: #564b47;
	margin: 0px; 
	padding: 10px 0px 20px 15px;
	font-size: .8em;
	line-height:normal;
	/*background-color: #f6d9d9;*/
	}
#right ul {
	margin: 10px 0px;
	padding: 7px;
	border-left: 3px solid #ac2c2c;
	line-height: 1.65em;
	}
#right ul li {
	list-style: none;
	font-weight: bold;
	color: #ac2c2c;
	}
#right ul li span {
	color: #000;
	font-weight: normal;
	padding-left: 1em;
	}
