html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	/*the text-align: center value needs to be added for IE 5.01 which doesn't respect the auto property defined in our wrapper*/
	text-align: center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: italic;
	font-weight: lighter;
	letter-spacing: 0.3em;
	color: #990000;
	text-align: center; 
	padding-top: 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: lighter;
	letter-spacing: 0.3em;
	color: #990000;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: lighter;
	letter-spacing: 0.3em;
	color: #333333;
}

#wrapper {
	width: 100%;
	background-color: #990000;
	margin: 0;
	/*since we had to align the text center for IE, we have to fix it back to the left*/
	text-align: left;

}
#banner {
	height: 110px;
	background-color:#FFFFFF;
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0;
	padding: 0;
}
#tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60%;
	letter-spacing: 0.3em;
	color: #990000;
	text-align: center;
}

#nav {
	border-bottom: 1px solid #000;
	background-color: #990000;
}
#nav ul li {
	display: inline; 
}
#nav ul li a {
	font-size: 80%;
	color: #FFFFFF;
	background-color:#990000;
	text-decoration: none;
	padding: 0 25px 0 25px;
	border-right: 1px solid #000;
	text-align: center;
	width: 9em;
}

#nav ul li a:hover, #nav ul li a:focus{
	background-color: #ccc;
}
#footer {
	clear:both;
	border-top: 1px solid #000; 
	background-color: #990000; 
	color: white;
	font-size: 70%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* set millions of background images */
.rbroundbox { background: url(nt.gif) repeat;}
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}

.rbcontent { margin: 0 7px; }

.rbroundbox { width: 85%; margin: 1em auto; }

.leftImage {
	float:left;
}
.rightImage {
	float:right;
}
.centerImage {
	text-align: center;
}
.smoosh {
	margin-top: 1px;
}
