html {
	min-width: 45em;
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	float: right;
}

#menu p {
	margin-bottom: 1em;
	text-align: center;
	word-spacing: 2em;
}

#menu a {
	word-spacing: .5em;
}

a:active {
	color: #eb2a2d;
	font-weight: bolder;
}
a:visited {
	color: #400b0c;
	font-weight: bolder;
}
a:link {
	color: #971b1e;
	font-weight: bolder;
}


#menu {
	font-family: 'Cardo';
}

#outer
{
	background-color: white;

	/*
	border-left: solid #694f2d 1000px;
	*/
	background: url('/r+s-b/static/images/invitegfx.png') repeat-y left top;
	padding-top: 2em;
	padding-right: 2em;
}

#bodyblock {
	margin-left: 520px;
	margin-right: 1em;
	min-width: 40em;
	style: inline;
}

#content
{
	font-family: sans-serif;
	padding: 1em;
	border : 2px dotted black;
}

span.name
{
	font-family: 'Cardo';
	font-variant: small-caps;
	font-weight: bolder;
	font-size: 150%;
}

/*
span.name 
{
	first-letter: font-size: 125%;
}
*/

.invitation
{
	font-size: 125%;
}

#footer {
	text-align: center;
}

.indent1
{
	padding-left: 1em;
}
.indent2
{
	padding-left: 2em;
}

.right_embed {
	float:right;
	padding: 15px;
	padding-right: 5px;
}

