*
{
	margin: 0;
	padding: 0;
}

#wrapper
{
	width: 980px;
	background: silver;
	margin: 0 auto;
}

#header
{
	background: black;
	color: white;
	text-align: center;
}

#column-left
{
	width: 250px;
	float: left;
	background: #FFFFFF;
}

#column-center
{
	width: 480px;
	float: left;
	background: #FFFFFF;
}

#column-right
{
	width: 250px;
	float: left;
	background: #FFFFFF;
}

h1
{
	/*border-style: groove;
	border-color: #2f7e87;*/
}

p2
{
	/*border-style: outset; 	border-color: #2f7e87; 	max-height: 20px; 	max-width: 260px; 	text-align: left;*/
	font-size: 15pt;
	color: #330099;
	margin: 0;
	bottom: 2px;
}


p#blank
{
	font-size: 15pt;
	color: #330099;
	margin: 0;
	bottom: 2px;
}


ul li:hover
{
	background-color: #cc9999:
}

ul li
{
	margin: 2.5px;
	padding: 3px 0 0 10px;
	bottom-border: 3px solid #000000;
}

ul a
{
	text-decoration: none;
}


ul.b
{
	list-style-type: circle;
	color: Black;
	text-align: center;
	font-size: 16pt;
	bottom-border: 3px solid Black;
}
ul.c
{
	list-style-type: circle;
	color: Black;
	text-align: center;
	font-size: 16pt;
}
#footer
{
	background: white;
	color: Black;
	text-align: center;
}
