body
{
background-color: black;
background: url(../images/arttilea.jpg);
}

#logo
{
position: relative ; left: 165px;
height: 100px;
}

#you_help li
{
list-style: circle outside; 
color: #FF9933;
}

/* NAVIGATION MENU AREA BEGIN */
#nav-menu
{
font-family: sans-serif;
/* position: relative ; top: -20px; */

}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}
 
#nav-menu li
{
width: 9em;
margin: 0 0.15em;
} 

#nav-menu li a
{
background: url(../images/white-bg.gif) #fff bottom left repeat-x;
/* EXPLICIT HEIGHT CONSTRAINTS ON NAV MENU ITEMS */
/* height: 2em; */
/* line-height: 2em; */
width: 9em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}
/* NAVIGATION MENU AREA END */

#Content 
{	
background-color: #777777;
position: relative ; top: -160px; left: 165px;
width: 570px;
padding: 15px;
float: left;
display: block;
/* OVERRIDES COLOR FOR ALL TAGS WITHIN CONTENT DIV color: #333333; */
/* color: #FF9933; */
text-decoration: none;
text-align: left;
}

H1
{
text-align: center;
width: 100%;
font-family: verdana, arial, sans-serif;
font-size: 18px;
color: #FF9933;
text-decoration: none;
}

H2
{
font-family: verdana, arial, sans-serif;
font-size: 12px;
color: #FFFFCC;
/* text-decoration: none; */
}

H2.paragraph-heading
{
font-family: verdana, arial, sans-serif;
font-size: 12px;
color: #FFFFCC;
}

P
{
text-align: left;
font-family: verdana, arial, sans-serif;
/* font-size: 11px; */
font-size: 15px;
color: #FFFFCC;
}

H3
{
text-align: center;
font-family: verdana, arial, sans-serif;
font-size: 12px;
color: #FFFFCC;
/* text-decoration: none; */
}

TD
{
align: left;
font-family: verdana, arial, sans-serif;
font-size: 12px;
color: #FFFFCC;
}