@charset "utf-8";
/* CSS Document */
*{margin:0px;padding:0px;}
a:link	   {text-decoration: underline; color: #000;}
a:visited  {text-decoration: underline; color: #000;}
a:hover    {text-decoration: none; color: #000;}	
body {background-color: #fff;background-image: url(/graphics/wood-texture.jpg);background-repeat:repeat; color:#000; font-family:HansHand, Sans Serif;}
#desk {width:800px; height:700px; margin:50px auto 3px auto; background: url(../graphics/desk.png) no-repeat;}
#leftSide {margin-top: -169px; width:310px; padding:300px 0 0 125px; float:left;}
.Header {color: #991111; line-height:33px;}
.bodyText {font-size: 14px;  line-height:35px;}
#rightSide {margin-top: -169px; padding:300px 0 0 125px; }
#calc {margin-top:20px; margin-left:365px;}