body { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #59575e;
cursor: default;
margin-left: 50px;
margin-top: 0px;
background-color: #dedede;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
     }

a:link, a:active, a:visited {
cursor:default;
color: #726b7e;
text-decoration: none;
    }

a:hover {
color: #2b2b2b;
border: #2b2b2b; 
border-style: dashed;
border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px;
    }

img  {
border: 0px;
border-style: none;
}

a img{
border:0;
}
	
.nav {
width: 500px; 
margin: 0; 
list-style-type:none;
color: #E1DFDF;
position: absolute;
top: 30px;
left: 430px;
text-transform: uppercase;
}

.nav a:link, .nav a:visited {
font-size: 13px; 
letter-spacing: 1px;
color: #dad6df;
background-color: #595959;
font-weight: normal;
text-decoration: none;
margin: 4px;
padding: 4px;
border: #FFFFFF; 
border-style: solid; 
border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
}

.nav a:hover {
color: #f0f0f0;
background-color: #676666;
}

.side {
margin-top: 10px; 
margin-bottom: 10px; 
color: #a2a2a2;
letter-spacing: 3px; 
font-size: 32px;
font-family: Georgia, Helvetica, sans-serif;
text-transform: lowercase;
		}

#blog {
position: relative; 
text-align: justify;
left: 130px;
top: 25px;
width: 680px;
padding: 4px;
font-family: Georgia, Helvetica, sans-serif;
font-size: 11px;
letter-spacing: 1px;
font-weight: normal;
line-height: 13pt;
color: #1B1B1B;
}

textarea, select, table, input { 
border: solid;
color: #f0f0f0;
background-color: #7e7e7e;
border-width: 1px 3px 1px 1px; 
border-color: #f0f0f0 #000000 #f0f0f0 #f0f0f0 
 } 
 
.disclaimer {
color: #999999;
letter-spacing: 1px; 
font-size: 9px;
font-family: "Trebuchet MS";
text-transform: uppercase;
border-color: #999999 black black; 
margin: 10px 80px 0px;
border-style: dashed;
border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px
		}