body{    /*body properties affect all text & images in the body*/
background-color: white;

font-family:  "arial","helvetica","sans-serif","Verdana",;
font-size: 15px;
text-align:left;   /*This affects all text and tables in the body, unless overridden.*/
color: black; /* #AC0909; for text and borders*/

} /* -------------end body------------- */

h1 {font-weight: bold; font-size: 18px;}

h2 {font-weight: normal;font-size: 15px;}

table {margin: -8px;}

/* -------------links ---------------------- */

a:visited {color: black; text-decoration: none;}
a:link {color: black; text-decoration: none;}
a:active {color: red; text-decoration: none;}
a:hover {color: red; text-decoration: none;}

/*The links don't behave properly unless they're in this order*/


/*--------------------------------------------------------------------------*/
#blacktext {

color: black;

}

/* -------------specific divs------------- */

#backgrndHolder {  /*this holds the background image for the content area (sketch4.gif)*/

position: absolute;
top: 150px;
left: 200px;
width: 790px;  /*height and width must match image size to avoid cutoff*/
height: 460px;
border: 0px inset #CA1313;
background-image: url(images/sketch4.gif); 
background-repeat: no-repeat; 
z-index: 4;
}
/*--------------------------------------------------------------------------*/

#banner
{
position: absolute;
left:0px;
top:0px;
font-size: 100%;
width: 700px;  /*height and width must match image's size to avoid overflow*/
height: 150px;
border: 0px solid;
background-image: url(images/Logo-DB.gif); 
background-color: white;
background-repeat: no-repeat; 
z-index: 2;

} 
/*--------------------------------------------------------------------------*/

#banner2
{
background: transparent;
position: absolute;
left:675px;
top:35px;
font-size: 100%;
text-align: right;
width: 300px;  /*height and width must match image's size to avoid overflow*/
height: 200px;
border: 0px solid;
z-index: 2;

} 
/*--------------------------------------------------------------------------*/

#sidebar
{

background: transparent;
position: absolute;
top: 160px;
left:20px;
width: 200px;  /*height and width must match image size to avoid cutoff*/
height: 300px;
z-index: 4;

}
/*--------------------------------------------------------------------------*/

#HomecontentHolder {

position: absolute;
top: 190px;
left: 340px;  /*from the left*/
width: 180px;  /*height and width must match image size to avoid cutoff*/
height: 300px;
border: 0px outset #AC0909;
z-index: 10;

}
/*--------------------------------------------------------------------------*/

#test {

font-size: 15px; /*grows the image's container size*/
color: black;
position: absolute;
top: 180px;
left: 280px;  /*from the left*/
width: 650px;  /*height and width must match image size to avoid cutoff*/
height: 100px;
border: 0px inset #AC0909;
line-height: 15px;
z-index: 11;

}
/*--------------------------------------------------------------------------*/

#about {

font-size: 15px; /*grows the image's container size*/
color: black; /*for text and borders*/
position: absolute;
top: 180px;
left: 300px;  /*from the left*/
width: 650px;  /*height and width must match image size to avoid cutoff*/
height: 100px;
border: 0px inset #AC0909;
line-height: 15px;
z-index: 14;

}

/*--------------------------------------------------------------------------*/
#contact {

position: absolute;
top: 220px;
left: 300px;  /*from the left*/
width: 650px;  /*height and width must match image size to avoid cutoff*/
height: 350px;
font-size: 20px; /*grows the image's container size*/
color: black;
border: 0px inset #AC0909;
line-height: 15px;
z-index: 15;

}

/*--------------------------------------------------------------------------*/
#linkscontent {

font-size: 17px; /*grows the image's container size*/
color: black;
position: absolute;
top: 200px;
left: 280px;  /*from the left*/
width: 650px;  /*height and width must match image size to avoid cutoff*/
height: 100px;
border: 0px inset #AC0909;
z-index: 17;

}
/*--------------------------------------------------------------------------*/
#projhead {

position: absolute;
top: 75px;
left: 425px;  /*from the left*/
width: 450px;  /*height and width must match image size to avoid cutoff*/
height: 30px;
border: 0px inset #AC0909;
text-align: left; 
z-index: 22;

}

/*--------------------------------------------------------------------------*/
#projdescr {

position: absolute;
top: 160px;
left: 230px;  /*from the left*/
width: 900px;  /*height and width must match image size to avoid cutoff*/
height: 30px;
border: 0px inset #AC0909;
text-align: left; 
z-index: 23;

}

/*--------------------------------------------------------------------------*/
#projpicHolder {

position: absolute;
top: 275px;
left: 320px;  /*from the left*/
width: 685px;  /*height and width must match image size to avoid cutoff*/
height: 450px;
border: 0px outset #AC0909;
z-index: 9;

}
/*--------------------------------------------------------------------------*/

#projthumbsdown {

position: absolute;
top: 198px;
left: 210px;  /*from the left*/
width: 110px;  /*height and width must match image size to avoid cutoff*/
height: 490px;
border: 0px inset #AC0909;
text-align: left;
z-index: 13;

}

/*--------------------------------------------------------------------------*/
#projthumbsacross {

position: absolute;
top: 198px;
left: 325px;  /*from the left*/
width: 600px;  /*height and width must match image size to avoid cutoff*/
height: 80px;
border: 0px inset #AC0909;
text-align: center; 
z-index: 12;

}

/*--------------------------------------------------------------------------*/

#services {

font-size: 15px; /*grows the image's container size*/
color: black; /*for text and borders*/
position: absolute;
top: 180px;
left: 300px;  /*from the left*/
width: 650px;  /*height and width must match image size to avoid cutoff*/
height: 100px;
border: 0px inset #AC0909;
line-height: 15px;
z-index: 14;

}

/*--------------------------------------------------------------------------*/

#underconstr {

position: absolute;
top: 500px;
left:100px;  /*from the left*/
width: 77px;  /*height and width must match image size to avoid cutoff*/
height: 64px;
font-size: 12px; /*grows the image's container size*/
color: white;
text-align:center; 
border: 0px outset #AC0909;
background-image: url(images/pong.gif); 
background-repeat: no-repeat;
z-index: 100;

}


