	body
	{
		padding: 0;
		margin: 0;
		text-align: center;
		background-color: #e8dfd8;
		color: #000000;
	}
	
	.container
	{
		width: 721px;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content
	{
		padding-top: 5px;
		background-color: #f1efee;
		width: 700px;
		font: 14px Trebuchet MS, serif;
		float: left;
		text-align: left;
		color: #000000;
	}
	
	.pad
	{
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 175px;
		border-left: 1px solid black;
	}
	
	.side
	{
		float:left;
		width:160px;
		margin:0;
		padding: 10px;
		font-size: 11px;
	}
	
	.news
	{
		padding-bottom: 20px;
	}
	
	.line
	{
		text-align: center;
	}
	
	h1
	{
		font: 17px georgia, serif;
		font-weight: bold;
		font-style: italic;
	}
	
	a:link {color: #802c6b; font-weight: bold; text-decoration: none; background-color:#f1efee;}
	a:visited {color: #802c6b; font-weight: bold; text-decoration: none; background-color:#f1efee;}
	a:hover {color: #000000; font-weight: bold; text-decoration: none; background-color:#f1efee;}
	a:active {color: #802c6b; font-weight: bold; text-decoration: none; background-color:#f1efee;}
	
	#mycssbuttons {
	width: 160px ;
	text-align: left ;
}
#mycssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#mycssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	border: 0;
	line-height : 1.5em;
	list-style: none ;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif ;
	font-size :2.2em;

}
#mycssbuttons li a {
	color: #802c6b ;
	background-color: #f1efee ;
	border: 0px outset #f1efee ;
	width: 160px ;
	text-decoration: none ;
	display: block ;
}
#mycssbuttons li a:hover {
	color: #be62c0 ;
	background-color: #f1efee ;
}
