
/* Header Part */

p.header
{
width: 800px;
height: 80px;
background: white url("images/gradient2.jpg");
background-repeat: repeat-y;
}


img#logo
{
position: absolute;
left: 10px;
border: 0;
}

img#map
{
position: absolute;
left: 543px;
border: 0;
}



/* Horizontal Navigation Part */


ul#hor_nav 
{
top: 95px;
left: 5px;
width: 805px;
position: absolute;
margin: 0;
padding: 0;
list-style-type: none;
background: #666699;
font-family: Arial;
font-size: 9pt
}


ul#hor_nav li
{
display: inline;
}


ul#hor_nav a
{
display: block;
float: right;
padding: 3px;
text-decoration: none;
color: white;
background: #0000A0;
}



/* Vertical Navigation Part */

ul#ver_nav 
{
width: 10em;
top: 125px;
left: 0em;
position: absolute;
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial;
font-size: 9pt
}

ul#ver_nav li
{
background: #E3E4FA;
margin: 1px;
padding: 1em;
}

ul#ver_nav a
{
text-decoration: none;
color: #463E41;
}


/* Content Part */


div#content
{
position: absolute;
top: 150px;
left: 150px;
width: 650px;
font-family: Arial;
}


div#content h1
{
color: #70d050;
font-size: 18pt;
}


div#content h2
{
color: #4040b0;
font-size: 12pt;
}


div#content p
{
font-size: 10pt;
}


div#content li
{
font-size: 10pt;
}
