body {
    background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #cdf1f8;
	margin:0px;
	padding:0px;
	font-family: georgia;
	color: #430d08;
}

div#line {
	/*background-color: #430d08;*/
	background-image: url('images/brown.png');
	width: 100%;
	height: 12px;
}

/* Everything in the main 800px area */
div.mainbody {
	width: 800px;
	padding-top: 30px;
}

img#markadrienne {
	padding-top: 0px;
	padding-bottom: 7px;
}

img#dateloc {
	padding-bottom: 20px;
}

div#smallimgs {
	width: 800px;
	padding-bottom: 30px;
}

img.smallimgLeft {
	border: #ffffff solid 5px;
	padding: 2px;
	margin-right: 22px;
}

img.smallimgCenter {
	border: #ffffff solid 5px;
	padding: 2px;
	margin-left: 21px;
	margin-right: 21px;
}

img.smallimgRight {
	border: #ffffff solid 5px;
	padding: 2px;
	margin-left: 22px;
}

div#links {
	background-image: url('images/brown.png');
	width: 100%;
	vertical-align: middle;
	height: 32px;
	padding-top: 9px;
	padding-bottom: 9px;
}

img.link {
	height: 32px;
	border: 0;
}

/* The LHS photo bar and RHS text go in this table */
table#contentarea {
	width: 750px;
	border: 0px;
	padding-bottom: 15px;
}

/* The photo bar goes in here */
div.RHS {
	width: 360px;
	padding-left: 30px;
	vertical-align: top;
	float: right;
}

div.center {
	width: 600px;
}

img.polaroid {
	width: 191px;
	height: 258px;
}

td#righttable {
	vertical-align: top;
}

/* This is the RHS with the page-specific content */
div.LHS {
	width: 360px;
	text-align: left;
	vertical-align: top;
	float: left;
}

/* Used to make a subtitle orange */
span.subtitle {
	color: #EA541F;
	font-weight: bold;
	font-size: 13pt;
}

/* Used to make a subtitle orange */
span.subsubtitle {
	color: #EA541F;
}

p {
	text-align: justify;
	font-size: 12pt;
	margin-top: 7px;
}

p.left {
	text-align: left;
	font-size: 12pt;
	margin-top: 7px;
}

img.image {
	border: #ffffff 5px solid;
}

div#countdown {
	border: 0px;
	background-image: url('images/brown.png');
	color: #ffffff;
	font-size: 10pt;
	width: 100%;
	height: 20px;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 5px;
	margin-top: 15px;
}

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
z-index: 9002;
width: 420px;
text-align:center;
font-family:verdana;
font-size: 11px;
}
