/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
 background: #1c2b47 url('images/backgrd4.jpg') top left;
 background-repeat: repeat-y; /** Repeats the image vertically **/
    background-position: top; /** Centers the Background image **/
    background-color: #1c2b47; /** Website BG colour (matches canvas colour in Step 1) **/
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {color: #1c2b47;}
a:visited {color:#1c2b47;}
a:hover {color: #3C5B97;}
a:active { color:#1c2b47;}

hr {
  color: #1c2b47;
  background-color: #1c2b47;
  border: 0;
  width: 100%;
}



h1 {
font-size: 11px;
text-transform:uppercase;

/*border-top:1px solid #1c2b47;
border-bottom:1px solid #1c2b47;*/
/*padding:5px 15px;*/
margin:0px }

h2 {
color: #1c2b47;
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 760px;

margin-left: auto;
margin-right: auto;
height:100%;
background: #ecdbaf url('images/JK_BodyBg2.jpg') repeat-y bottom left;
border:0px ;
}

/* ----------banner for logo-------------- */
#banner {
height:150px;
text-align: center;
background-color: #967140;
padding: 0px;
margin: 0px;
}
#banner img {padding:0px 0px;} 
#bannertitle{padding-top:0px;}

/* ----------banner for logo-------------- */
#bannertitle2 {
width: 760px;
text-align: center;
background-color: #967140;
padding: 0px;
margin: 0px;
background: url('images/bar.jpg') no-repeat;
}

/* -----------------content--------------------- */
#content {

background:#ECDBAF  url('images/JK_BodyBg2.jpg') repeat-y top right;
padding: 0px;
margin-left: 200px;
margin-right: 0px;
}
div#content { 
min-height:600px;
/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 175px;
margin: 0px;
padding: 15px;
 height:90%;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding:0px;

height:35px;
text-align: right; 
background:#967140;
}
 #footer h1 a{
 color:#1c2b47;
 }
  #footer h1{
  padding:10px 10px 0px 0px;
  }
 