body
{
	background-color: #AD9586;
	margin: 25px 0px 15px 0px;
	scrollbar-face-color:#AD9586;
    scrollbar-arrow-color:#2E212A;
    scrollbar-track-color:#AD9586;
    scrollbar-shadow-color:#AD9586;
    scrollbar-highlight-color:#AD9586;
    scrollbar-3dlight-color:#2E212A;
    scrollbar-darkshadow-color:#2E212A;
}
body,td,th {
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2E212A;
}
a:link {
	color: #2E212A;
	text-decoration: none;
}
a:visited {
	color: #2E212A;
	text-decoration: none;
}
a:hover {
	color: #2E212A;
	text-decoration: none;
}
a:active {
	color: #2E212A;
	text-decoration: none;
}
div.picbox
{
    width: 800px;
}
.me
{
    float: none;
}
.me img
{
    background-color: #000000;
    border: 2px solid #000000;
	position: relative;
}
.pic
{
    float: left;
    padding: 5px 5px 20px 25px;
    width: 204px;
    min-height: 0px;
}
.picshadow
{
    background-color: #000000; no-repeat bottom right;
}
.pic img
{
    background-color: #AD9586;
    margin: -6px 6px 6px -6px;
    border: 1px solid #000000;
	position: relative;
}
.pic p.title
{
    font-size: 12px;
    display: inline;
}
div.spacer
{
    clear: both;
}
.navbox
{
    text-align: left;
    width: 750px;
    background: #AD9586 no-repeat bottom left;
    position: relative;
    left: -30px;
}
.navbox p
{
    border-top: 1px dotted #000000;
    margin: 0;
    padding: 10px;
    font-size: 10px;
}
.navbox a 
{
    color: #000000;
    padding: 3px;
    text-decoration: none;
}
.navbox a:hover 
{
    color: #CCAC95;
    background-color: #000000;
    border: 1px solid #CCAC95;
    padding: 2px;
    text-decoration: none;
}