/* pink: ed0c6d */
/* gray: 666666 */

body {
	
	/*DEFAULT BACKGROUND*/
	background: url('patterns/pat_20060108130404.gif') 0 0 repeat;
	margin: 15px 20px 20px 20px;
	text-align: center;
	min-width: 460px;
	
	/*DEFAULT FONTS*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
}

/* TEXT STYLES */

h1 {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	font-size: 26px;
	line-height: 28px;	
	color: #5d6565;
}
h2 {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	font-size: 22px;
	line-height: 26px;	
	color: #5d6565;
}
a.links:link {
	color:#CCCCCC;
	text-decoration:none;	
}
	
a.links:visited {
	color:#CCCCCC;
	text-decoration:none;	
}
	
a.links:hover {
	color:#ed0c6d;
	text-decoration:none;	
}
	
a.links:active {
	/* color:#000000; */
	color:#999999;
	text-decoration:none;	
}


/* OBJECT STYLES */

#container {
	position: relative;
	width: 970px;
	padding: 20px;
	height: auto;
	margin: 10px auto;
	text-align: left;
	background: #bbc6c6;
}
#containerOrig {
	position: relative;
	width: 780px;
	height: auto;
	margin: 0 auto;
	text-align: left;				
}
#textContainOrig {
	position: absolute;
	top: 15px;
	left: 480px;
	width: 260px;
	margin: 0px 20px 0px 0px;
}

#flashContain {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 460px;
}
.rsvpText {
	background-color:#000000;
	border: 1px solid #333333;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #ed0c6d;
	margin: 0px 0px 5px 0px;	
}

.rsvpSubmit {
	background-color:#333333;
	border: 1px solid #666666;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;	
	cursor: pointer;
}
	
textarea {
	background-color:#000000;
	border: 1px solid #333333;	
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #ed0c6d;		
	margin: 0px 0px 5px 0px;	
	overflow: hidden;
}
#leftColumn {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 480px;
}
#textContain {
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
	width: 460px;
}
#rightColumn {
	position: relative;
	top: 0px;
	left: 0px;
	width: 480px;
	height: 575px;
	overflow: auto;
}
#leftColumnParty {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 420px;
}
#textContainParty {
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
	width: 400px;
	text-align: right;
}
#rightColumnParty {
	position: relative;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 575px;
	overflow: auto;
}

.spacer {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	margin: 2px 2px 0px 0px;
	width:52px;
	height:52px;
	border: 1px solid #bbc6c6;	
}
.spacerHighlight {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	margin: 2px 2px 0px 0px;
	width:52px;
	height:52px;
	border: 1px solid #000000;
}
.smallPics:link {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 52px;
	height: 52px;	
	border: 1px solid #bbc6c6;
}
.smallPics:visited {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 52px;
	height: 52px;	
	border: 1px solid #f2d662;
}
.smallPics:hover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 52px;
	height: 52px;		
	border: 1px solid #000000;
}
.smallPics:active {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 52px;
	height: 52px;		
	border: 1px solid #000000;
}
.smallPicStatic {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #bbc6c6;	
}
.bigPic {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	margin: 5px 20px 20px 0px;
	width: 460px;
	height: 460px;
}
.bigPicParty {
	position: relative;
	top: 0px;
	left: 0px;
	float: right;
	margin: 5px 20px 20px 0px;
	width: 300px;
	height: 300px;
}
