html {
  height:100%;
  width:100%;
}
body {
	margin: 0;
	padding: 0;
	width:100%;
	background-color: #FEF2CF;
	background-image: url(../images/bg-br-shyness.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Verdana;
	font-size: 13px;
	line-height: 1.6em;
}
	/*background-attachment: fixed;
	background-image: url(../images/bg-temp.gif);
	background-repeat: no-repeat;
	background-position: 45% 200px;*/
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}
#left-column {
	position: fixed;
	top: 0;
	left: 0;
	width: 39%;
	float: left;
}
#left-column ul {
	margin: 30px 0 0 0;
}
#left-column li {
	list-style: none;
	width: 200px;
	margin: 0 auto;
	padding: 0.25em 0;
	text-align: center;
	border-bottom: 1px solid gray;
}
#right-column {
	width: 49%;
	*width: 55%;
	*overflow-x: hidden;
	position: relative;
	padding: 0 0 0 0;
	margin: 15px 0 0 41%;
	display:block;
	overflow: visible;
	color: #473201;
}
#footer {
	clear:both;
	margin: 450px 100px 10px 0;
	padding: 0 0 20px 0;
	text-align: right;
	font-size: 12px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #493E23;
	border-bottom: 1px dotted #987F47;

}
#footer a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #987F47;
	background-color: #FECE61;
}
img {
	padding: 3px;
	border: 1px dashed #C19239;
	background-color: #F9D686;
}
object {
margin: 0;
padding: 0;
}


h2, h3 {
	margin: 6px 0 0px 0px;
	line-height: 1.2em;
	padding: 0;
}


h1 {
	background-image: url(../images/bg-header.gif);
	padding: 30px 0;
	line-height: 1.2em;
	margin: 0 ;
	background-repeat: no-repeat;
	background-position: left top;
}
