/*
 * Site
 */
body                    {	background-color: rgb(0,0,0);
                            color: rgb(92,92,92);
                            background-image: url(/include/images/background.png);
                            background-repeat: repeat;
                        	font-family: monospace;
                        	font-size: 10pt;
                          	text-align: center;
                           	margin: 10px; }

img                     {	border: none;
                            vertical-align: middle; }

a:link                  {	color: rgb(255,255,255); }

a:visited               {	color: rgb(128,128,128); }

a:focus                 {	color: rgb(192,192,192); }

a:hover                 {	color: rgb(192,192,192); }

a:active                {	color: rgb(128,128,128); }

pre                     {	border-style: solid;
                           	border-color: rgb(64,64,64);
                            border-width: 1px; 
                            padding: 0px; }

div#main                {   text-align: left;
                            margin: 0 auto;
                            width: 800px;
                            padding: 0px;
                            border-left-style: solid;
                            border-left-color: rgb(64,64,64);
                            border-left-width: 1px;
                            border-right-style: solid;
                            border-right-color: rgb(64,64,64);
                            border-right-width: 1px;
                            background-image: none;
                            background-color: rgb(0,0,0); }

div#header              {   background-color: rgb(0,0,0);
                            background-image: url(/include/php/headerimage.php);
                            padding: 10px;
                            height: 120px;
                            width: 780px;
                            text-align: right;
                            border-top-style: solid;
                            border-top-color: rgb(64,64,64);
                            border-top-width: 1px; }

div#menu                {   background-color: rgb(32,32,32);
                            padding: 10px; }

div#breadcrumb          {   background-color: rgb(48,48,48);
                            padding: 10px; }

div#content             {   background-color: rgb(0,0,0);
                            padding: 10px; }

div#footer              {   background-color: rgb(32,32,32);
                            padding: 10px;
                            border-bottom-style: solid;
                            border-bottom-color: rgb(64,64,64);
                            border-bottom-width: 1px; }

span.image              {   float: left;
                            padding-right: 20px; }

span.wikipedia          {   font-style: italic; }

br.clear                {   clear: both; }
                            
ul.menu                 {   margin: 0px;
                            padding: 0px; }

ul.footer               {   margin: 0px;
                            padding: 0px; }

li.menu                 {   list-style: none; 
                            display: inline; }

table                   {   border-style: solid;
                            border-color: rgb(64,64,64);
                            border-width: 1px;
                            width: 100%;
                            margin: 0px;
                            padding: 0px; }

td                      {   vertical-align: top;
                            margin: 0px;
                            padding: 5px; }


                            
                 