@CHARSET "ISO-8859-1";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	//background:#000;
	//margin:0;
	//padding:0;
	//text-align:center;
	//color:#000;
}
img {
	border-style: none;
}
p{
	margin-top:0em;
}
h3 {
	text-align:left;
}
div.container {
	position:absolute;
	width:1200px;
	height:718px;
	top:50%;
	left:50%;
	margin-top:-359px;
	margin-left:-600px;
}

div.circle-top {
	position:absolute;
	left:332px;
	top:0px;
	width:535px;
	height:119px;
}

div.circle-lfttop {
	position:absolute;
	left:0px;
	top:119px;
	width:332px;
	height:240px;
}

div.circle-midtop {
	position:absolute;
	left:332px;
	top:119px;
	width:535px;
	height:240px;
}

div.circle-rgttop {
	position:absolute;
	left:867px;
	top:119px;
	width:333px;
	height:240px;
}

div.circle-lftbtm {
	position:absolute;
	left:0px;
	top:359px;
	width:332px;
	height:239px;
}

div.circle-midbtm {
	position:absolute;
	left:332px;
	top:359px;
	width:535px;
	height:239px;
}

div.circle-rgtbtm {
	position:absolute;
	left:867px;
	top:359px;
	width:333px;
	height:239px;
}

div.circle-btm {
	position:absolute;
	left:332px;
	top:598px;
	width:535px;
	height:120px;
}

div.content-txt {
	position:absolute;
	left:430px;
	top:180px;
	width:340px;
	height:358px;
	overflow:hidden;
	text-align:justify;
}
div.content-img {
	position:absolute;
	left:472px;
	width:256px;
	top:332px;
	height:45px;
	text-align:center;
}
div.rsvpfooter{
	font-size:12px;
}
div.rsvpcontbtn {
	text-align:right;
}
div.rsvp0 {
	text-align: center;
	margin-top: 93px;
}
div.rsvpNames {
	text-align:right;
}
div.rsvp1 h3{
	text-align:center;
}
div.rsvp1 h4{
	margin-bottom:0px;
}
div.rsvp2{
	height: 358px;
	overflow-y:auto;
}
div.rsvp2 ul {
	margin: 0px 0px 0px 10px;
}
div.rsvp2 h3{
	text-align:center;
	margin: 0px;
}
div.rsvp2 h4{
	margin-top: 1em;
	margin-bottom: 0.5em;
}
div.rsvp2Guest{
	clear: left;
}
div.rsvp2Name {
	float:left;
	width:200px;
}
div.rsvp2Section {
	//text-indent: 25px;
	margin-bottom: 5px;
	//display:inline;
	float:left;
	width:200px;
}
div.rsvp2Attending {
	//display: inline;
	//float:left;
}
div.rsvp2Age{
	//float:right;
}
div.rsvp2Input {
	text-indent: 0px;
	//display:inline;
	//margin-left: 50px;
}
div.rsvp3 {
	margin-top:70px;
}

#slider {
	//width: 340px;
	margin: 0 auto;
	position: absolute;
	left:430px;
	top:180px;
	width:340px;
	height:358px;
}

.scroll {
  height: 358px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  //background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
  padding: 5px;
  height: 348px;
  width: 330px; /* change to 560px if not using JS to remove rh.scroll */
}
.scrollContainer div.panel p{
	text-align:justify;
	margin-bottom: 0.5em;
	font-size: 0.9em;
}
.scrollContainer div.panel h3{
	margin-top: 0em;
	margin-bottom: 0.5em;
	font-style:italic;
}
.scrollButtons {
  position: absolute;
  top: 375px;
  cursor: pointer;
}

.scrollButtons.left {
  left: 100px;
}

.scrollButtons.right {
  right: 100px;
}