﻿body
{
	background-position: left top;
	background-attachment: fixed;
	background-image: url(../images/design/montage.jpg);
	background-repeat: yes-repeat;
	height: 1050px;
	margin: 0px;
	padding-top: 25px;
	padding-left: 25px;	
	color: Black;
}

.seventy-percent {
  background-color:#336699;
  position:absolute;
  width:225px;
  height:225px;
  /*here’s the CSS3 standard method. this works in everything* but IE. */
  /*It’s in fractions of 1. So 1 is 100% opacity (AKA the default) and .5 is 50% opacity.*/
  opacity:.8;
  top:20px;
  left:20px;
  padding:10px;
}

#menufloat 
{
	width: 200px;
	height: 210px;
	position: fixed;
	/*background-image: url(images/menu.png);
	background-repeat: no-repeat;
	background-color: #FFd800;
	*/
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*background-color: White;
	*/
	vertical-align: top;	
}

#menufloat UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 5px;
	margin-top: 5px;	

}

#menufloat UL LI
{
	padding-top: 1px;
	padding-bottom: 1px;
}

#menufloat UL A
{
	color:#66CCFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 15px;	
	font-weight: bold;
}

#project
{
	background-color: White;
	width: 550px;
	height: 4900px;
	margin-left: 180px;
	padding-left: 10px;
	padding-right:10px;
	padding-bottom: 25px;	
}

.projecthead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 550px;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;	
	background-color: #ffffff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-top-width: medium;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #222222;
	border-bottom-color: #222222;
	height: auto;
}

.projectname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	font-variant: small-caps;
	color: #222222;
	letter-spacing: 1px;
}

.projectnamesmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	font-variant: small-caps;
	color: #222222;
	letter-spacing: 1px;
}

.projectcopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #222222;
	line-height: 17px;
	letter-spacing: 0px;
}

.projectbody
{
	clear: both;
}

.projectimage
{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.projectimage A IMG
{
	border: 0;
}


/*THE PRICES */

DIV#thePrices TABLE
{
	width: 450px;
}

DIV#thePrices TABLE TR TD.price
{
	text-align: right;
	padding-right: 45px;
}

/*THE ACCOMODATION */

DIV#theAccomodation TABLE
{
	width: 550px;
}

DIV#theAccomodation TABLE TR TD
{
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 5px;
}

DIV#theAccomodation TABLE TR TD.labelCell
{
	padding-right: 15px;
}

filter: Glow(color=red, strength=2);
