body {
	font-size: 12px;
	background: #d8dcdc;
}

div#wrapper {
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	border: 10px solid #c4caca;
	background: #617172;
}

div#header {
	background: url('bgr_header.jpg') top left no-repeat;
	padding-top: 272px;
	position: relative;
}

div#header a#headlink {
	position: absolute;
	top: 10px; 
	right: 10px;
	color: grey;
}

div#header ul {
	border: 1px solid #536162;
	padding: 10px;
	background: #536162 url('bgr_navi.jpg') bottom left repeat-x;
	text-align: center;
	
}

div#header ul li {
	display: inline;
}

div#header ul li a {
	color: #ffffff;
	padding: 0 7px 0 7px;
}

table#content {
	padding: 20px;
	border-bottom: 1px solid #859192;
	border-spacing:10px
}

table#content td {
	vertical-align: top;
}

table#content div#ad_sense {
	width: 200px;
	height: 200px;
	border: 1px solid red;
	margin: 0 20px 20px 0;
	float: left;
}

table#content h3 {
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 10px; 
	padding-bottom: 5px;
}

table#content {
	color: #ffffff;
}

table#content p {
	margin-bottom: 1em;
}

td#sidebar {
	width: 212px;
	border: 1px solid red;
	margin: 0 0 0 20px;
	background: #bfbb7c url('bgr_sidebar.jpg') top center no-repeat;
	padding-top: 141px;
	border: 7px solid #818d8e;
	margin-left: 25px;
}

td#sidebar ul {
	margin-left: 20px;
	margin-right: 20px;
}

td#sidebar ul li {
	margin-bottom: 10px;
}

td#sidebar ul li a {
	color: #ffffff;
}

div#subline {
	margin-left: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
	overflow: auto;
	
}

div#subline p.entry {
	float: left;
	width: 155px;
	height: 70px;
	margin-right: 20px;
	padding: 10px;
	background: #929d9e;
	color: #ffffff;
	position: relative;
}

div#subline p.entry a {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2px 5px 2px 5px;
	text-transform: uppercase;
	color: #000000;
	background: #bfbb7c;
}

div#footer {
	background: #c4caca;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #738182;
	font-size: 10px;
}

div#footer a {
	padding: 0 10px 0 10px;
	background: #bfbb7c;
	color: #ffffff;
}

