body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg_grad.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 90%;
	font-family: verdana, arial, sans-serif;
}

#wrapper {
	width: 900px;
}
#menu_container {
	float: left;
	margin-left: 1em;
}

#menu {
	background-image: url(../images/glbnav_background.gif);
	background-repeat: repeat-y;
	background-position: top right;
	background-color: #E2E6E7;
	width: 10em;
}

#menu ul {
	padding: 0;
	margin: .25em;
}

#menu ul li {
	list-style: none;
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid #8FB8BC;
	font-size: .9em;
}

#menu ul li a {
	color: black;
	text-decoration: nonr;
}

#content {
	margin-left: 13em;
	background-color: white;
	margin-right: 3em;
}

#content p {
	margin-left: 1em;
	margin-bottom: 1em;
}

#content h1, #content h2, #content h3, #content fieldset, #content table {
	margin-left: 1em;
}