body {
font-family: Arial; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
font-variant: normal; 
text-align: left; 
color: #000; 
font-size: 13px;
text-decoration : none; 
background: url('gfx/bg.gif') top left #99a04f;
margin: 0;
}

h1 {
color: #b70705;
font-weight: normal;
font-size: 30px;
padding: 20px;
margin: 0;
}

p {
font-size: 13px;
text-indent: 30px;
color: #444;
padding: 5px 15px;
text-align: justify;
margin: 0;
}

p.normal {
text-indent: 0;
}

a {
text-decoration: none;
color: red;
}

#menu {
margin-left: 20px;
}
#menu a.home {
display: block;
width: 67px;
height: 46px;
background: url('gfx/m_home.gif') top left no-repeat;
float: left;
}
#menu a.home:hover {
background: url('gfx/ms_home.gif') top left no-repeat;
}
#menu a.about {
display: block;
width: 82px;
height: 46px;
background: url('gfx/m_about.gif') top left no-repeat;
float: left;
}
#menu a.about:hover {
background: url('gfx/ms_about.gif') top left no-repeat;
}
#menu a.proporsal {
display: block;
width: 106px;
height: 46px;
background: url('gfx/m_proporsal.gif') top left no-repeat;
float: left;
}
#menu a.proporsal:hover {
background: url('gfx/ms_proporsal.gif') top left no-repeat;
}
#menu a.contact {
display: block;
width: 87px;
height: 46px;
background: url('gfx/m_contact.gif') top left no-repeat;
float: left;
}
#menu a.contact:hover {
background: url('gfx/ms_contact.gif') top left no-repeat;
}

#menuBlock {
display: block;
position: absolute;
width: 372px;
height: 46px;
background: url('gfx/menu_right.jpg') top left no-repeat;
margin-left: 408px
}

#footer {
display: block;
float: right;
width: 400px;
margin: 35px 10px;
font-size: 11px;
font-weight: bold;
text-align: right;
}
#footer a {
color: #fff;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}
