@import url(container.css);
@import url(navi.css);
@import url(content.css);
@import url(lightbox.css);

a.gfx img,
div#advent div.gfx,
div.trusted a.logo img {
	behavior:url(templates/kut/css/iepngfix.htc);
}

* {
	margin:0;
	padding:0;
	font-family:Trebuchet MS, Verdana, sans serif;
	font-size:12px;
	color:#4c4c4c;
}

html, body {
	height:100%;
}

body {
	background:url(../images/bg-body.jpg) center top repeat-x;
}

img {
	border:0;
}

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

h1 {
	margin:0 0 20px 10px;
	font-size:18px;
	font-weight:normal;
	color:#4c4c4c;
}

h2.beige {
	padding:2px 0 0 5px;
	font-size:14px;
	font-weight:bold;
	color:#dbd6ba;
}

h2.red {
	font-size:18px;
	font-weight:normal;
	color:#880000;
}

h2.article {
	font-size:12px;
	font-weight:normal;
	color:#880000;
}

div.beige-box {
	background-color:#dbd6ba;
}

div.padding {
	padding:0 10px;
}

div.padding2 {
	padding:10px;
}


div.border-top {
	padding-top:15px;
	border-top:solid 1px #4c4c4c;
}

.headerError {
	font-weight:bold;
	color:#880000 !important;
}

.bold {
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

div.copyright,
div.parseTime {
	display:none;
}