/* CSS Document */

html {
	margin: 0;
	padding: 0;
	overflow:-moz-scrollbars-vertical; /* always show firefox scrollbar */
	background-color:#32476d;
	}
	
p{
	margin: 0;
	padding: 0 0 8px 0;
	}

#container {
	position: relative;	top: 0; right: 0; bottom: 0; left: 0; /* make is go 0px from top and 0px from bottom */
	width: 975px; /* sets width of main container */
	margin: 0 auto; /* centers box */
	}

body {
	color:#333333;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 1.5em; /* sets the leading of text */
	}

h1 {
	font-size: 38px;
	line-height: 1.1em; /* sets the leading of text */
	color:#990000;	
	}

h2 {
	font-size: 16px;
	line-height: 1.1em; /* sets the leading of text */
	font-style: italic;
	}

h3 {
	font-size: 15px;
	line-height: 1.1em; /* sets the leading of text */
	}
	
h4 {
	font-size: 18px;
	line-height: 1.1em; /* sets the leading of text */
	color:#990000;	
	margin: 10px 0 10px 0;
	}
	
h5 {
	font-size: 25px;
	line-height: 1.1em; /* sets the leading of text */
	color:#990000;	
	}

a:link, a:visited {
	color:#990000;
	}

a:hover{
	color:#000000;
	}
	
ul{
	margin: 0 0 20px 0px;
	}

li {
	margin: 0 0 5px 0;
	}
	
#logo {
	float: left;
	width: 227px;
	height: 112px;
	background: url('../images/reduce-logo.gif') no-repeat top left;
	}

#textBack {
	float: left;
	width: 730px;
	height: auto;
	margin: 100px 0 0 -130px;
	background: url('../images/paper.gif') repeat-y top left;
	}

#text {
	float: left;
	padding: 30px 30px 30px 75px;
	text-align: left;
	}
	
#rsvpForm {
	float: right;
	width: 200px;
	height: 400px;
	margin: 10px 0px 10px 10px;
	background: url('../images/signup4.jpg') no-repeat top left;
	}	
#rsvpForm table {
	margin: 220px 0px 10px 10px;
	overflow: auto;
	}
#arrowsPointing {
	background: url('../images/arrow-pointing.jpg') no-repeat top left;
	position: absolute;
	width: 138;
	height: 50;
	z-index: 2;
	}
	
#marc {
	float: left;
	width: 182px;
	height: 261px;
	margin: -20px 20px 20px -150px;
	background: url('../images/marchill.gif') no-repeat top left;
	}
#marc2 {
	float: left;
	width: 182px;
	height: 261px;
	margin: 0 20px 20px -200px;
	background: url('../images/marchill.gif') no-repeat top left;
	}
	
#graduation {
	float: left;
	width: 563px;
	height: 348px;
	margin: 10px;
	background: url('../images/graduation.jpg') repeat-y top left;
	}
#graduation2 {
	float: left;
	width: 563px;
	height: 390px;
	margin: 15px 30px 15px 30px;
	background: url('../images/graduation2.jpg') repeat-y top left;
	}

#capSmall {
	float: right;
	width: 200px;
	height: 183px;
	background: url('../images/cap-Small.gif') repeat-y top left;
	}

.highlighter {
	background-color:#FFFF00;
	padding: 3px;
	}

.red-crossout { color:#FF0000; text-decoration:line-through;}
