html {
	height: 100%;
}
body {
	height: 100%;
	background: url(images/sand_bg.jpg);
	color: #000000;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#page_container {
	background: url(images/sand_bg_body.gif) #FFFFFF repeat-y;
	position: relative;
	width: 990px;
	min-height: 100%;
	margin: 0px auto 0px auto;
	text-align: left;
	height: 100%;  /* IE 5.x hack  <- this code executes in IE5.x */
}
/* IE 5.x hack <- this code executes in non-IE5.x to override the height */
html>body #page_container {
	height: auto;
}

#header {
	background: url(images/sand_bg.jpg);
	width: 990px;
	height: 50px;
}
#header_topleft {
	background: url(images/sand_bg_top_left.gif) no-repeat;	
	position: absolute;
	top: 30px;
	left: 0px;
	width: 20px;
	height: 20px;
}
#header_top {
	background: url(images/sand_bg_top.gif) repeat-x;
	position: absolute;
	top: 30px;
	left: 20px;
	width: 950px;
	height: 20px;
}
#header_topright {
	background: url(images/sand_bg_top_right.gif) no-repeat;
	position: absolute;
	top: 30px;
	left: 970px;
	width: 20px;
	height: 20px;
}
#body {
	position: relative;
	width: 940;
	left: 25px;
}

#footer_spacer {
	clear: both;
	width: 990px;
	height: 55px;
}

#footer {
	background: url(images/sand_bg.jpg);
	position: absolute;
	bottom: 0;
	width: 990px;
	height: 50px;
}
#footer_botleft {
	background: url(images/sand_bg_bot_left.gif) no-repeat;	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
}
#footer_bot {
	background: url(images/sand_bg_bot.gif) repeat-x;
	position: absolute;
	top: 0px;
	left: 20px;
	width: 950px;
	height: 20px;
}
#footer_botright {
	background: url(images/sand_bg_bot_right.gif) no-repeat;
	position: absolute;
	top: 0px;
	left: 970px;
	width: 20px;
	height: 20px;
}

#header_content {
	position: relative;
	top: 8px;
	left: 25px;
	width: 940;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

#header_links {
	position: absolute;
	left: 0;
}

#header_title {
	position: absolute;
	right: 0;
	color: #202950;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

#footer_content {
	position: relative;
	top: 20px;
	width: 1000;
	color: #202950;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
}


/* For some reason Mozilla assumes a top border on some links */
a:link { color: #5A607D; border: none; }
a:hover { color: #5A607D; border: none; }
a:active { color: blue; border: none; }
a:visited { color: #5A607D; border: none; }

a.header_links {
	color: #202950;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	position: relative;
	top: -6px;
}

img.header_shell {
	position: relative;
}

h1 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

p {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
}

p.rsvpSmall {
	font-size: 13px;
}

td.rsvpForm {
	padding-top: 4px;
	font-size: 13px;
}

td.form {
	padding-top: 4px;
	font-size: 13px;
}

td.submit {
	text-align: right;
	padding-top: 5px;
}
