* {
	margin: 0;
	padding: 0;
}

body {
background: #000547 url(KERN_BRECHER_BUTTON.gif) bottom center repeat;
font-family: Courier;
font-size: 16px;
line-height: 20px;
color: #b4c4cc;
}

a {
text-decoration: none;
color: #00aaff;
}
a:hover {
text-decoration: underline;
color: #ffbf00;
}

#button:hover, #highlight:hover, #cover:hover{
filter: invert(100%);
}


#wrap {
margin: 0 auto;
width: 950px;
}

#header h1 { 
font-size: 35px;
letter-spacing: -1px;
padding: 0px 0 0 20px;
color: #fff;
}
#header h1 a { 
color: #FFA500;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #fff;
}
#header h2 {
font-size: 18px;
color: #d5e5ed;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#content {
padding: 0 20px;
}

.left {
float: left;
width: 700px;
text-align: justify;
padding-top: 0px;
background: #000547 url(tile1.jpg) bottom center repeat;
}
.left h2 {
font-size: 24px;
font-weight: 600;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #FFA500;
}
.left h2 a {
text-decoration: none;
color: #111;
}
.left h2 a:hover {
color: #fff;
}

.right {
float: right;
width: 200px;
padding-top: 0px;
background: #000547 url(bgif021.gif) bottom center repeat;
}
.right h2 {
margin: 0px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #0700cf;
color: #fff;
font-size: 13px;
}
.right ul {
padding: 10px 0 15px 20px;
color: #d5e5ed;
}
.right ul li a {
text-decoration: none;
font-weight: 600;
}

.articles {
padding: 10px;
}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
margin-top: 40px;
border-top: 1px dotted #aaa;
padding-top: 10px;
padding-bottom: 200px;
}
#footer a { color: #aaa; }
#footer a:hover { color: #eee; }