html, body {
    margin: 0px;
}

body {
    background:url(images/bg.png) repeat-x #141414;
    text-align: center;
}

#container {
    background: #000;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 701px;
}

#header {
    background-image: url(images/header.png);
    height: 228px;
    width: 701px;
}

#content {
	background: url(images/content_bg.png) repeat-y;
	padding:20px;
	position: relative;
	width:660px;
	font-size: 16px;
}

#content p {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.clearer {
    clear: both;
}

#footer {
	background-image: url(images/footer.png);
    height: 74px;
    width: 701px;
}.HEADLINE {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	color: #AA0202;
}
#container #content .HEADLINE {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #AA0101;
	font-weight: bold;
}
#container #content p strong {
	color: #010252;
	font-size: 18px;
}
#content p {
	font-weight: normal;



}
#container #content .HEADLINE .HEADLINE {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #A00;
}
.bold {
	font-weight: bold;
	font-size: 12px;
}
.boldtext {
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}
.bigger {
	font-weight: bold;
}
#container #content .bigger .bigger .HEADLINE .HEADLINE {
	font-size: 16px;
}
#container #content .bigger .HEADLINE .HEADLINE .bigger {
	font-size: 16px;
}
