
body {
margin: 0 auto;
font: 76% Verdana;
background: #fff url(background.jpg) top center repeat-y;
}

#header {
margin: 0 auto;
width: 720px;
height: 100%;
padding:0 0 0 0;
background: #ffffff;
}

#content {
margin: 0 10px 0 120px;
padding: 0 10px;
line-height: 1.6em;
text-align: left;
}

#menu {
clear: left;
float: left;
width: 100px;
padding: 10px 10px 10px 10px;
font-size: 0.9em;
}

#menu ul {	
list-style: none;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 1.1em;
}	

#menu li {
margin-bottom: 4px;
}

#menu li a {
font-weight: bold;
height: 27px;
text-decoration: none;
color: #000000;
display: block;
padding: 6px 0 0 5px;
background: #cccc99;
border-left: 4px solid #000000;
border-right: 4px solid #000000;
}	
	
#menu li a:hover {
background: #cccc99;
color: #ffffff;
border-left: 4px solid #ffffff;
border-right: 4px solid #ffffff;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

#footer {
clear: both;
margin: 0 10px;
border-top: 4px solid #cccc99;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 10px 5px 0;
float: right;
}