body
{ 
background-color: #000000;
padding-bottom: 0px;
overflow-x: hidden;
behavior: url(csshover.htc);
overflow-y: hidden;
}

#scroll_box 
{
background-image: url('images/nyskyline_bigger_plus3_blue.jpg');
background-repeat: no-repeat;
border: 0px solid yellow;
float: center;
font-family: sans-serif
font-color: white;
font-size: normal;
position: relative;
left: 50%;
top: 0px;
height: 804px;
width: 1005px;
margin-left: -503px;
padding-top: 15px;
padding-bottom: 0px;
padding-right: 330px;
padding-left: 10px;
overflow: auto;
overflow-x: hidden;
}

#leftcontainer
{
width: 290px;
float: left;
}

#rightcontainer
{
width: 675px;
float: right;
}

h1
{
font-family: "Bell MT";
font-size: 18pt;
color: white;
}

p.excerptTitle
{
font-family: "Bell MT";
font-size: 14pt;
font-weight: bold;
text-decoration: underline;
color: white;
}

p
{
font-family: "Bell MT";
font-size: 12pt;
color: white;
}

p.amazon
{
font-family: "Bell MT";
font-size: 11pt;
color: white;
}

a.amazon:Link
{
text-decoration: none;
font-size:11pt;
color: blue;
}

p.excerpt
{
font-size: 10pt;
color: white;
}

bot
{
font-size: 10pt;
color: white;
}

amazon
{
font-size: 11pt;
color: white;
}

A.mainbody:link 
{
text-decoration: none;
color: yellow;
}
A.mainbody:visited 
{
text-decoration: none;
color: #33AAFF;
}
A.mainbody:active 
{
text-decoration: none;
}
A.mainbody:hover 
{
font-size: 11pt; 
font-weight: bold; 
color: gold;
}

ul 
{
    list-style: none;
	padding-left: 7%;
}

ul a 
{
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 5px 5px 5px 10px;
    width: 125px;
    background: #333333; 
}

ul a:hover {
    color: #4BD8FF;
	font-weight: bold;
    text-decoration: none;
    background: #3C3C3C;
}

ul li {
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    float: left;
    position: relative;
}

ul li ul {
    list-style: none;
    position: absolute;
    left: -21px;
    top: 100%;
    display: none;
    width: 125px;
    border-top: 1px solid #FFF;
}

ul li:hover ul { display: block; }