/* ***some css by miss monorom www.intensivstation.ch *** */

body {
	background-color: #e1ddd9;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
	background-attachment: fixed;
	background-image: url(../img/pagebkgd.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#insetimg {
	float: right;
	height: 250px;
	width: 180px;
	border: medium solid #666666;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 3px;
}
.smalltxt {
	font-size: x-small;
}
a {
	color: #660000;
}
a:visited {
	color:#972525;
}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
	font-size: 12px;
	text-transform:uppercase;
	background-color: #FC000A;
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	margin:0px;
	color: #000000;
	text-align: center;
	font-weight: 600;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}
h3 {
	background-color: #CCCCCC;
	padding: 3px;
	margin: 10px;
	text-align: center;
}

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
	width: 785px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #CCCCCC;
	height: auto;
}

/* ----------banner for header-------------- */
#banner {
	background-color: #e1ddd9;
	text-align: center;
	padding: 0px;
	height: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

/* -----------------content--------------------- */
#content {
	background-color: #ffffff;
	padding: 0px;
	margin-left: 135px;
	margin-right: 0px;
	height: auto;
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 135px;
	margin: 0px;
	padding: 0px;
	height: auto;
}

/* -----------footer--------------------------- */
#footer {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../img/footerbkgd.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center bottom;
	height: 40px;
	color: #999999;
	vertical-align: bottom;
}
#footerindex {
	background-image: url(../img/footerindex.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	visibility: inherit;
	font-size: 15px;
}
