/*
Template name: OKAY
Release date: 2010-02-08
Author: Gerhard Heiss
*/

html, body {
margin: 0;
background: #468cb4;
}
#container {
width: 760px;
margin: 0 auto;
background: #ffffff;
}
#header {
width: 100%;
height: 210px;
background: url("img/banner.jpg") repeat-x 0% 0%; 
border-bottom: 20px solid #ffffff;
}
#content {
float: left;
width: 72%;
font-family: Verdana;
font-size: 1em;
color: #000;
padding: 0px 5px 5px 5px;
}
#right {
float: right;
width: 25%;
}
#footer {
width: 100%;
clear: both;
border-top: 5px solid #ffffff;
border-bottom: 5px solid #ffffff;
text-align: center;
padding: 5px 0;
font-family: Verdana;
font-size: .7em;
color: #000;
background: #cccccc;
}
#sidebar {
background: #cccccc;
}
#sidebar ul {
margin: 0;
color: #000000;
padding: 0;
list-style: none;
}
#sidebar li {
border-top: 5px solid #ffffff;
border-right: 5px solid #ffffff;
}
#sidebar li a {
display: block;
font-family: Verdana;
color: #000000;
font-size: .8em;
text-decoration: none;
padding: 5px 5px 5px 15px;
}
#sidebar li a:hover {
color: #ffffff; background: #e6e61e;
}
/* Additional styles */
p {
padding: 10px;
margin: 0;
}
img {
border: 0;
}
h1 {
display: none;
}
a {
color: #468cb4;
text-decoration: none;
}
a:hover {
color: #e6e61e;
}
