body {
	background-color:#fff;
}

#top {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 5em;
	width: 100%;
	background-color:#fff;
	z-index: 10;
}

#nav {
	position: fixed;
	top: 5em;
	left: 0px;
	width: 10em;
	padding-left: 0.5em;
}

.std {
	margin-bottom: 0.2cm;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #ffffff;
	border-right: none;
	padding-top: 0cm;
	padding-bottom: 0cm;
	padding-left: 0.05cm;
	padding-right: 0cm;
	font-family: verdana;
}

#content {
	position: relative;
	width: 75%;
	top: 5em;
	left: 10em;
	z-index: 1;
}

.logo {
	width:43px;
	height:61px;
}
