/* Sur Le Mur */
/* Art Studios */
/* Author and Owner: Linda Townsend */

 body {
 background-color: #c8c0a8;
 font-family: arial;
 font-size: 14px;
 margin: 1% 22% 1% 22%;
 }
 
 div.body {
 background-color: #ffffff;
 font-family: arial;
 font-size: 14px;
 text-align: left;
 width: 600px;
 border: 1px;
 border-style: solid;
 border-color: #000000;
  }
 
 div.menu {
 float: left;
 width: 170px;
 border: 0px;
 padding: 5px;
 text-align: center; 
 line-height: 30px;
 }
 
 div.content {
 float: left;
 width: 405px;
 border: 0px;
 padding: 5px;
 text-align: center;
 }
 
 .clearboth { 
 clear: both; 
 }
 
 div.footer {
 font-family: arial;
 font-size: 11px;
 text-align: center;
 width: 600px;
 }
 
 .clearboth { 
 clear: both; 
 }
 
 p {
 text-indent: 1cm;
 text-align: left;
  }
	 
 p.plain {
 text-indent: 0cm;
 text-align: left;
  }
	 
 p.center {
 text-indent: 0cm;
 text-align: center;
  }
	 
 p.right {
 text-indent: 0cm;
 text-align: right;
  }
	 
 h1 {
 text-align: center;
 color: #837060;
 font-family: arial;
 font-size: 18px;
  }
	 
 h2 {
 text-align: left;
 color: #837060;
 font-family: arial;
 font-size: 14px;
 line-height: 5px;
  }
	
 img.left {
 float: left;
 border: 0px;
 margin: 10px 10px 10px 0px;
  } 
	
 img.right {
 float: right;
 border: 0px;
 margin: 10px;
  } 
	
 ul {
 text-align: left;
  }

 a:link {color: #837060}
 a:visited {color: #837060}
 a:hover {color: #c8c0a8; text-decoration: none}
 a:active {color: #837060}

 a.foot:link {color: #837060; text-decoration: none}
 a.foot:visited {color: #837060; text-decoration: none}
 a.foot:hover {color: #837060; text-decoration: underline}
 a.foot:active {color: #837060; text-decoration: none}
 
 a.menu:link {color: #837060; font-weight: bold; text-decoration: none;}
 a.menu:visited {color: #837060; font-weight: bold; text-decoration: none;}
 a.menu:hover {color: #c8c0a8; font-weight: bold; text-decoration: none;}
 a.menu:active {color: #837060; font-weight: bold; text-decoration: none;}
	 
 