/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family:Tahoma, Geneva, sans-serif;
 font-size: 13px;
   background-color: #e1ddd9;
}

h1 {
 font-family:Tahoma, Geneva, sans-serif;
 font-size: 13px;
  font-weight:bold;
 text-transform:uppercase;
 color:#996600;
}

h2 {
 font-family:Tahoma, Geneva, sans-serif;
 font-size: 10px;
}

a:link /* lien non-visité */ 
	{ 
	color:#000;
	text-decoration:none;
	}

/* lien visité */
a:visited { 
	color:#000;
	text-decoration:none;
	} 
	
/* lien survolé */	
a:hover {
	color:#996600;
	} 
	
/*lien actif */
a:active {
	color:#000;
	text-decoration:none;
	} 


#wrapper { 
 margin: 70px auto 0px auto;
 width: 800px;
 height:290px;
  background-image:url(images/fond.jpg);
  background-position:left top;
  background-repeat:no-repeat;
  background-color: #e1ddd9;
  border: 1px dashed #564b47;

}
#header {
 color:#996600;
 width: 780px;
 float: left;
 padding: 10px;
 height: 40px;
 text-align:center;
 letter-spacing:4px;
 font-weight:bold;
 text-transform:uppercase;
}
#leftcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 250px;
 width: 380px;
 float: left;
}
#rightcolumn { 
text-align:right;
padding:10px;
 float: right;
 color: #333;
 height: 250px;
 width: 380px;
 display: inline;
 position: relative;
}