
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#330000;
 color: #666600;
 text-align:center;
 padding:0;
 font-family: arial, verdana, helvetica, tahoma, sans-serif;
 font-size: 80%;
	line-height: 150%;
 }

td {
  font-size: 100%;
}

h3 {
  font-size: 140%;
}
h3, p {
 margin:0;
 padding: 10px 0px 10px 0px ;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
A:link {text-decoration: none; color: #666600}
A:visited {text-decoration: none; color: #666600}
A:active {text-decoration: none;color: #666600}
A:hover {text-decoration: underline; color: red;}
 
#outer {
 text-align:left;
 
 width:650px;
 margin:auto;
 }

#hdr {
 height:115px;
 background-image:url('logo.gif');
 background-position: center;
 background-repeat: no-repeat;
 
 }

#bar {
 height:25px;
 font-size:10px;
 color: #666600;

 }

#bodyblock {
 position:relative;
 
color: #666600;
 width:650px;
 padding:0;
 }

#l-col {
 float:left;
 
 color: #666600;
 width:320px;
 height:342px;

 background-repeat: no-repeat;
 }
 
 #l-col2 {
 float:left;
 
 color: #666600;
 width:50px;
 height:342px;

 background-repeat: no-repeat;
 }

#l-col3 {
 float:left;
 
 color: #666600;
 width:90px;
 height:342px;

 background-repeat: no-repeat;
 }

.fotohome{
 background-image:url('foto1.jpg');
 }
 .fototitbits{
 background-image:url('fotobar.jpg');
 }
 
 .roomrates{
 background-image:url('roomrates.jpg');
 }

 .location{
 background-image:url('location.jpg');
 }
 
 .oldamsterdam{
 background-image:url('oldamsterdam.jpg');
 }
 .links{
 background-image:url('links.jpg');
 }
  .contact{
 background-image:url('contact.jpg');
 }
 
#cont {
 width:325px;

 color: #666600;

 text-align:left;
 }

#contbier {
 width:550px;

 color: #666600;

 text-align:left;
 
 }


#ftr {
 height:50px;
 
 color: #666600;

 font-size: 80%;
 margin:20;
 }