#middle
{
	margin-top:20px;
	background-color:#66FF66;
	width:1000px;
	padding-bottom:20px;
	text-align:center;
	min-height:400px;
	border-radius:50px;
}

a
{
	color:#00AA77;
	font-weight:bold;
}
/* 
#links
{
	background-color:#FF8800;
	width:1000px;
	padding-top:50px;
	padding-bottom:50px;
	border:0px;
}

#links
{
	background-color:#008888;
	border: solid 3px #009900;
	width:25px;
	position: fixed;
	height 100px;
	left:0px;
	top: 0px;
	float: left;
	padding-bottom:100%;
	overflow:auto;
	transition:.4s;
}

#links:hover
{
	background-color:008888;
	width:100px;
}*/

#links
{
	width: 1000px;
	text-align: center;
	font-size:24px;
	background-color:#66FF66;
	padding-top:25px;
	padding-bottom:25px;
	border-radius:25px;
}

/*#linkspot
{
    top:0px;
    left:25px;
    width:100px;
    background:#005500;
    color:#00DD00;
}*/

.link
{
	float:left;
}

/*
.link
{
	border: solid 2px #AAFFAA;
	height:40px;
	padding-top:10px;
	padding-bottom:40px;
	border-radius:25px;
	margin-top: 100px;
	width: 150px;	
}

.link:hover
{
	background-color:green;
}*/

#sidebar
{
	float:right;
	width:180px;
	min-height:400px;
	border-left: 1px #000000 dashed;
	padding-left:10px;
	padding-right:10px;
}

#entire
{
	font-family:Times New Roman;
	width:1000px;
	margin: 20px auto;
}

body
{
	text-align:center;
}

#main
{
	padding-left:10px;
	padding-right:10px;
	width:780px;
}

#bheader
{
	font-weight:bold;
	text-decoration:underline;
	font-size:55px;
	padding-top:10px;
	padding-bottom:5px;
}

#mheader
{
	font-weight:bold;
	text-decoration:none;
	font-size:30px;	
	padding-top:10px;
	padding-bottom:5px;

}

#sheader
{
	font-size:20px;
	padding-top:10px;
	padding-bottom:5px;

}

#links a
{
	padding:10px;
	font-weight:bold;
}

#footer
{
	clear:both;
	text-align:center;
	vertical-align:bottom;
	margin-top:50px;
	border-top:1px dashed #000000;
	float:bottom;
}