body {
	background-color: #000000;
}
html, body {
	margin-top: 0px;
	height: 100%;
}
#container-full {
	background-color: #CCCC99;
	margin-right: auto;
	margin-left: auto;
	height: 101%;
}
#container {
	background-image:  url(../asset/image/branding/branding.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #CCCC99;
	padding-top: 150px;
	padding-bottom: 12px;
	position: absolute;
}
#container, #container-full {
	width: 700px;
}
#container h1, h2, h3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: bold;
}
#nav-main {
	background-image: url(../asset/image/nav/navbar.gif);
	background-repeat: repeat-x;
	height: 23px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
}
#nav-main, #nav-main a {
	color: #666666;
	text-decoration: none;
}
#content {
	margin-top: 12px;
	margin-right: 100px;
	margin-left: 100px;
}
#content-list td {
	vertical-align: top;
	padding-bottom: 18px;
}
#content-list img, .article-img {
	border: thin solid #333333;
}
#content-list img {
	margin-right: 6px;
}
.article-img{
	float: left;
}
#content-text {
	width: 352px;
	float: right;
}
p, td, .content-author, ol, ul, #content-list a {
	font-size: 12px;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
h1 {
	font-size: 120%;
	margin-top: 0px;
}
h2 {
	font-size: 110%;
}
#container-footer {
	text-align: center;
	clear: both;
	position: absolute;
	width: 100%;
	bottom: 0px;
	margin-top: 12px;
	padding-top: 12px;
}
#list-heading {
	font-weight: bold;
}
