body, html {
	height: 100%;	
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-image: url('/images/background-clouds.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #f0f0f0;
	margin: 0px;
	text-align: center; /* for IE */
	font-family: Georgia;
	font-weight: normal;
	font-size: 13px;
	height: 100%;
	position: relative;
}

#container {
	margin: 0pt auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 990px;
	position: relative;
	z-index: 100;
}

#container .header {
	background-image: url('/images/web-logo-header.png');
	background-repeat: no-repeat;
	width: 448px;
	height: 224px;
	position: absolute;
	top: 10px;
	left: 155px;
}

#articles {
	min-height: 148px;
	width: 590px;
	background-color: #e4e0d3;
	vertical-align: top;
	position: absolute;
	top: 275px;
	left: 165px;
}

#articles .footer {
	background-image: url("/images/article-diagonal-yw.jpg");
	background-repeat: no-repeat;
	background-position: right;
	height: 58px;
}

#articles .article {
	background-color: #e4e0d3;
	width: 100%;
	position: relative;
}

#articles .article .title {
	background-image: url('/images/article-diagonal-yw.jpg');
	background-repeat: no-repeat;
	background-position: right;
	height: 56px;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}

#articles .article .title div {
	position: absolute;
	left: 10px;
	bottom: 5px;
}

#articles .article .content {
	background-color: #f0f0f0;
	padding: 10px;
}

#articles .toggled .title {
	background-image: url('/images/article-diagonal-wy.jpg');
	background-color: #f0f0f0;
}

#articles .toggled .content {
	background-color: #e4e0d3;
	font-size: 12px;
}

#articles .content {
	font-size: 12px;
}
