body {
   background-color:       #999966;
   margin:                 0px;
}

#bodyNode {
   width:                  1024px;
   margin:                 auto auto;
   text-align:             center;
}

#navigationNode {
   margin:                 0px 0px;
   text-decoration:        none;
   float:                  left;
}

#contentNode {
   width:                  944px;
   background:             #cccc99;
   min-height:             600px;
   overflow:               auto;
   text-align:             left;
   float:                  left;
   font:                   normal normal normal 14px Arial;

}

#Top-LeftCorner {
   float:                  left;
   padding-top:            66px;
}

#Top-Border {
   float:                  left;
   padding-top:            109px;
}

#Top-RightCorner {
   float:                  left;
   padding-top:            65px;
}

#Bottom-LeftCorner, #Bottom-RightCorner {
   float:                  left;
}

.Bottom-Border {
   float:                  left;
   width:                  941px;
   border-top:             3px solid black;
   font-size:              18px;
   font-weight:            bold;
   color:                  black;
}

#Logo, #Arch-, #Art-, #Earth- {
   float:                  left;
   border:                 0px solid white;
}

.Left-Border {
   float:                  left;
   padding-left:           41px;
}

.Right-Border {
   float:                  left;
}

#Arch-Shape-Row, #Art-Shape-Row, #Earth-Shape-Row, .Block-Spacer {
   background-color:       #CCCC99;
   float:                  left;
   border-bottom:          2px solid black;
   height:                 16px;
}

#Arch-Shape-Row {
   background-Image:       url('/_Images/Arch-Block.gif');
}

#Art-Shape-Row {
   background-Image:       url('/_Images/Art-Block.gif');
}

#Earth-Shape-Row {
   background-Image:       url('/_Images/Earth-Block.gif');
}

.Block-Spacer {
   width:                  16px;
}

#sideNav-home, #sideNav-architecture, #sideNav-art, #sideNav-earth {
   background-color:       #CCCC99;
   float:                  left;
   vertical-align:         top;
   width:                  251px;
   height:                 560px;

}

#sideNav-home {
   background-Image:       url('/_Images/SideNav-Home.gif');
}

#sideNav-architecture {
   background-Image:       url('/_Images/SideNav-Architecture.gif');
}

#sideNav-art {
   background-Image:       url('/_Images/SideNav-Art.gif');
}

#sideNav-earth {
   background-Image:       url('/_Images/SideNav-Earth.gif');
}

.sideNav-Shape {
   float:                  left;
   width:                  46px;
   height:                 44px;
   border:                 0px solid white;
}

.sideNav-Text {
   width:                  180px;
   height:                 44px;
   float:                  left;
   padding-top:            11px;
   padding-left:           15px;
   font-weight:            bold;
   font-size:              18px;
   color:                  #666;
   text-decoration:        none;
   cursor:                 pointer;
}

.sideNav-Text:hover {
   color:                  #000;
}