@charset "utf-8";
body {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/NRBackground.jpg);
	background-repeat: repeat-x;
}
.oneColElsCtr #container {
	width: 80em;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 12px 228px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 360px;
}
.oneColElsCtr #navi {
	background-image: url(images/1.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 169px;
	padding:0px 216px 0px 216px;
	margin-top: 20px;
}



#menu {
	list-style: none;
	height: 20px;
	position: relative;
	width: 600px;
	top: 16px;
}
#menu  span {
  display: none;
  position: absolute;
}
#menu  a {
	display: block;
	text-indent: -900%;
	position: absolute;
	width: 311px;
	height: 70px;
	left: 304px;
	top: 42px;
	outline:none;
}
#menu  a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}
#menu .home {
	width: 50px;
	height: 14px;
	left: 5px;
	top: 15px;
	background-image: url(images/home1.png);
	background-repeat: no-repeat;
}
#menu  .rollerdance {
	width: 112px;
	height: 14px;
	left: 70px;
	top: 15px;
	background-image: url(images/rollerdance1.png);
	background-repeat: no-repeat;
}
#menu  .rollerderby {
	width: 102px;
	height: 19px;
	left: 195px;
	top:15px;
	background-image: url(images/rollerderby.png);
	background-repeat: no-repeat;
}
#menu  .rollerskate {
	width: 98px;
	height: 18px;
	left: 314px;
	top: 15px;
	background-image: url(images/rollerskate.png);
	background-repeat: no-repeat;
}
#menu .contact {
	width: 71px;
	height: 14px;
	background: url(images/contact.png) no-repeat;
	left: 427px;
	top: 15px;
}
#menu   .links {
	width: 40px;
	height: 18px;
	left: 512px;
	top: 15px;
	background-image: url(images/links.png);
	background-repeat: no-repeat;
}
#logo {
	position: relative;
	width: 334px;
	left: 294px;
	top: 36px;
}
.oneColElsCtr #container #title {
	position: relative;
	top: 65px;
	left: 5px;
}
.oneColElsCtr #container #mainContent #NRiconlogo {
	position: relative;
	top: 10px;
	left: 460px;
	height: 77px;
	width: 134px;
}
.oneColElsCtr #container #mainContent p {
	font-size: 9pt;
}
.oneColElsCtr #container #mainContent ul {
	font-size: 9pt;
}
.oneColElsCtr #container #mainContent p1 {
	font-size: 10pt;
}
#rollerderbytext {
	font-size: 8pt;
}
.oneColElsCtr #container #mainContent prd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}
.style10 {font-size: 11px}
.oneColElsCtr #container #mainContent RDDIVEND {
	padding-right: 50px;

}

