@charset "UTF-8";
#container {
	height: 635px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
}
body {
	background-color: #C0C0C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main {
	width: 600px;
}
#sidebar {
	float: right;
	width: 300px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #0091B9;
	height: 635px;
}
.text {
	font-size: 11px;
	color: #666666;
	line-height: 22px;
	margin-top: 40px;
	margin-right: 40px;
	margin-left: 40px;
}

.events {
	font-size: 10px;
	color: #666666;
	line-height: 15px;
	margin-top: 25px;
	margin-right: 20px;
	margin-left: 40px;
}

.events a {
	color:#666666;
	text-decoration:none;

}

.events a:hover {
	color:#0091B9
}

#dates {
	text-transform: uppercase;
	margin-right: 25px;
	width: 75px;
	float: left;
}

.text a {
	color:#666666;
}

.text a:hover {
	color:#0091B9
}

.text h1 {
	font-size:16px;
	font-weight:bold;
	padding-top: 15px;
	padding-left: 15px;
}

#nav {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 70px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
	line-height: 30px;
}

#nav a {
	color:#FFF;
	text-decoration:none;
	
}

#nav a:hover  {
	color:#ddc445;
	text-decoration:none;
	
}

.drawing {
	font-size: 12px;
	line-height: normal;
	margin-top: 10px;
}

.rsvp {
	font-size:14px;
	margin-top: -10px;
	padding-left: 15px;
}

.rsvp a {
	color:#666666;
}

.highlight {
	color:#0091B9;
	font-weight:bold;
}