html,body {
    height: 100%;
	margin:0 auto;
    background-color: #260d09;
	color: #c0c0c0; 
	font-family: Sylfaen; 
	font-size: 13pt; 
	text-align: left;
	cursor: default;
}

#wrapper {
   width: 720px;
   height: 100%;
   padding: 0px 8px 0px 8px;
   margin: 0px auto 0px auto;
}   
   
   
#wrapper[id] {
   height: auto;
   min-height: 100%;
}

#header {
   width: 540px;
   height: 430px; 
   left: 100px;
   top: 0px;
   position: relative;
   margin-bottom: 10px;
}
  
#navigation {
  position: absolute;
  height: 430px;
  width: 210px;
  float: left;
  top: 72px;
  left: 131px;
  margin-bottom: 10px;
}

#contentwrapper {
  height: 400px;
  background-image: url(img/background.jpg);
  background-position: top center;
  background-repeat: repeat-y;
}


#contentwrapper[id] {
  height:auto;
  min-height: 400px;
}  

#top {
  position: relative;
  width: 720px;
  height:  194px;
  top: 0px;
  left: 0px;
  background-image: url(img/border-top.png);
}

#cetli {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 600px;
  left: 40px;
  background-image: url(img/cetli.png)

}

#main {
	position: relative;
	float: left;
	width: 600px;
	top: 1px;
	left: 60px;
	padding-top: 15px;
	font-size: 9pt;
    font-family: Sylfaen;	
	line-height: 15px;
	text-align: left;
}

#footer {
    position: relative;
	clear: both;
	padding-top: 2px;
	top: 50px;
	width: 720px;
	height: 254px;
	font-size: 7pt;
	background: url(img/footer.jpg);
	color: #e2eff3;
}

h4 {
	color: #c1aea0;
	font-family: Tahoma;
	text-align: left;
    border: 2px solid #634b38;
	padding: 4px;
	margin-bottom: 1px;
	margin-right: 2px;
	font-size: 7pt;
	width: 55%;
	margin-bottom: 2px;
	}

b {color: #bea083;}
i  {color: #bea083;}

A {text-decoration: none; font-weight: normal;}
     a:link { 
       color: #d49149;
       font-size: 8pt;
       font-weight: bold;
       font-family: Georgia;} 
     a:visited { color: #d49149;
       font-size:8pt;
       font-weight: bold;} 
     a:hover { color: #d4b9a1;
       font-weight: bold;
       border-bottom: #d4b9a1 1px dashed;} 
     a:active {color: #d49149;
       font-weight: bold;}

