body {
	background: #EEE9E9 url(images/bg4.gif);
	margin: 0 auto; 
	}

p {	
	margin: 0;
	}

img { 
	border: 0;
	}

hr {
	border: 0;
	height: 1px;
	background: gray;
	width: 50%;
	margin-left: 0px
	}


#container {
	width: 750px;
	margin: 0 auto;
	border-top: 0;
	border: 1px solid gray;
	background: white;
	}

#header {
	width: 750px; 
	background: #b94d3a;
	height: 100px;
	}

#header div {
	float: left;
	width: 375px;
	}

#nav {
	width: 750px;
	height: 18px;
	border-bottom: 1px solid #b94d3a;
	background: #CD9B9B;
	}

#content {
	width: 750px;
	background: white;
	margin: 0;
	}

#indicia {
	margin: 0 auto; 
	width: 750px; 
	}

#pad {
	width: 700px;
	margin: 15px auto;
	}

#pad_history {
	width: 700px;
	margin: 30px auto 15px;
	}

.text_left {
	text-align: left;
	}

.text_right {
	text-align: right;
	}

.text_center {
	text-align: center;
	}

.logo {
	margin: 15px 0 0 0;
	}

.caption {
	width: 264px;
	float: left;
	background: #CD9B9B;
	text-align: center;
	margin: 0 15px 15px 0;
	border: 1px solid #543E35;	
	}

.caption img {
	border: 1px solid #543E35;
	margin-top: 5px;
	}

.strip {
	border-bottom: 1px solid #b94d3a;
	}
	
.invitation {
	width: 600px;
	margin: 20px auto;
	padding: 10px 20px;
	border: 1px solid black;
	}

.invitation p,.invite {
	margin-top: 10px;
	text-align: center;
	color: #000;
	font-size: .9em;
	line-height: 1.2em;
	}

.invitation h4,.invitation p strong {
	margin-top: 10px;
	text-align: center;
	color: #000;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
	}
	
.big {
	font-size: 1.1em;
	}