﻿@charset "utf-8";
 
#bodyWrap { position:relative;  width:100%;    }

/* Site Layout - Header */
#menu   { position:relative; top:-16px; width:1024px;  height:160px; margin:0 auto 0 auto } 

/* Site Layout - Content Body */
#contentBody {position:relative;  width:1024px; margin:0 auto; }

/* Site Layout - Column Left */
#columnLeft { position:relative; top:-10px;  width:800px; padding: 5px 10px 10px 10px; float:left;}

/* Site Layout - Column Right */
#columnRight { position:relative;  width:200px; float:right; } 

#clock  { position:relative; top:-20px; margin:0 0 0 0   }
#logform{ position:relative; top:-15px;  }
#notices{}
#ridings{}
#weather{}
#kma       { position:relative; top:-100px; }
#counter{}
 
 

/* Site Layout - Footer */
#footer {    text-align:center; padding:0 0 8em; clear:both;}
 