#left {
	width: 530px;
	float: left;

}

#links {
	text-align: center;
	padding-bottom: 20px;
}

#right {
	float: right;
}

#page {
	text-align: left;
	width: 1024px;
	min-height: 700px;
	margin: 0 auto; 
	border: 1px;
	border-color: #aaddaa;
	border-style: solid;
	padding: 20px;
	-moz-border-radius: 20px;
}

body { 
  text-align: center; 
}

a {
	text-decoration: none;
}

a:link {
	color: #559955;
}

a:active {
	color: #99cc99;
}

a:visited {
	color: #666666;
}
