/* hisenglish.com site wide style sheet  */

body {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


#header {
	text-align: center;
}

#content {
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 500px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 20px;
	text-align: left;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color: white;
	background-color: #036;
}

#navcontainer ul li a:hover {
	color: #fff;
	background-color: #369;
}