* {
	font-family:sans-serif;
	color:#000000;
}

body {
	text-align: center;
	margin: 5px;
	background-color: #4c4c4c;
}

div#header, div#contentContainer {
    width: 800px;
	margin: auto;
	background-color: #F1ED8E;
	text-align: left;
}

div#header {
	height: 162px;
	background-image: url(pics/walk_on_fire_header.gif);
	background-repeat: no-repeat;
	margin-bottom:15px;
}

div#yellowboxheader {
	width: 800px;
	height: 30px;
	background-image: url(pics/yellowbox_header.gif);
	background-repeat: no-repeat;
	margin: auto;
}	

div#yellowboxmain {
	width: 800px;
   height: 100%;
	background-image:url(pics/yellowbox_header_second_row.gif); 
	background-repeat:no-repeat;
	margin: auto;
}

div#contentContainer {
	background-image:url(pics/yellowbox_header_second_row.gif); 
	background-repeat:no-repeat;
}

div#contentLeft {
	float: left;
	width: 200px;
	font-size:13px;
	line-height: 1.36em;
	font-weight:bold;
	padding-left:15px;
	padding-top:15px;
}

div#contentRight {
    float: left;
    width: 510px;
    font-size:12px;
    padding-left: 15px;
    padding-right: 5px;
}

div#yellowboxfooter {
	width: 800px;
	height: 30px;
	background-image: url(pics/yellowbox_footer.gif);
	background-repeat: no-repeat;
	margin: auto;
}	

div#footer {
	width: 800px;	
	height: 140px;
	margin: auto;
	padding-right: 15px;
	font-size:11px;
	text-align:center;
	vertical-align:top;
	color: #F1ED8E;
	background-repeat: no-repeat;
}


.headerheadline {
	padding-top:125px;
	margin-left:30px;
	font-size:20px;
	color:#ff9900;
	font-weight:bold;
}

h1 {
color:#CA0000;
font-size:16px;
font-weight:bold;
}

strong {
color:#CA0000;
font-weight:normal;
}

em {
color:#CA0000;
font-weight:normal;
font-style:normal;
}

a:link {
	text-decoration: none;
	color:#CA0000;
}

a:visited {
	text-decoration: none;
	color:#CA0000;
}

a:active  {
	text-decoration: none;
	color:#ff9900;
}

a:hover {
	text-decoration: underline;
	color:#ff9900;
}

#footer a:link {
	text-decoration: none;
	color:#F1ED8E;
	font-size:11px;
}

#footer a:visited {
	color:#F1ED8E;
}

#footer a:hover {
	text-decoration: underline;
}

ul li {
list-style-type: disc;
color: #CA0000;
}

.newstext
{
color:#CA0000;
font-size:14px;
font-weight:bold;
}

.newstext A:link
{
color:#CA0000;
font-size:14px;
}

.newstext A:visited
{
color:#CA0000;
font-size:14px;
}

.newstext A:hover
{
color:#ff9900;
font-size:14px;
}

.newstext ul li
{
list-style-type: disc;
color: #CA0000;
font-size:14px;
}


div.clear {
	clear: both;
	width: 0px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	border: 0px solid red;
	font-size: 0px;
	line-height: 0px;
}




color:#CA0000;  = ROT
color:#ff9900;  = ORANGE


