body {
text-align: left; /* center things in pre-IE6 */
font-family: "Lucida Grande", "Lucida Sans Unicode", trebuchet, arial, verdana, sans-serif;
font-size: 16px;
line-height: 160%;
background: #cac9c9;
}
a:link { 
color: #000;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #FE7F00; 
} 
::-moz-selection{
	background:#f57835;
	color:#fff;
}

::selection {
	background:#f57835;
	color:#fff;
}
#tweet
{
  display: block;
  width: 69px;
  height: 17px;
  background: url("tweet.png") no-repeat 0 0;
  overflow: hidden;
}
#tweet:hover
{ 
  background-position: 0 -17px;
}
#tweet span
{
  display: none;
}
#share
{
  display: block;
  width: 69px;
  height: 27px;
  background: url("fbookshare.png") no-repeat 0 0;
  overflow: hidden;
}
#share:hover
{ 
  background-position: 0 -27px;
}
#share span
{
  display: none;
}
#home {
vertical-align: middle
}
#header {
height: 450px;
background-image: url('header.png');
background-repeat: no-repeat;
}
#content {
font-size: 100%;
font-color: #333;
position: absolute;
top: 225px; 
left: 395px;
width: 520px;
}
#unused {
font-family: "Times New Roman";
font-size: 75%;
}

#ibox_wrapper {
    line-height:25px;
    border-color:#fff;
}
#ibox_wrapper, #ibox_footer_wrapper a { background-color:#fff; }
#ibox_content { background-color:#fff; border:0; margin: 5px 10px 35px 10px; }
#ibox_footer_wrapper {
    line-height: 25px;
    bottom: 5px;
    top: auto;
}
#ibox_loading {
    text-indent: -100000px;
    width: 10px;
    height: 10px;
    background: #fff url('ibox/loading.gif') center center no-repeat;
}