html, body, tr, td {
padding: 0;
margin: 0;
}
html, viewport, body{
	font-family: arial, helvetica;
	border: none;
}

body{
	background: #ffcccc;
	margin:0;
	padding:0;
}

div.content{
	border: 0px solid #cccccc;
	margin: 10px 50px 0px 50px;
	padding-right: 10px;
	height: 430px;
	font: normal 12px Arial, Helvetica;
	overflow: auto;
}
td.container_left{
	background: url(img/menu_background.gif) top left no-repeat;
	width: 220px;
	height: 34px;
	overflow:hidden;
	font-size:0;
}

td.container_right{
	background: url(img/content_bg.gif) top left no-repeat #ffcccc;
	width: 492px;
	height: 682px;
}
.date{
	color: #555555;
	font: normal 11px Arial, Helvetica;
}
a{
	text-decoration:none;
	color: #000000;
	font-weight: bold;
}
h1{
	font: bold 15px Arial, Helvetica;
	color: #f387ab;
	margin-bottom: 3px;
}
h2{
	font: bold 14px Arial, Helvetica;
}
img {
	border: none;
}
a.menu{
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica;
	text-decoration: none;
}