/* FIX VISITED LINK COLORS BEFORE DONE */


/*   #idname = ID (where id="idname" in HTML) */ 
/*   justaname = CLASS; name.subname = CLASSNAME (where class="subname" in HTML) */

body 
{
background-image: url(images/backdrop.jpg);
background-repeat: repeat-y;
background-color: white;
}

/*hr
{
  filter:alpha(opacity=70);
  opacity:0.7;
  -moz-opacity:0.7;
}*/


#logo   /* Logo Image Position  */
{
position:absolute;
left:0px;
top:0px;
z-index:1;
}

#cross_logo /*cross background image*/
{
position:absolute;
left:500px;
top:125px;
z-index:0;
}

#header2
{
position:absolute;
left:0px;
top:0px;
z-index:0;
}


#bodycontent    /*MAIN CONTENT HOLDER*/
{
position:absolute;
left:160px;
top:120px;
width:600px;
}


/* TEXT SETTINGS: */
/* -------------- */

p 
{
text-align: left
}


#specletter /*special letters*/
{
color: #black;
font-size:15pt;
}


h1
{
color: white;
text-align: left;
font-family: Verdana, Arial;
font-size: 11pt;
}

#textformat
{
color: black;
text-align: left;
font-family: Verdana, Arial;
font-size: 10pt;
}


.style1
{
color: black;
text-align: left;
font-family: Verdana, Arial;
font-size: 10pt;
}


.style2
{
color: navy;
text-align: left;
font-family: Verdana, Arial;
font-size: 11pt;
font-weight: bold;
}

#textaddy
{
position:absolute;
/*width: 200px;
height: 100px;*/
left:450px;
top:5px;
color: black;
text-align: left;
font-family: Georgia, Verdana, Arial;
font-size: 9pt;
z-index:0;
}


/* LINK SETTINGS: */
/* -------------- */

#linkmenu
{
position:absolute;
left:15px;
top:75px;
/*font-weight: bold;*/
z-index:1;
}

a:link    {color:blue; background-color:transparent}
a:visited {color:blue/*purple*/; background-color:transparent}
a:active  {color:red; background-color:transparent}
a:hover   {color:navy; background-color:transparent}

a.menu:link    {color:white; font-family: Verdana, Arial; font-size: 9pt; background-color:transparent}
a.menu:visited {color:white; font-family: Verdana, Arial; font-size: 9pt; background-color:transparent}
a.menu:active  {color:red; font-family: Verdana, Arial; font-size: 9pt; background-color:transparent}
a.menu:hover   {color:aqua; font-family: Verdana, Arial; font-size: 9pt; background-color:transparent}



/*  at the bottom... */

#footer
{
color: gray;
text-align: left;
font-family: Verdana, Arial;
font-size: 8pt;
}


/* Quick fix - Background tile */

#tile
{
background-image: url(images/theline.gif);
z-index:2;
}

/*use "float" have text wrap a picture, ex. "{float:left}" */