body {
text-align: left; 
margin: 15px 10px 10px 20px;
color: #333;
font-size: 12px;
font-family: Arial, sans-serif;
}

.post { float: left; }


span.black {
color: #333;
background-color: #fff;
line-height: 20px;
}

span.black2 {
color: #fff;
background-color: #333;
font-size: 14px;
padding: 2px;
}

#wrapper
{
width: 1000px;
height: inherit;
margin: 5px;
text-align: left;
}


#contact
{
width: 750px;
height: inherit;
margin: 20px 0px 0px 0px;
text-align: left;
float: left;
}

#content
{
width: 950px;
float:left;
margin: 5px 10px 5px 10px;
text-align: left; 
}

#header
{
width: 169px;
height: 37px;
margin: 0px;
float: left;
}


#image
{
margin: 0px;
float: left;
}

#page
{
float: right;
margin: 0px;
}

#pag
{
float: left;
margin: 0px 10px 15px 0px;
width: 100%;
}

#pag_long
{
float: left;
margin: 0px;
width: 750px;
}

#menu
{
width: 750px;
margin: 0px 0px 20px 0px;
font-size: 14px;
}

.thumb_wrapper
{

float: left;
margin: 10px 10px 0px 0px;
}


#page-wrap
{

float: left;
margin: 0px;
}





#navcontainer
{
width: 750px;
height: inherit;
margin: 0px;

}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
padding: 0px 5px 0px 0px;
}

#navlist a { padding: 2px; }

#navlist a:link, #navlist a:visited
{
color: #333;
background-color: #fff;
text-decoration: underline;
}

#navlist a:hover
{
color: #fff;
background-color: #333;
text-decoration: none;
}



#navlist #current
{
color: #fff;
background-color: #333;
text-decoration: none;
}

#navlist #email
{
margin-left:40%;
font-size: 12px;
}

#navlist #sml
{
font-size: 12px;
}

a img {
border: 0;
text-decoration: none;
}



a:link, a:visited
{
color: #333;
background-color: #fff;
text-decoration: underline;

}

a:hover, a:visited:hover
{
color: #333;
background-color: #fff;
text-decoration: underline;

}



a.neg:link, a.neg:visited
{
color: #333;
background-color: #fff;
text-decoration: underline;

}

a.neg:hover, a.neg:visited:hover
{
color: #fff;
background-color: #333;
text-decoration: none;

}








#dhtmltooltip{
position: absolute;
border: 2px #333;
padding: 2px;
background-color: #333;
color: #fff ;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


