@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-image: url(../Images/backgroundTileBig.gif);
	background-repeat: repeat-x;
	height: 100%;
}
body {
	background-image: url(../Images/headerRoseTallBig.gif);
	background-repeat: no-repeat;
	height: 100%;
}
#splash {
	height: 100%;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative
}

/*---------------------------------------------------------------------------------------*/
/*NavBar styles*/
/*---------------------------------------------------------------------------------------*/

#navBar {
	list-style-type: none;
	position: absolute;
	top: 345px;	
}
#navBar li {
	display: inline;
	line-height: 25px;
}
#navBar li a:link, #navBar li a:visited {
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	text-decoration: none;
	padding-left: 0.5em;
	padding-right: .5em;	
	
}
#navBar li a:hover {
	color: #930700;
}
#navBar li a:active {
	color: #FF3E3E;
}
/*---------------------------------------------------------------------------------------*/
/*Heading styles and image positioning*/
/*---------------------------------------------------------------------------------------*/

#splash h1 {
	background-image: url(../Images/Rachel-Wood-msBig.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 320px;
	position: absolute;
	top: 620px;
	left: 275px;
	text-indent: -9999em;
}
#splash h2 {
	background-image: url(../Images/monogramBig.png);
	height: 128px;
	width: 334px;
	position: absolute;
	text-indent: -9999em;
	left: 0px;
	top: 550px;
}
#splash img{
	position: absolute;
	top: 255px;
	right: 30px;
}

