/*-------Body-------*/

body {
background-image:url('image/starfield.jpg');
font-family: arial, helvetica, verdana; 
}

#pg_title {
background:#00008b;
position:absolute; 
left:50px; 
top:50px;
width:800px; 
height:90px; 
z-index:6;
font-family: arial, helvetica, verdana;
}

#pg_title h2 {
padding: 0em  0em  0em 0.5em;
color: #ffffff;
}

#pg_title p {
padding: 0em  0em  0em 0.5em;
color: #ffffff;
}

#content {
background:#FFF;
position:absolute; 
left:180px; 
top:140px;
width:670px; 
height:600px; 
padding:  0em  0em  0em 0.5em;
overflow: auto;
z-index:7;
font-family: arial, helvetica, verdana;
}

#content p {
padding: 0em  0.5em  0em 0.5em;
}
#content h2 {
padding: 0em  0.5em  0em 0.5em;
}
#content h3 {
padding: 0em  0.5em  0em 0.5em;
}
#content table {
padding: 0em  0.5em  0em 0.5em;
}


#nav {
background-image:url('image/bk.jpg');
position:absolute; 
left:50px; 
top:140px; 
width:130px;
height:600px;
padding: 1em  0.5em  0em 0.5em; 
z-index:1; 
font-family: arial, helvetica, verdana;
}

#footer {
background:#00008b;
position:absolute;
left:50px;
top:740px;
width:800px;
height:65px;
text-align: center;
padding: 0px;
z-index:1;
font-family: arial, helvetica, verdana;
}

#footer p {
color: #ffffff;
}

#footer a:link{
color: #ffffff;
}

#footer a:visited{
color: #00ff00;
}

#footer a:hover{
color: #ffff00;
}

#footer a:active {
color: #ffff00;
}