html, body, ul {
				margin: 0px;
				padding: 0px;
				font-family: Arial;
				font-size: 12px;
				color: white;
				background: black;
}

iframe {
			background: black;
	}


#p_container {
				width: 800px;
				margin: 0px;
				padding: 0px;
}

#p_header {
				background-image:  url('headergif.gif');
				height: 150px;
				margin-bottom: 5px;
				padding: 0px;
}

#p_sidebar {
				font-weight: bold;
				width: 100px;
				float: left;
				margin-left: 5px;
}

#p_content {
				margin-left: 20px;
				margin-right: 20px;
				width: 500px;
				float: left;
				text-align: justify;
}

#p_sponsorbar {
				font-weight: bold;
				text-align: center;
				width: 150px;
				float: left;
				margin-right: 0px;
				padding-right: 0px;
}

#p_footer {
				background-image: url(footergif.gif);
				font-weight: bold;
				color: green;
				text-align: center;
				height: 100px;
				clear: both;
}

.menu {
				color: black;
				list-style: none;
}



.housebutton {

text-align: center;

margin-bottom: 3px;

margin-top: 3px;

}

.housebutton a {

font-weight: bold;

padding: 4px;

text-decoration: none;

display: block;

color: black;

background-color: green;

border-top: 1px white solid;

border-left: 1px white solid;

border-bottom: 1px white solid;

border-right: 1px white solid;

}

.housebutton a:hover {

background-color: black;

font-weight: bold;

color: white;

border-top: 1px green solid;

border-left: 1px green solid;

border-bottom: 1px green solid;

border-right: 1px green solid;

}


.countdown {	color: white;
						background: black;
						text-align: center;
						overflow: hidden;
						border: black;
}

td { color: white;
     text-align: center;
}

th {
 color: White;
 font-stye: bold;
 text-align: center;
 background-color : Green;
}

td.outer {cellpadding : 1em; }
td.cal {background-color : green;}

table.inner {background-color : black; font-size : }

div.trail{background-color : green;}
div.open{background-color : red;}
div.misc{background-color : blue;}

a {
 color: white;
 text-decoration : none;
}

.content_headline{
					font-weight: bold;
					text-align: left;
					margin-top: 0px;
}

td.td_content{ 
				text-align: left;
}

ul.c_content{
			margin-left: 20px;
}