#banner
{
float:center;
}

table
{
float:right;
}

#navigation
{
height:50em;
 float:left;
 background-image:url(./images/runway.jpg);
 width:22%;
 font-size:1.15em;
}

#navigation a 
{
color:white;
}
#navigation a:hover
{
color:lime;
font-size:1.2em;
}
#navigation a:visited
{
color:yellow;
}

#content
{
 font-size:1.1em;
}

#grey
{
 background-color:#cccccc;
}

h2
{
 text-align:center;
}

h3
{
 text-align:center;
 color:#9933cc;
}

#login{
color:white;
font-size:.75em;
}

#gallery1{
color:gray;
background-color:#000000;

}


