html {
	background-color: #f0f0f0;
}

body {
	text-align: center;
}

body div {
	text-align: left;
	margin: 0 auto;
}

#header {
	width: 760px;
	height: 276px;
	background: url(../img/bgtop.gif) no-repeat 100% 0;
	background-color: #c50000;
}

#content {
	width: 760px;
	background: url(../img/bgbd.gif) repeat-y 0 0;
	background-color: #4f4f4f;
}

#main {
	width: 560px;
	float: right;
	background-color: #fff;
}

.entry {
	padding: 0 20px 20px;
}


#sidebar {
	width: 200px;
	float: right;
}

#footer {
	width: 760px;
	clear: both;
	background-color: #4f4f4f;
	color: #fff;
	text-align: center;
}

h1,#navcontainer ul {
	margin: 0;
	padding: 0;
}

h1 img {
	vertical-align: bottom;
}

img.thumb{
	float: left;
	vertical-align: top;
	padding: 0 15px 15px 0;
}

h2 {
	padding-left: 22px;
	background: url(../img/head.png) no-repeat 0 50%;
	clear: both;
}

h3 {
	border-left: solid 8px #CCC;
	padding-left: 5px;
	clear: both;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#navcontainer a {
	display: block;
	padding: 8px;
	background-color: #000;
	border-top: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited {
	color: #fff;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #333;
	color: #fff;
}

#navcontainer ul li {
	list-style-type: none;
}

address {
	padding: 10px;
	color: #fff;
	font-style: normal;
	font-size: 85%;
}

table {
	width: 520px;
}

table, tr, td {
	border-color: #fff;
}

.description {
	position: absolute;
	top: 225px;
	padding-left: 25px;
	color: #fff;
}

a.golink {
  margin-left: 30px;
  background: url(../img/golink.png) no-repeat 0 50%;
  padding-left: 27px;
}

table.info {
	text-align: center;
}

address a:link {
	color: #fff;
}

address a:visited {
	color: #ccc;
}

p.date {
	color: #666;
	font-size: 85%;
}
