* {
margin: 0;
padding: 0; }

body {
background-color: #FFFFFF;
background: url(headerbg.jpg) repeat-x;}

a:link, a:active, a:visited {
color: #FF0000;
text-decoration:none;}

a:hover {
color: #BE0000;
text-decoration:none;}

#layout {
width: 600px;
margin: 0 auto; }

#header {
width: auto;
height:101px;
z-index: 1; }

#mainarea {
text-align:justify;
font-family: Verdana, Tahoma;
font-size: 8pt;
color:#494949;
padding:5px;
z-index: 2;
float:left;
width:470px; }

#sidebar {
float:left;
width:120px;
font-family: Verdana, Tahoma;
font-size: 8pt;
color:#494949;
text-align:justify; }

#footer {
clear: both;
width:600px;
font-family: Verdana, Tahoma;
font-size: 7pt;
color:#494949;
text-align:right;}

input, textarea, option, select {
font: 8pt verdana, tahoma;
background-color:#E8EEE9;
padding: 2px;
color: #686868;
border: 0px;
border-bottom: 1px solid #DADFDA; }

.section  {
font-family: Tahoma;
font-size: 7pt;
color:#CCCCCC;
text-align:left;
text-transform:uppercase;
letter-spacing:2px;}

.updates {
margin-left:50px;
margin-right:50px;
background-color:#E8EEE9;
padding: 2px;
color: #686868;}

#nav a {
display: block;
padding-left:10px;
font-style:normal;}

#nav a:hover {
padding-left:10px;
background: url(cross.png) no-repeat center left;
font-style:normal; }

