/* COLORS, BACKGROUNDS  AND BORDERS*/
body { color:#444; }
html, body { background-color:#fff; }
h1, h2, h3, h4 { color:#333;}
h4 a:link, h4 a:visited { color:#333;}
h4 a:focus, h4 a:hover { color:#b00000; }
a:link, a:visited { color:#700000;}
a:focus, a:hover { color:#c00000; }

.red { color:#800000; }
#header {  border-bottom-color:#800000; }
#footer {  border-top-color:#800000; }

#header{ border-bottom-style:solid; }
#footer { border-top-style:solid; }
#header { border-bottom-width:1px; }
#footer { border-top-width:1px; }
#title { 
  background-image: url('../img/spidern.png');
  background-repeat:no-repeat;
  background-position:right; height:90px;
}
.item img { border:1px solid #aaa; }
canvas { border: 1px solid gray; }

b { font-weight:normal; color:#000; }

/* FONT, STYLE, DECORATIONS */

body { font-family:"Verdana"; font-size: 13px;}
h1, h2, h3, h4 { font-family:"Trebuchet MS"; }
#menu h3 { font-weight: normal; }
/* font-family:"Georgia"; */
#header h1 { font-size:3.5em;} 

a { text-decoration: none; }
a:hover, a:active { text-decoration: none; }

/* POSITIONS and MARGINS */
#header { margin-bottom:2em; }
#header h1 {  margin-bottom:0px; margin-top:20px; }
#header .subtitle {position:relative; left:-10px; }
#menu { margin-top: 64px; }
#menu h4, #menu h3 { float:left; margin-right:24px; margin-bottom:0px;}
#footer { margin-top:1em; padding-top:0.5em; }

h2, h4 { margin-bottom:0.5em; }

.item img { width:160px; height:160px; padding:3px; }
.item { float: left; text-align:center; margin:0em 1em 0em 1em; }

/* MISC */
.clear { clear: both; }

/* HEADER */
