body
{
background-image:url(../images/chefkern.jpg);
background-repeat:no-repeat;
color:#fff;
font-family:Verdana;
font-size:14px;
overflow: -moz-scrollbars-vertical;

}


.mainBody
{
width:982px;
position:absolute;
left:50%;
margin-left:-491px;
margin-top:0px;
}


.leftMenu
{
background-image:url(../images/menu_bg.png);
background-repeat:repeat-y;
width:221px;
padding-left:23px;
}

.menuFooter
{
background-image:url(../images/menu_bg.png);
background-repeat:repeat-y;
width:244px;

}


.home_button
{
width:221px;
height:31px;
display:block;
background-image:url(../images/home.png);
}

.home_button:hover
{
width:221px;
height:31px;
display:block;
background-image:url(../images/home_over.png);
}


.menu_button
{
width:221px;
height:31px;
display:block;
background-image:url(../images/menu.png);
}


.menu_button:hover
{
width:221px;
height:31px;
display:block;
background-image:url(../images/menu_over.png);
}

.month_button
{
width:221px;
height:33px;
display:block;
background-image:url(../images/month.png);
}

.month_button:hover
{
width:221px;
height:33px;
display:block;
background-image:url(../images/month_over.png);
}


.services_button
{
width:221px;
height:30px;
display:block;
background-image:url(../images/services.png);
}

.services_button:hover
{
width:221px;
height:30px;
display:block;
background-image:url(../images/services_over.png);
}

.proposal_button
{
width:221px;
height:33px;
display:block;
background-image:url(../images/proposal.png);
}


.proposal_button:hover
{
width:221px;
height:33px;
display:block;
background-image:url(../images/proposal_over.png);
}


.contact_button
{
width:221px;
height:31px;
display:block;
background-image:url(../images/contact.png);
}


.contact_button:hover
{
width:221px;
height:31px;
display:block;
background-image:url(../images/contact_over.png);
}

.mainArea
{
width:739px;
background-color:#000;
background-image:url(../images/main_bg.png);
background-repeat:repeat-y;
height:100%;
}


.mainBox
{
width:100%;
height:100%;
position:relative;
}

.contentText
{
padding:10px;
width:700px;
margin-left:15px;
}

.contentText p
{
text-align:justify;
}

.contentHeader
{
font-size:24px;
}

.footerText
{
font-size:20px;
text-align:center;
font-weight:bold;
font-style:italic; 
font-family:Trebuchet MS;
}

a
{
color:#fff;
text-decoration:none;

}

a:hover
{
color:#aaa;
text-decoration:none;
}

a:active
{
  outline: none;
}


* :focus { outline: 0; }



.greenLink
{
font-size:20px;
color:#578e31;
margin:10px;
font-style:italic;
font-weight:bold;
}

.greenLink:hover
{
color:#6eb43e;
}



