/**********************************************************
* GLOBAL STUFF
**********************************************************/
body
{
    font-family: Verdana;
    font-size:12px;
}
a
{
    text-decoration:none;
}
img
{
    border:none;
}
/**********************************************************
* LAYOUT STUFF
**********************************************************/
h1
{
    font-size:33px;
    font-weight:100;
}
#footer
{
    font-size:10px;
}
#footer .nav
{
    text-align:center;
}
#footer .pulpandfiber
{
    text-align:right;
}
#main-bg .bg-bottom
{
    font-size:0px;
}
/**********************************************************
* MENUS
**********************************************************/
#menu_body h4
{
    font-weight:100;
    margin-top:0px;
}
#menu_body .menu table
{
    font-size:10px;
}
#menu_body .menu .price
{
    text-align: right;
}
#menu_body .menu .header
{
    font-size:12px;
}
#menu_nav_sub a
{
    font-size:10px;
}
/**********************************************************
* CONTACT
**********************************************************/
#contact .text-field, #contact .text-area
{
    border: solid 1px;
}
#contact .submit
{
    text-align:right;
}