/* This is the style sheet for the LoMonaco's Home page */

html {
margin: 0;
padding: 0;
}

body {
font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
color: #FDFDEA; 
font-size: 1em;
margin: 0;
padding: 0;
background-color: #FDFDEA;
}

img {
border: none;
}

#container {
margin-left: auto;
margin-right: auto;
width: 765px;
height: 450px;
background-color: #642627;  
}

#navigation {
position: relative;
top: -3px;
width: 765px;
height: 21px;
color: #FDFDEA; 
background-color: #784243;
font-size: .75em;
text-align: center;
padding-top: 8px;
border-bottom: 1px #FDFDEA solid;
border-top: 1px #FDFDEA solid; 
}

#logo {
position: relative;
top: -3px;
width: 765px;
background-image: url(images/logo-home.jpg);
background-position: left top;
background-repeat: no-repeat;
}

#navigation-menus {
width: 145px;
height: 148px;
margin-left: 618px;
background-color: #642627;
font-size: .75em;
border-left: 1px #FDFDEA solid;
}

#footer {
top: -4px;
margin-left: auto;
margin-right: auto;
width: 755px;
height: 30px;
font-size: .7em;
vertical-align: middle;
border-top: 1px #FDFDEA solid;
padding-left: 10px;
padding-bottom: 1px;
}

a:link, a:visited, a:hover, a:active {
color: #FDFDEA;
text-decoration: none;
}

#navigation-menus a:link, #navigation-menus a:visited  {
display: block;
border-bottom: 1px #FDFDEA dotted;
padding-left: 8px;
padding-top: 6px;
padding-bottom: 6px;
}

#navigation-menus a:hover {
background-color: #784243;
display: block;
border-bottom: 1px #FDFDEA dotted;
padding-left: 8px;
padding-top: 6px;
padding-bottom: 6px;
}