body {
 background: #E7E7E7 url('paper.gif') top left;
font-size: 14px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {color: #DB7093;}
a:visited {color:#c43300;}
a:hover {color: #c43300;}
a:active { color:#000000;}

p.ex1
{
font:italic bold 45px/40px Geneva;
}


h1 {
font-size: 14px;
/*text-transform:uppercase;*/

/*border-top:1px solid #564b47;
border-bottom:1px solid #564b47;*/
/*padding:5px 15px;*/
margin:0px }

h2 {
color: #9A1212;
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

.text_line
{
clear:both;
margin-bottom:2px;
}


img.download {vertical-align:middle;}

/* ----------container for centering the layout-------------- */
#container {
width: 760px;

margin-left: auto;
margin-right: auto;
height:100%;
background: #E8E8E8 url('menubottom.jpg') no-repeat bottom left;
border:1px solid #8D8D8D;
}

/* ----------banner logo-------------- */
#banner {
height:114px;
text-align: center;
background:  url('header.jpg') no-repeat bottom center;
background-color: #e1ddd9;

padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 
#bannertitle{padding-top:50px;font-size:2em;font-weight:bold;font:italic bold 45px/40px Lucida Sans;}

/* -----------------content--------------------- */
#content {

background:#ffffff  url('content.jpg') no-repeat 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 navigation------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
background:#E8E8E8;
 height:90%;
}

/* -----------footer------------------------- */
#footer {
clear: both;
margin: 0px;
padding:0px;
height:35px;
text-align: right; 
background:  url('szare.gif') repeat-x ;
}
 #footer h1 a{
color:#339966;
float:right;
 }
  #footer h1{
 /* padding:5px 5px 0px 0px;*/
  }
 
 /**********vertical menu***************/
.verticalmenu ul{
 list-style:none;
 padding: 10px;
 margin: 0px;
}

 .verticalmenu li, a:link, .verticalmenu a:visited, .verticalmenu a:hover {
   display: block;
   font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
   color: #9A1212;
   text-decoration: none;
   text-align: left;
   
   width: 140px;
   height: 32px;
   /*background: url('menuhover.gif') no-repeat;*/
 }

 .verticalmenu a:hover{
   background: url('menuhover.gif') no-repeat;
   color: #dc4d1b;
 }
 
 /**********picture gallery***************/
 div.img
  {
  margin:2px;
  border:1px solid #0000ff;
  height:330px;
  width:450px;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  border:1px solid #ffffff;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
  float:left;
}
div.img a:hover img
  {
  border:1px solid #0000ff;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:auto;
  margin:2px;
  }


/* unvisited link */
a:link {
    color: #FF0000;
}

/* visited link */
a:visited {
    color: #00FF00;
}

/* mouse over link */
a:hover {
    color: #FF00FF;
}

/* selected link */
a:active {
    color: #0000FF;
}
