body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-image: url(images/pgbg.gif);
	background-repeat: repeat-x;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#990000;
	scrollbar-shadow-color:#F3F3F3;
	scrollbar-face-color:#EF4035;
	scrollbar-highlight-color:#F3F3F3;
	scrollbar-dark-shadow-color:white;
	scrollbar-3d-light-color:#9BAAC1;
	background-color: #cccccc;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a{
	color:#EF4035;
	font-weight: bold;
	text-decoration: none;
}
a:visited{
	visited:#EF4035;
	color:#EF4035;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

td{
	vertical-align: top;
	font-size: 12px;
}



.header{
	background-color: #EF4035;
	height: 100px;
	width: 100%;
	border-bottom: 2px solid #000000;
}
.header p{
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight:bold;
	font-size: 12px;
}
.header td{
	vertical-align: middle;
}

.footer td{
	width: 100%;
	background-image: url(images/footbg.gif);
	background-repeat: repeat-x;
	color: #000000;
	vertical-align: middle;
}
.footer h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
 .footer .address{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	padding: 4px;
}
   #topmenu {
      float:left;
      width:100%;
      background:#DAE0D2 url("images/bg.gif") repeat-x bottom;
	  font-family: Arial, Helvetica, sans-serif;
      font-size:11px;
      line-height:normal;
      }
    #topmenu ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #topmenu li {
      float:left;
      background:url("images/tab_l.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    #topmenu a {
      float:left;
      display:block;
      background:url("images/tab_r.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#000;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #topmenu a {float:none;}
    /* End IE5-Mac hack */
    #topmenu a:hover {
      color:#000000;
      }
    #topmenu #current {
      background-image:url("images/tab_l_on.gif");
      border-width:0;
      }
    #topmenu #current a {
      background-image:url("images/tab_r_on.gif");
      color:#000000;
      padding-bottom:5px;
      }
	
	
#menu{
	float: left;
	width: 100px;

}

#content{
	padding:5px;
	color: #333333;
	width:760;
	height:auto;
	float: left;
	background-color: #FFFFFF;
}
#content h1{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
#content h2{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.PropertyList{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.PropertyList th{
	background-color: #999999;
	font-weight: bold;
	color: #FFFFFF;
}
.PropertyList td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#property{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#property h1{
	color: #FF0000;
	font-size: 26px;

}
#property h2{
	font-size: 18px;
	color: #999999;
}
#property h3{
	font-size: 18px;
	color: #000000;
}
#property p{
	font-size: 14px;
}
#property ul{
	font-size: 14px;
}
#property th{
	font-size: 14px;
	font-weight: bold;
	background-color: #CCCCCC;
}
#property td{
	font-size: 14px;
	background-color: #FFFFFF;
}

.accomodation {
	border:1px solid #000000;
}
.accomodation th{
	border:1px solid #000000;
}
.accomodation td{
	border:1px solid #000000;
}


.buscard{
	background-color: #FFFFFF;
	padding: 4px;
	height: auto;
	width: 150px;
	font-size: 10px;
	float:right;
}
.buscard p,td {font-size: 12px;}


.DisplayList {
	font-size: 11px;
}
.DisplayList th{
	font-size: 11px;
	background-color: #999999;
	font-weight: bold;
	color: #FFFFFF;
}
.D td{
	background-color: #efefef; border-top:1px solid #EF4035;border-bottom:1px solid #EF4035;
}
.L td{
	background-color: #FFFFFF;}
.highlight{
	background-color: #EF4035;
	color: #FFFFFF;
}
.dt{
	font-size: 10px;
	font-style: italic;
	color: #666666;
}
.box{
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	text-align: center;
}

#featured{padding:5px;}
#featured p{font-size:14px;}
#featured img{margin:5px;}
#featured .inset{
	float:left;
	margin:5px;
	text-align: center;
}
.FrontMenu{
	background-color: #efefef;
}
.FrontMenu h2{
	font-size:14px;
	font-weight: normal;
	margin-bottom:0px;
}
.FrontMenu a{
	color: #000000;
}
.FrontMenu a:visited{
	color: #000000;
	text-decoration: none;
}
.FrontMenu a:hover{
	color: #EF4035;
	text-decoration: none;
}
