body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	background-color:#BDB29C;
}

h1 {
	font-size:29px;
	padding-top:5px;
	padding-bottom:0px;
	margin:0px;
	
}
h2 {
	font-size: 13px;
	color: #E48929;
	margin-top:20px;
	margin-bottom:3px;

}
h3 {
	font-size: 18px;	
	color: #ffffff;
	margin:0px;
	padding-top:20px;
	padding-bottom:5px;
}

h4 {
	font-size: 12px;	
	color: #ffffff;
		margin-bottom:5px;
		margin-top:5px;

}


p, td{
	margin-top:10px;
	margin-bottom:10px;
	font-size:12px;
}

 
ul {
margin-left:0px;
font-size:12px;
margin-top:0px;
margin-bottom:0px;
}

li {
margin-left:0px;
font-size:12px;
margin-top:0px;
margin-bottom:0px;
}

.prices {
	font-size: 13px;
	color: #E48929;
	font-weight:bold;


}
.ContactHeader {
color:#FFFFFF;
font-size:14px;
font-weight:bold;
background-color:#E48929;
}

/* =========================== LINKS ================================ */

a., a:link, a:visited{
font-size: 14px;
color:#E48929;
text-decoration:none;

}

a:hover, a:active {
color:#ffffff;
text-decoration:underline;
}


a.Menu, a.Menu:link, a.Menu:visited{
	font-size:12px;
	color: #ffffff;
	display:block;
	background-image:url(../images/MenuBackground.png);
	background-repeat:no-repeat;
	height:32px;
	line-height:30px;
	text-align:left;
	text-indent:40px;
	text-decoration:none;
	padding:0px;
	font-style:normal;
	}

a.Menu:hover, a.Menu:active {
color: #E48929;
}

/* ==== DIVS ==== */


#Container{
position:absolute;
width:950px;
height:545px;
top:20px;
left:50%;
margin-left: -475px; /* half of the width */
padding:0px;
background-color:#5F5B52;

}

#Col1{
position:relative;
margin:0px;
width:245px;
height:545px;
float:left;
text-align:center;
background-image:url(../images/BackgroundCol1.png)
}


#Col2{
position:relative;
width:420px;
margin:20px;
float:left;
}


#Col3{
position: relative;
margin-left:0px;
margin-top:0px;
width:245px;
height:545px;
float:right;
text-align:right;
background-image:url(../images/BackgroundCol3.png)
}

#Menu{
position:relative;
width:240px;
margin-top:20px;
float:left;
}




/* default setup that everything sees */
.shadow {
  /* needed for Internet explorer */
  height: 1em;
  filter: Shadow(Color=#666666, 
                 Direction=135, 
                 Strength=5);

  /* Needed for Gecko */
  line-height: 2em;
  white-space: nowrap;
}

/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.shadow:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #666666; 
}

#shadow_1:before { 
  content: 'In shadow'; 
}
#second_2:before { 
  content: 'Happy Shadowing!'; 
}

/*\*/
html*.shadow {

  [color:red;/* required by Safari 
              * so that [] is correctly
              * begun. associated with
              * the property, yet hiding
              * it. Seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    text-shadow: #666666 5px 5px 5px; 

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

/*\*/
html*.shadow:before {

  [color:red;/* required by Safari. 
                seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    display: none;

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}
