/* starsistar.css.stylesheet */

text
{
font-family: Arial Narrow, sans-serif;
font-size: 16px;
color: #000000;
}

h2
{
font-family: Arial Narrow, sans-serif;
color: #000000;
}

h3
{
font-family: Arial Narrow, sans-serif;
color: #000000;
} 
h4
{
font-family: Arial Narrow, sans-serif;
color: #000000;
}
b
{
font-family: Arial Narrow, sans-serif;
color: #000000;
font-weight:bold;
font-size:16px;
}
ul
{
font-family: Arial Narrow, sans-serif;
font-size: 13px;
color: #000000;
}

li
{
font-family: Arial Narrow, sans-serif;
font-size: 13px;
color: #000000;
}

td 
{

font-family: Arial Narrow, sans-serif;

font-size: 13px;
text-align: left;
color: #000000;
padding-left: 5px;
padding-right: 5px;
}

td.nav
{
font-family: Arial Narrow, sans-serif;
font-size: 25px;
font-weight: bold;
padding-right: 5px;
}


img
{ 
border: 0px;
}

body
{
background-color:#000000;
}

div1
{
position:absolute;
top: 0px;
left: 25%;
width: 50%;
}


div
{
position:absolute;
top: 106px;
left: 25%;
width: 50%;
border-style:solid;
border-left-width:1px;
border-right-width:0px;
border-top-width:0px;
border-bottom-width:0px;
border-left-color:#3300cc;
border-right-color:#3300cc;
border-bottom-color:#003300;
padding-left: 15px;
padding-right: 10px;
background-color:#000000;
background-image: url('grad.jpg');
background-repeat: repeat-x;
background-position: top left;
}



div.gallery
{
position:absolute;
top: 5px;
left: 1px;
width: 95%;
border-left-width:0px;
padding-left: 0px;
padding-right: 0px;
background-color:#000000;
background-image: none;
background-repeat: repeat-x;
background-position: top left;
}

div.shortpage
{position:absolute;
top: 106px;
left: 25%;
width: 50%;
height: 85%;
border-style:solid;
border-left-width:1px;
border-right-width:0px;
border-top-width:0px;
border-bottom-width:0px;
border-left-color:#3300cc;
border-right-color:#3300cc;
border-bottom-color:#003300;
padding-left: 15px;
padding-right: 10px;
background-color:#000000;
background-image: url('grad.jpg');
background-repeat: repeat-x;
background-position: top left;

}

/*nav table*/

table.nav
{
top: 220px;
border:0px;
width: 400px;
}

/* links */
a:link {color: #003300; 
       text-decoration: none; 
	font-size: 16px}

a:visited {color: #003300; 
       	  text-decoration: none; 
	  font-size: 16px}

a:active {color: #003300; 
       text-decoration: none;
	font-size: 16px}
a:hover
{color: #003300; 
       text-decoration: underline; 
	font-size: 16px}
