#banner-top {
	background-image: url(../images/world-cup-blog-banner.jpg);
	background-repeat: no-repeat;
	border: none;
	height: 142px;
	width: 659px;
	left: 0px;
	top: 0px;
}

#navigation	{
	position: absolute;
	width: 150px;
	left: 39px;
	top: 135px;
	border: 0px solid black;
}

#main	{
	position: absolute;
	width: 70%;
	left: 200px;
	top: 135px;
	border-left-color: #CC0000;
	border-left-style: dotted;
	border-left-width: 1px;
	padding-left:15px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
a {
	color: #000000;
	text-decoration: underline;
}
.about-us {
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/about-us-highlight.jpg);
}
.archives {
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/archives-highlight.jpg);
}

.links {
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/links-highlight.jpg);
}

.recent-posts {
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/recent-posts-highlight.jpg);
}
.group-stages {
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/recent-posts-highlight.jpg);
}
