/*comment out the CSS from browsers that can't understand it*/
/* some links to pages that deal with javascript/CSS */
/* 
http://www.spoono.com/javascript/tutorials/tutorial.php?id=18&settutstyle=1
*/

BODY        { font-family: verdana,helvetica,arial,geneva,arial,sans-serif;}

/* this is used all over */
.centered   { text-align: center; }

/* these are used on main.php */
.navmenu   { 
            width: 96%;
            margin-left: 2%;
            border-top: 2px solid blue;
            border-bottom: 2px solid blue; 
            padding: 2px;
            text-align: center;
            font-size: smaller;
            }
.bodystyle  { 
            width: 90%;
            margin-left: 5%;
            }
.boxstyle  { 
            width: 96%;
            margin-left: 2%;
            }
.pixleft    {
            float: left;
            padding: 1em;
            }
.pixright   { 
            float: right;
            padding: 1em;
            }
.pixvertcenter {
            vertical-align: middle;
            }
.promo      {
            font-weight: bold;
            background-color: #ccffcc;
            }
.redhead    { 
            color: #ff0000;
            }
.blue       { 
            color: #0000ff;
            }
#bighead    { 
            font-size: 200%;
            font-weight: bold;
            padding: 5px;
            text-align: center;
            }

#whohead    { 
            background: #ffffcc;
            font-size: 150%;
            font-weight: bold;
            padding: 5px;
            }
#who        { border: 2px solid #ffcc00;}

#contacthead { 
            background: #ccffff;
            font-size: 150%;
            font-weight: bold;
            padding: 5px;
            }
#contact    { border: 2px solid #33ccff;}

#whathead   { 
            background: #ccffcc;
            font-size: 150%;
            font-weight: bold;
            padding: 5px;
            }
#what       { border: 2px solid #00cc00;}

#hdtvhead   { 
            background: #ccccff;
            font-size: 150%;
            font-weight: bold;
            padding: 5px;
            }
#hdtv       { border: 2px solid #0000cc;}
