@charset "utf-8";
/* CSS Document */
body
{font-family:Tahoma;
background-image:url(../images/bg.png); 
background-repeat:repeat-x; 
background-color:#50a0d5
}
.header
{
background-image:url(../images/fulcrum_php_3.png);
width:900px;
height:103px;
}
.contentArea
{background-color:#FFFFFF;
}
.leftContent
{
background-image:url(../images/fulcrum_php_5.png);
width:7px;
height:487px;
background-repeat: no-repeat;
}
.blogAreaBg
{
background-image:url(../images/fulcrum_php_6.png);
padding:12px;
background-repeat:repeat-x;
}
.blogHeader
{
font-size:20px; 
color:#0d3a58;
}
.blogDate
{
color:#878585;
font-size:10px; 
padding-bottom:8px;
}
.blogText
{
border-top:1px solid orange; 
padding-top:8px;
color:#000000;
font-size:11px;
}
.rightContent
{
background-image:url(../images/fulcrum_php_7.gif);
width:7px;
height:487px;
background-repeat: no-repeat;
}
.footer
{
background-image:url(../images/fulcrum_php_4.png);
width:900px;
height:96px;
}
#footerText
{
color:#FFFFFF; 
font-size:10px; 
line-height:20px;
}