@charset "utf-8";
/* CSS Document */

#nav-bar
{
/*	border:solid;*/
	margin-top:1em;
}

#nav-bar .button
{
	border-style:solid;
	border-width:1px;
	border-color:black;
	width:8.5em;
	height:2em;
	vertical-align:middle;
	text-align:center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#nav-bar .button a
{
	text-decoration:none;
	float:center;
	font-family:Helvetica;
	font-size:22px;
	color:#333;
}


