html, body{
	
}
body{
	/*text-align:center;*/
	background:#ffffff;
	margin:0 0;
	color: #515050;
	font-family: Verdana, sans-serif;
}
a {
color: #515050;
text-decoration: none;
}
a:hover {
color: #890304;
text-decoration: underline;
}

#container {
width: 860px;
margin-top: 20px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #f7c87c;}

#header {
background-color: #ffffff;
margin: 0;
padding: 0;
text-align: right;
}

#content {
background-color: #ffffff;
padding: 0px;
padding-top: 10px;
margin-left: 200px;
margin-right: 0px; }

#content #content-left {
float: left;
width: 415px;
font-size: 11px;
line-height: 1.9em;
margin-top: 15px;
}
#content #content-right {
float: right;
margin-top: 25px;
}
#content #content-left-home {
float: left;
width: 225px;
font-size: 11px;
line-height: 1.9em;
}
#content #content-right-home {
float: right;
margin-top: 15px;
}
#content table {
font-family: Verdana, sans-serif;
font-size: 11px;
}

#left {
float: left;
width: 200px;
margin: 5px;
padding: 10px 0 0 0;
font-family: Trebuchet, Verdana, sans-serif;
line-height: 1.6em;
font-size: 12px;
font-weight: bold;
}

ul
{
list-style-type:none;
padding:0px;
margin:15px 0 10px 0;
}
li
{
background-image:url(../images/arrow.gif);
background-repeat:no-repeat;
background-position:0px 5px; 
padding-left:20px; 
line-height:1.9em;
border-top:1px dotted #E5E5E5;	
}

h1 {
background-color: #e3d9c5;
padding: 5px 15px;
font-size: 11px;
border-bottom:1px solid #564B47;
border-top:1px solid #564B47;
margin: 0;
text-transform: uppercase;
}
hr {
width: 80%;
color: #515050;
}
a img {Ê
border: 0;
border-style: none;
}
.picture {
	border: 1px solid #564B47;
	padding: 3px;
	margin: 3px;
}
h3 {
font-weight: bold;
font-size: 12px;
}

#footer {
margin: 0;
background-color: #e3d9c5;
text-align: center;
font-family:"Lucida Grande","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
font-size: 11px;
border-bottom:1px solid #564B47;
border-top:1px solid #564B47;
letter-spacing:0.3em;
text-transform:uppercase;
}

/*div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); } */