@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#ede8d8;
	font-size: 10px;  /* 16px × 62.5% = 10px */
}


#container {
	/*position:absolute;
	top: 50%;
	left: 50%;*/
	width:960px;
	height:672px;
	margin: 20px auto 0px auto;
	/*margin-top: -336px;*/ /*set to a negative number 1/2 of your height*/
	/*margin-left: -480px;*/ /*set to a negative number 1/2 of your width*/
}

#main {
	width: 960px;
	height: 672px;

}

#content {
	width: 960px;

}

#columnLeft {
	float: left;
	width: 477px;
}



#columnRight {
	float: left;
	width: 483px;
	height: 672px;
	background-color: #908469;
}

/********* Content *************/

a:link, a:visited {
	color: #ede8d8;
	text-decoration: none;

}

a:hover {
	color:#ed1c24;
	text-decoration: none;

}

#pageTitle {
	margin: 45px 0 0 120px;
	width: 70px;
}

#pageTitle h1{
	color: #ede8d8;
	font-size: 2.4em;
}

.headline {
	color: #ede8d8;
	font-size: 1.5em;
	text-align: center;
	margin-top: 40px;

}

img.logo {
	margin-top: 20px;

}



.copyTop p {
	color: #ede8d8;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align:center;
	margin: 50px 0 20px 0;	

}

.subHeadline {
	color: #ede8d8;
	font-size: 3.4em;
	text-align: center;
	margin: 0 0 0 0;
}

img.opening {
	margin: 0;
	padding: 0;
}

.copyBttm {
	color: #ede8d8;
	font-size: 2.4em;
	line-height: 1.4em;
	text-align:center;
	margin-top: 30px;

}

.phone {
	color: #ede8d8;
	font-size: 24px;
	text-align:center;
	line-height:2.4em;

}

#logos {
	

}

#logoCamrost {
	float: left;
	margin: 0 0 0 60px;
	margin-top: 25px;

}


#logoSothebys {
	float: left;
	margin: 0 0 0 23px;
	margin-top:25px;
}


#logoCamrost2 {
	float: left;
	margin: 0 0 0 60px;
	margin-top: 150px;

}


#logoSothebys2 {
	float: left;
	margin: 0 0 0 23px;
	margin-top:150px;
}


.r {
	text-decoration:underline;
	}


/******* RSVP ************/


#rsvpForm {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 18px;
	padding: 5px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 36px;
	margin-left: 30px;
}



label {
	color: #ede8d8;
	font-size: 3pt;
	float: left;
	margin: 0 10px 0 0;
	width: 80px;
	text-align:right;
	
}

br {
	clear: left;

}

.clear
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	visibility: collapse;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
.input {
	font-size: 18px;
	text-align: left;
	line-height: 18px;
	font-family: "Times New Roman", Times, serif;
	padding: 4px;
}
