* {
    font-family: "DejaVu sans", Verdana, sans-serif;
    font-size: 11px;
    background: transparent;
}

body {
	background-color: #ffffff;
}


a:link, a:visited, a:active {
	color: #816647;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}


#thebox {
	width: 100%;
	background-color: #fff;
	color: #666;
	margin: 10px auto 0px auto;
}

#logo { 
	background-image:url('logo.png');background-repeat:no-repeat;
	width:200px;
	height:50px;

	margin: 0px 5px 0px 10px;
	/* padding: 0px 10px 5px 10px; */
       padding: 0px;
}


#nav {
	margin: -12px 1.0em 10px 1.0em;
  	padding: 0px 0px 0px 0px;
    font: 11px Verdana, sans-serif;
    border-bottom: 1px solid #816647;
    list-style-type: none;
    background: #fff;
}

#nav ul {
  margin-left: 200px;
}

#nav li {
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
    display: block;
}

#nav a {
    margin-top: -10px;
    background: #fff;
    color: #555;
    text-decoration: none;
    padding: 3px 5px 3px 5px;
    display: block;
}

#nav a:hover {
    color: #FFFFFF;
    border-bottom: 3px solid #816647;
    cursor: pointer;
    background: #D9BB7A;
}

#content {
	color: #666;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
}

#content h1 {
    font-size: 16px;
}

#content h1 a:link, a:visited, a:active {
	color: #816647;
	font-weight: normal;
}

#content h1 a:hover {
	text-decoration: underline;
	color: #FF9900;
}

#content h2 { 
    font-size: 14px;
}

#foot {
    text-align: center;
    color: #696969;
}


#brdwelcome .conr {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
}
#brdwelcome .conl {
    float:right;

}
#brdwelcome .conl li {
    list-style-type: none;
}
