html, body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FF9900;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	height: 100%;
}

p
{
	font-size: 12px; 
	color: #FFFFCC;
}

A:link 
{
	text-decoration: underline; 
	font-weight: bold; 
	color: #FFFFCC;
}	 

A:visited 
{
	text-decoration: underline; 
	font-weight: bold; 
	color: #FFFFCC;
}         

A:active 
{
	text-decoration: underline; 
	font-weight: bold; 
	color: #FF9900;
}         

A:hover 
{
	text-decoration: underline; 
	font-weight: bold; 
	color: #FF9900;
}

#center
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #990000;
	min-height: 100%;
	position: static;
}

#textbox
{
	width: 650px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#picturebox
{
	width: 200px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 165px;
	float: left;
	text-align: left;
	position: static;
}

#descbox
{
	width: 450px;
	padding: 10px 0px 10px 0px;
	margin: 0px 165px 0px 0px;
	float: right;
	text-align: left;
	position: static;
}

#ks_calendar
{
	background-color: #990000;
}
