body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url('images/bg.png');
	background-repeat: repeat; 
	text-align: center;
	margin: 0;
	padding: 0;
}
#content_container	{
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
img	{
	border: 0;
}

h1	{
	font-size: 20px;
	font-weight: bold;
	color: #077aa9;
}
h2	{
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	line-height: 15px;
}

#header	{
	padding: 35px 0 0 0;
}

#middle_content	{
	background-image: url('images/middle_content_bg.gif');
	background-repeat: repeat-y;
	height: 100%;
}

#content_box	{
	width: 545px;
	background-color: #d4dce7;
	border: 1px solid #fff;
	border-collapse: collapse;
}

.text_red	{
	color: #ff0000;
	font-weight: bold;
}
.text_orange	{
	color: #f17c0e;
}
.text_teal	{
	color: #077aa9;
	font-weight: bold;
}

#sidebar	{
	float: left;
	width: 325px;
}
#sidebar_newspaper	{
	width: 325px;
	height: 425px;
	background: url('images/sidebar_newspaper.jpg') no-repeat;
}

#content	{
	float: left;
	width: 590px;
	padding: 18px 0 0 35px;
}

#footer	{
	text-align: center;
	height: 48px;
	padding: 24px 0 0 0;
}

.clear	{
	clear: both;
}

