 /*
CSS FOR THE DENT-TEC SITE
*/

body { font-size: small; font-family: Verdana, Helvetica, Arial, san-serif; font-style: italic; }
h1 { font-family: "Trebuchet MS", Arial, Helvetica, san-serif; color: red; font-size: 350%; background-color: black; background-image: url(../images/brabus.jpg); text-align: left; text-indent: 12mm; left: 20mm; height: 3.2in; margin: 0; }
#tagline p { font-style:italic; font-family: Georgia, Times, Serif; color: black; font-size: 160%; background-color: silver; text-align: center; margin: 1mm; padding: 3mm 3mm 2mm;
margin: 0; }
h2  { color: red; font-size: 115%; }
h3  { font-size: 100%; }
li {list-style-type: none;}
a {font-weight: bold;}
a:link {color: red;}
a:visited {color: gray;}
a:hover {color: gray;}
a:active {color: black;}
p { font-size: 110%; font-weight: normal; }
/* This section deals with positioning of items on screen using absolute positioning-fixed x and y
measured from top left of screen */
#navigation,#bodycontent,#header { position: absolute; }
#navigation,#bodycontent {top: 385px; padding-top: 30px;}
#bodycontent {top: 330px; left: 230px; right: 60px; padding-left: 6px;}
#header {width: 100%;}
#navigation {background-color: transparent; background-image: url('(EmptyReference!)'); background-repeat: no-repeat; padding-right: 35px; width: 170px; height: 600px;}
#damslink { position: absolute; left: 475px; margin-top: 400px; margin-left: 250px; }
form.contact fieldset { border-color: red; border-width: 2px; outline-color: gray; }
.statcounter { position: absolute; top: 555px;}
.contact  { color: red; font-size: medium; font-weight: normal; font-style: italic; text-align: center; }
.credits { text-align: center; }
#validator { position: absolute; top: 1140px; left: 10px; }
