
/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
background: #79AEFF url(images/back.jpg) top center repeat-x fixed; 
margin: 0;
padding: 0;
}

#wrapper {
margin: 0 auto;
width: 800px;
padding: 0;
text-align: left;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/



/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
background: url(images/middle3.jpg) center repeat-y; 
width: 760px;
height: 100%;
padding: 0px 20px 100px 20px;

}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
background: url(images/header8b.jpg) top center no-repeat; 
width: 760px;
height: 166px;
margin: 0px 0px 10px 0px;
}
/*                    Menu                   */
#menu {
width: 200px;
height: 100%;
margin: 0px;
float: left;
text-align: left;
font-family: 'calibri', 'arial', sans-serif;
	font-size: 13px;
}

#menu li a {
height: 35px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 27px;
text-decoration: none;
text-align: left;
font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 13px;
}	
	
#menu li a:link, #menu li a:visited {
color: #704c12;
display: block;
background:  url(images/off.png);
padding: 8px 0 0 10px;
height: 27px;
text-align: left;
font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 13px;
}
	
#menu li a:hover {
color: #ffff99;
background:  url(images/on.png);
padding: 8px 0 0 10px;
height: 27px;
text-align: left;
font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 13px;
	
	
	}	
	
	
	#Container {
	  background-image: 'images/sand.jpg';
	
	vertical-align: top
	
}
}	


#menuContainer {
  background-image: 'images/sand.jpg';
  width: 12 em;
  padding: 2px;
vertical-align: top

}

#menuContainer ul { 
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menuContainer li {
  background-color: #d8c2a0;
  border: 2px solid #663300;
  width: 10em;
  /* this is to make the submenus position relative to this li */
  position: relative; 
}

#menuContainer a {
  text-decoration: none; 
  
  color: #0e314c;
  font-weight: bold;
  font-size: 12pt;
  font-family: Verdana, Arial, sans-serif;
}
#menuContainer li:hover {

  border: 2px solid #996633;  
  background-color: #f8e6d5;
}


#menuContainer a:hover {
  color: #993300;
  
}

#menuContainer ul ul {
  position: absolute;
   border: 4px solid #8a7052;
  left: 10em;
  top: 0;
  visibility: hidden;
}

#menuContainer li:hover > ul {
  visibility: visible;
}
/*Mouseover: display second level or third level pop-up*/

#menuContainer li:hover ul, #menuContainer li:hover li:hover ul {
  visibility: visible;
}

/* Hide third level menu when the mouse is over the first level li*/
#menuContainer li:hover ul ul {
	visibility: hidden;
}


ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
font-family: 'calibri', 'arial', sans-serif;
	font-size: 12px;
}

#stuff {
width: 600px; center
margin: 0px 0px 0px 210px;
}

#stuff2 {
width: 45px; center
margin: 0px 0px 0px 210px;
}


}

.right {
	font-size: 1.0em;
	padding-right: 100px;
	text-align: right;
}

#info {
	border: 1px solid #C2C7BE;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 20px;
	padding: 0px 15px 0px 15px;
	position: relative;
}

#info a, #info a:visited {
	color: #8A9483;
	text-decoration: none;
}

#info a:hover {
	color: #9BA495;
	text-decoration: underline;
}

#pic {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: 10px;
	width: 500px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 0px solid #000000;
	display: block;
	height: 100px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 107px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 3px solid #2b547e;
	display: block;
	height: 233px;
	left: 150px;
	position: absolute;
	top: -60px;
	width: 420px;
}

img {
border: none;
} 

#scroll {
auto : scroll bars appear only when required.

scrolling. : scrollbars always appear.
}



#bottom{
background: url(images/bottom.jpg) top center no-repeat; 


padding: 0px 00px 0px 0px;
}
/**************************************************/
/*                                       Bottom                                             */
/**************************************************/



