/* Header Rules */

#pageheader 
{
width:800px; 
height:200px; 
position:relative; 
background-image:url(images/header.gif);
}

h1 
{
text-align:center; 
position:absolute; 
top:0px; left:250px; 
font-size:32px;
}

h2 
{
text-align:center; 
position:absolute; 
top:80px; left:230px; 
font-size:24px; 
font-weight:normal;
}

h3 
{
text-align:center; 
position:absolute; 
top:120px; 
left:222px; 
font-size:18px; 
font-weight:normal;
}

/* Navbar Rules*/

#navbar 
{
width:800px; 
height:40px; 
position:relative;
}

#spacer1, #spacer2, #button1, #button2, #button3, #button4, #button5, #button6, #button7 
{
position:absolute; 
top:0px; 
height:27px; 
text-align:center; 
font-size:14px; 
padding-top:13px;
background-color:#cccccc;
}

#spacer1, #spacer2 
{
width:50px;
}

#button1, #button2, #button3, #button4, #button5, #button6, #button7 
{
width:100px;
}

#spacer1 
{
background-image:url(images/menu_01.gif);
}

#spacer2 
{
left:750px; 
background-image:url(images/menu_09_09.gif);
}

#button1 
{
left:50px; 
background-image:url(images/menu_01_02.gif);
}

#button2 
{
left:150px; 
background-image:url(images/menu_05.gif);
}

#button3 
{
left:250px; 
background-image:url(images/menu_06.gif);
}

#button4 
{
left:350px; 
background-image:url(images/menu_07.gif);
}

#button5 
{
left:450px; 
background-image:url(images/menu_04.gif);
}

#button6 
{
left:550px; 
background-image:url(images/menu_08.gif);
}

#button7 
{
left:650px; 
background-image:url(images/menu_09.gif);
}

a.nodec 
{
text-decoration:none; color:#111111;
}

/*SideBar Rules*/

#sidebar 
{
position:absolute; 
top:262px; 
right:22px; 
width:180px; 
padding:10px;  
text-align:center; 
background-color:#999999; 
border-style:double; 
border-color:#000000; 
color:#ffffff; 
font-size:12px;
z-index:2;
}

span.underline 
{
text-decoration:underline;
}


/* Footer Rules*/

#pagefooter 
{
width:800px; 
height:200px; 
position:relative; 
left:0px; 
bottom:0px; 
margin-top:20px; 
background-image:url(images/footer.gif);
}

#ginsoonbanner {position:absolute; bottom:73px; right:60px; }
 
#copyright 
{
position:absolute; 
bottom:20px; 
left:370px; 
font-size:12px; 
text-align:center; 
color:#999999;
}
