/*
------------------------------------------------------------
 Gallery Style Sheet - NeilW
------------------------------------------------------------
*/
body { background-color: #5a3826;
       color:            #ffccaa;
       font-family:      sans-serif;
       font-size:        1em ;
     }
/*
------------------------------------------------------------
*/
hr            { color:            #ffccaa;
              }
hr.moretop    { color:            #ffccaa;
                margin-top:       36px;
              }
hr.morebottom { color:            #ffccaa;
                margin-bottom:    36px;
              }
h1            { font-family:      Arial;
                font-size:        175%;
                font-weight:      200;
                text-align:       center;
                margin-left:      12px;
                margin-right:     12px;
                color:            #ffccaa;
              }
h2            { font-family:      Arial;
                font-size:        125%;
                font-weight:      200;
                text-align:       center;
                margin-left:      12px;
                margin-right:     12px;
                color:            #ffccaa;
              }
h3            { font-family:      Arial;
                font-size:        125%;
                font-weight:      100;
                text-align:       center;
                margin-left:      12px;
                margin-right:     12px;
                color:            #ee9977;
              }
/*
------------------------------------------------------------
*/
div.sectionbox { border:           0px hidden #000000;
		         padding:          4px;
		         background-color: #5a3826;
		         color:            #ffccaa;
		         width:            60%;
		         display:          block;
		         margin-top:       40px;
		         margin-bottom:    60px;
		         margin-left:      auto;
		         margin-right:     auto;
                 font-family:      Arial;
                 font-size:        100%;
                 font-weight:      normal;
                 text-align:       center;
               }
div.headbox    { border:           2px solid #7a5a4a;
		         border-radius:    20px;
		         padding:          20px;
		         background-color: #5a3826;
		         color:            #ffccaa;
		         width:            60%;
		         display:          block;
		         margin-top:       40px;
		         margin-bottom:    60px;
		         margin-left:      auto;
		         margin-right:     auto;
                 font-family:      sans-serif;
                 font-size:        100%;
                 font-weight:      normal;
                 text-align:       center;
	           }
/*
------------------------------------------------------------
*/
table.gallery  { background-color: #000000;
                 border-bottom:    0px solid #000000;
                 border-top:       0px solid #000000;
                 border-left:      0px solid #000000;
                 border-right:     0px solid #000000;
               }
td.picture4x3s { text-align:       center;
                 vertical-align:   center;
                 width:            210px;
                 height:           160px;
               }
td.picture4x3l { text-align:       center;
                 vertical-align:   center;
                 width:            800px;
                 height:           600px;
               }
/*
------------------------------------------------------------
*/
img           { border:              hidden;
                border-color:        #000000;
                border-width:        0px;
              }
img.small4by3 { border:              solid;
                border-top-color:    #888888;
                border-left-color:   #888888;
                border-bottom-color: #444444;
                border-right-color:  #444444;
                border-width:        4px;
                width:               200px;
                height:              150px;
              }

img.small1by1 { border:              solid;
                border-top-color:    #888888;
                border-left-color:   #888888;
                border-bottom-color: #444444;
                border-right-color:  #444444;
                border-width:        4px;
                width:               200px;
                height:              200px;
              }
img.large4by3 { border:              solid;
                border-top-color:    #888888;
                border-left-color:   #888888;
                border-bottom-color: #444444;
                border-right-color:  #444444;
                border-width:        4px;
                width:               800px;
                height:              600px;
              }

img.large1by1 { border:              solid;
                border-top-color:    #888888;
                border-left-color:   #888888;
                border-bottom-color: #444444;
                border-right-color:  #444444;
                border-width:        4px;
                width:               600px;
                height:              600px;
              }
/*
------------------------------------------------------------
*/
a:link    { font-family: sans-serif;
            font-size:   100%;
            font-weight: normal;
            color:       #ffff44;
          }
a:visited { font-family: sans-serif;
            font-size:   100%;
            font-weight: normal;
            color:       #ffff44;
          }
a:hover   { font-family: sans-serif;
            font-size:   100%;
            font-weight: normal;
            color:       #ffffcc;
          }

/* EOF */
