
body {
	margin: 0px;
	padding: 0px;
	font-family: tahoma,arial,helvetica;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	color: #d20000;
}

#container {
	border: 1px solid #cccccc;
}

.sectionEnd {
	clear: both;
}

h1 {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 38px;
	background: #F4F4F4 url('logo.png') no-repeat top center;
}

h1 a {
	display: block;
	height: 38px;
}

h1 span {
	display: none;
}

ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #cccccc;
	background: url('arrow.png') no-repeat 3px 7px;
	font-size: 10px;
	line-height: 11px;
}

ul li a {
	display: block;
	padding: 5px 5px 4px 13px;
}

#topLink,
#newLink {
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	height: 17px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
}

#topLink {
	background: url('bottom-bg-1.png') no-repeat top right;
}

#newLink {
	background: #cccccc url('bottom-bg-2.png') no-repeat top left;
}



