body {
	font: 14px "Trebuchet MS", Verdana, Arial, sans-serif;
	background: #9966FF;
		margin: 0 0 20px 0;
	text-align: center;
}
h1 {
	color: #000099;
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
p {
}

#outside-border {
	background: #ECECFF;
	border: thick solid #7200BF;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}



#header {
	height: 240px;
}
#header #header-logo {
	background: url(../images/riverside-chous-logo.jpg) no-repeat 12px;
	height: 208px;
	width: 280px;
	float: left;
	margin-top: 20px;
}
#header #header-content {
	height: 130px;
	margin-left: 180px;
}



#left-nav {
	float: left;
}

#main-content {
	float: left;
	margin-top: -12px;
	margin-left: 12px;
	margin-right: 20px;
	width: 500px;
}
#right-nav {
	width: 18%;
	height: 200px;
	float: right;
	border-left: 1px solid #9966FF;
}
#footer {
	border-top: 1px dashed #9966FF;
	width: 100%;
	margin-top: 12px;
}
#footer p {
	font-size: 10px;
	text-align: center;
	display: block;
}
#guestNight p {
	font-size: 15px;
}
#guestNightBox {
	width: 250px;
	float: right;
	background: #7200BF;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
#guestNightBox h1 {
	color: #FFF;
	margin-top: 3px;
}
#guestNightBox h2 {
	color: #FFF;
}

#guestNightBox a:link,
#guestNightBox a:visited,
#guestNightBox a:active

{
font-weight: bold;
	color: #FFFFFF;
}

#guestNightBox a:hover

{

	color: #C2A6FF;
}
