body {
background: #9D9D9D url(/images/shadow.jpg) no-repeat 50% 30px;
margin: 0;
padding: 0;
font: 12px Arial, Helvetica, sans-serif;
}

#container {
position: relative;
width: 758px;
background-color: white;
margin: 30px auto;
height: 419px;
border: 1px solid #FFFFFF;
}

#logo {
position: absolute;
right: 0px;
top: 0px;
}

#content {
background-color: #ffffff;
color: #1A4797;
height: 224px;
width: 416px;
overflow: auto;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-3dlight-color: #1A4797;
scrollbar-arrow-color: #1A4797;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #1A4797;
scrollbar-base-color: #ffffff;
}

#content div {
padding: 10px 20px;
}

#navigation {
width: 376px;
height: 175px;
background-color: #1A4797;
padding: 10px 20px;
}

#home #navigation {
width: 416px;
height: 195px;
padding: 0;
}

#navigation ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#navigation a {
color: #ffffff;
text-decoration: none;
line-height: 18px;
}

#content a {
color: #1A4797;
text-decoration: none;
line-height: 18px;
}

h1 {
font-weight: normal;
font-size: 25px;
margin: 0;
}

h2 {
font-weight: normal;
font-size: 22px;
margin: 0;
}

#building #navigation h1, #building a:hover {color: #00CCFF;}
#electrical #navigation h1, #electrical a:hover {color: #FF9900;}
h1 span {font-weight: bold;}

#home ul {
list-style-type: none;
margin: 0;
padding: 0;
float: right;
}

#home ul li {
width: 120px;
line-height: 97px;
font-weight: bold;
font-size: 14px;
text-align: center;
}

#home ul li a {
display: block;
line-height: 97px;
}

