/** BASIC */

body {
	margin: 0px;
	padding: 0px;
font-family:verdana, tahoma;
    font-size:11px;
    color:#636050;
    line-height:18px;
    cursor: default;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-style: italic;
	color: #aba57d;
    cursor: default;

}

a {
	color: #7e7859;
text-decoration:none; 
cursor:default; 
letter-spacing:1px;

}

a:hover {
	text-decoration: none;
	color: black;
text-decoration:none; 
cursor:default; 
letter-spacing:1px;

}

/** HEADER */

#header {
	padding: 1em;
	background: #636050;
	border-bottom: 2px solid #827e6b;
    cursor: default;

}

#header h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	letter-spacing: .2em;
	color: #aba57d;
    cursor: default;

}

#header h2 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: .2em;
	color: #aba57d;
    cursor: default;

}

/** MENU */

#menu {
	padding: .3em;
	background: #aba57d;
	border-bottom: 2px solid #827e6b;
	text-align: center;
    line-height:17px;
    text-align:3px;
    cursor: default;

}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
    cursor: default;

}

#menu li {
	display: inline;
    cursor: default;

}

#menu a {
	padding: 0em 2em;
	text-decoration: none;
	font-weight: bold;
	color: #636050;
    cursor: default;

}

#menu a:hover {
	background: #636050;
	color: #FFFFFF;
    cursor: default;

}

/** CONTENT */

#content {
	width: 700px;
	margin: 0px auto;
	padding: 2em;
    cursor: default;

}

#columnA {
	float: right;
	width: 580px;
    cursor: default;

}

#columnB {
    position: absolute;
    left:40px; 
    top:160px;
    width:440px;
    cursor: default;


}

/** FOOTER */

#footer {
	clear: both;
	padding: .3em;
	background: #aba57d;
	border-top: 2px solid #827e6b;
	border-bottom: 2px solid #827e6b;
	text-align: center;
    cursor: default;

}

#footer p {
	margin: 0px;
	padding: 0px;
    cursor: default;

}
