/* MAIN STYLE SHEET - This section applies to all pages */

a {
color: #FF0000; 
text-decoration: none; 
font-weight: bold;
}

a:link {
color: #FF0000; 
text-decoration: none; 
font-weight: bold;
}

a:visited {
color: #FF0000; 
text-decoration: none; 
font-weight: bold;
}

a:hover {
color: #445CA4; 
text-decoration: none; 
font-weight: bold;
}

body {
background-color: white;
}

.container {
background-color: transparent;
background: url(images/lalogonodiamond.jpg);
background-repeat: no-repeat;
background-position: center center;
border: solid 10px #FBC225;
width: 800px;
height: 533px;
}

.header {
width: 100%;
height: 140px;
vertical-align: top;
padding: 5px;
}

.content {
width: 100%;
text-align: left;
vertical-align: top;
}

.menu {
width: 20%;
text-align: left;
vertical-align: top;
padding: 5px 10px 10px 10px;
}

.footer {
width: 100%;
text-align: left;
vertical-align: bottom;
font: normal 8pt Arial;
}



