/*  Property            Value                                           Comment(optional) */
        *
        {
            margin:             0;                                              /* Sets Margins for all Tags */
            padding:            0;                                              /* Sets Padding for all Tags */
        }
        body
        {
            margin-top:         10px;
            text-align:         center;                                         /* Center Page in Body */
            font-family:        "COMIC SANS MS", Georgia, sans-serif;                            /* Set The Font */
            background:         rgb(198,130,57);
        }
        #page
        {
            margin:             0 auto;                                         /* Autos Left/Right Margins */
            text-align:         left;                                           /* Sets it back to Left */
            border:             4px solid #000;                                 /* A nice border */
            width:              1035px;                               
/* Width of Page */
            background:         rgb(255,255,255);                               /* Background Color */
        }
        #header
        {
            height:             134px;                                           /* Header Height */
            background-color:   rgb(255,0,0);                                   /* Set Color */
            border-bottom:      4px solid rgb(0,0,0);
        }
        #header_logo
        {
            float:              left;                                           /* Align Logo Left */
           /* margin-left:        160px;*/
		width: 160px;
            height:             134px;                                          
/* Must Match Header */
            background-color:   rgb(255,255,255);                               /* Set Color */
        }
        #header_logo a
        {
            display:            block;
            width:              100%;
            height:             100%;                                           /* Must Match Header */
            background-color:   rgb(255,255,255);                               /* Set Color */
            background:		  url(/images/logosite1.png) no-repeat 50% 50%;
        }
        #header_navigation
        {
            list-style:         none;                                           /* Act Normal! */
            height:             134px;                                           /* Nav Height */
            /*padding-top:        52px;*/
            display:            block;
            background:         rgb(255,255,255);
            bottom:             0;
            font-size:          18px;
            /* background:         url(header.png) 0 100%; */                   /* Relative to the stylesheet */
        }
        #header_navigation li
        {
            float: left;
            margin-left:        4px;
        }
        #header_navigation li a
        {
            text-decoration:    none;                                           /* Act Normal! */
            background:         rgb(198,130,57);
            padding:            2px 4px 0 4px;
            display:            block;
            color:              rgb(0,0,0);
            height:             25px;
            border-top:         4px solid rgb(0,0,0);
            border-left:        4px solid rgb(0,0,0);
            border-right:       4px solid rgb(0,0,0);
        }
        #header_navigation li a:hover
        {
            text-decoration:    none;                                           /* Act Normal! */
		background:         rgb(198,101,0);
            height:             25px;
        }
        #header_navigation_select a, #header_navigation_select a:hover
        {
            background:         rgb(255,255,255) !important;
            height:             26px !important;
        }
        #menu
        {
            list-style:         none;
            border-right:       2px solid rgb(0,0,0);
            width:              160px;
            float:              left;
        }
        #menu li
        {
            padding-bottom:     2px;
            padding-top:        1px;
            border-bottom:      2px dashed rgb(0,0,0);
        }
        #menu li a
        {
            text-decoration:    none;
            color:              rgb(85,79,43);
        }
        .menu1 a
        {
            margin-left:       4px;
        }
        .menu2 a
        {
            margin-left:       12px;
        }
        .menu3 a
        {
            margin-left:       20px;
        }
        #content{
	    margin-left:	160px;
            padding:            0 10px 10px 10px;
        }
        h1,h2,h3{
            color:              rgb(85,79,43);
        }
        #copyright
        {
            clear:              both;
            padding:            2px;
            text-align:         center;
            border-top:         1px solid rgb(255,255,255);
			font-size: xx-small;
        }
	  .comicnav
	  {
		width: 800px;
	  }
	  .comicnav a
	  {
		border: none;
	  }
	  .comicnav-left
	  {
		float: left;
	  }
	  .comicnav-right
	  {
		float: right;
	  }
	  .comicnav a img
	  {
		border: none;
	  }
	  .borderless
	  {
	  	border: none;
	  }
	  .borderless img
	  {
	  	border: none;
	  }
	  .comiclink
	  {
	  	text-decoration: none;
		margin-top: 5px;
	  	border: 4px solid black;
		background-color: rgb(198,130,57);
		color: rgb(0,0,0);	
	  }
	  .comiclink:hover
	  {
	  	text-decoration: none;
		background-color: rgb(198,101,0);	  	
	  }
