* {margin: 0; padding: 0;}

body {background-color: #FDFBF2;}
table {font-family: verdana, arial; text-align: center;}
h1 {font-family: verdana, arial; font-size: 30px; font-weight: bold; text-align: center;}
p {font-family: verdana, arial; text-align: center;}

#logo {height: 130px; width: 150px; position: fixed; padding-top: 20px; background-color: #993333; text-align: center;}
#header {height: 120px; width: auto; min-width: 1000px; margin-left: 150px; position: fixed; z-index:2; background-color: #993333;}
#navigation {height: 30px; width: auto; min-width: 1000px; margin-left: 150px; margin-top: 120px; position: fixed; z-index:3; background-color: #FDFBF2;}
#sidebar {height: 100%; width: 120px; margin-top: 150px; position: fixed; z-index:4; background-color: #993333; text-align: center;}
#main {height: auto;  width: auto; min-width: 1000px; margin-left: 150px; margin-top: 180px; margin-bottom: 50px; position: absolute; z-index:1; text-align: center;}
#footer {height: 50px; width: 120px; bottom: 0px; position: fixed; z-index:5; font-size: 10px; font-style: italic; text-align: center;}

.header {font-size: 35px; font-weight: bold;}
.navi {font-size: 15px; font-style: italic; text-decoration: none; color: #000000;}
.side {padding: 5px; width: 100px; background-color: #FDFBF2;}
.counter {font-size: 24px; font-weight: bold;}
.mtab {padding: 10px; text-align: left; vertical-align: middle; table-layout:fixed;}
.g1 {padding: 3px; padding-left: 10px; text-align: left; vertical-align: middle; table-layout:fixed;}
.g2 {padding: 10px; text-align: center; vertical-align: top; font-weight: bold; table-layout:fixed;}