.style1 {color: #BA234E}
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#container {
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		width: 960px;
}

#header {
	margin-top: 20px;
	height: 40px;
}

#header #ryalogo {
	float: left;
	margin-top: 2px;
}

#header #nw {
	margin-left: 20px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #9CCCF8;
	margin-top: 3px;
	
}

#banner {
	height: 260px;
}

#banner #left {
	padding-top: 20px;
	float: left;
	width: 760px;
}

#banner #left p {
	padding: 0px;
	margin: 0px;
}

#banner #left p.new {
	margin-top: 10px;
	font-size: 1.4em;
	color: #0384A4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;	
}

#banner #left p.notice {
	margin-top: 10px;
	font-size: 1.1em;
	color: #666;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}

#banner #right {
	float: right;
	width: 160px;
	height: 240px;
	background-color:#9CCCF8;
	padding: 12px;
	text-align: center;
	border-left: 4px solid #CAE6FE;
	border-right: 4px solid #CAE6FE;
	border-bottom: 4px solid #CAE6FE;
}

.rightstuff {
  font-size: 0.9em;
}

#content {
	margin-top: 0px;
}

#footer {
	padding-top: 20px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 187px;
}

h1 {
	margin-top: 10px;
	font-size: 1.8em;
	color: #BA234E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;	
}

h2 {
	padding-top: 20px;
	font-size: 1.4em;
	color: #BA234E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;	
	padding-bottom: 4px;
	border-bottom: 1px solid #BA234E;
}
