/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	font:normal small Verdana, Helvetica, sans-serif ;
color: #675A44;

background: #E8DAC1
}

h1,h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #660000;
}
 

 h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #5C4A2A;
}

a {
	color: #5C4A2A;
font-style: italic;
}

a:hover {
	text-decoration: none;

}

/** HEADER */

#header {
	padding: 1em;
	background: #C0A26E;
	border-bottom: 2px solid #9E865D;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	letter-spacing: .2em;
	color: #5C4A2A;
}

#header h2 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: .2em;
	color: #5C4A2A;
}

/** MENU */

#menu {
	padding: .3em;
	background: #9E865D;
	border-bottom: 2px solid #9E865D;
	text-align: center;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0em 2em;
	text-decoration: none;
	font-weight: bold;
	color: #5C4A2A;
}

#menu a:hover {
	background:#A28553;
	color: #E8DAC1;
}

/** CONTENT */

#content {
	width: 700px;
	margin: 0px auto;
	padding: 2em;
      
}

#columnA {
	float: right;
	width: 480px;

}

#columnB {
	float: left;
	width: 200px;
}

/** FOOTER */

#footer {
	clear: both;
	padding: .3em;
	background: #9E865D;
	border-top: 2px solid #9E865D;
	border-bottom: 2px solid #9E865D;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 0px;
}