/*--CSS for MyWishTheMovie.com coded by Casey D. McConnell, Vertex Software Inc. */
/*--General stuff.--*/
body{
	position: absolute;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0p;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-width: 0px;
	border-style: none;
	border-color: #FFFFFF;
	outline-width: 0px;
	outline-style: none;
	outline-color: #FFFFFF;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: normal;
	white-space: normal;
	z-index: 1;
}
a{
	color: #3399FF;
	outline: 0px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	display: inline;
}
.italic{
	font-style: italic;
	display: inline;
}
/*--Upper global navigation (filmstrip).--*/
.topNav{
	position: absolute;
	width: 100%;
	height: 97px;
	margin-top: 20px;
	margin-left: 0px;
	background: url("/topNavImages/filmStripClip.jpg") repeat-x top left;
	z-index: 2;
}
.topNavButtons{
	width: 843px;
	height: 52px;
	margin-top: 23px;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}
/*--Lower global navigation (filmstrip).--*/
.bottomNav{
	position: absolute;
	width: 100%;
	height: 97px;
	margin-top: 0px;
	margin-left: 0px;
	background: url("/topNavImages/filmStripClip.jpg") repeat-x top left;
	z-index: 2;
}
.bottomNavButtons{
	width: 843px;
	height: 52px;
	margin-top: 23px;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}
/*--Homepage specific stuff.--*/
.homepage{
	background:url("/images/newbgbanner.jpg") repeat-x top left;
}
.pageContainer{
	position: absolute;
	width:100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.newLogo{
	text-align: center; 
	width: 843px; 
	height: 180px;
	margin-top: 117px;
	margin-left: auto;
	margin-right: auto;
}
/*--Bottom of homepage stuff.--*/
.bottomSection{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 550px;
	background: url(/images/msg-reflection.png) no-repeat;
	color: #FFFFFF;
}
.messageFromDonna{
	margin-top: 10px;
	margin-left: 65px;
	width: 560px;
	height: 30px;
}
.messageBlock{
	margin-top: 25px;
	margin-left: 15px;
	width:680px;
}
.special{
	display: inline;
	margin-top: 0px;
	margin-left: 75px;
	color: #000033;
	font-size: 16px;
	font-weight: bold;
}
.appreciated{
	display: inline;
	margin-top: 0px;
	margin-left: 30px;
	color: #000033;
	font-size: 16px;
	font-weight: bold;
}
.loved{
	display: inline;
	margin-top: 0px;
	margin-left: 30px;
	color: #000033;
	font-size: 16px;
	font-weight: bold;
}
.yourLife{
	margin-top: 20px;
	margin-left: 160px;
	color: #000033;
	font-size: 20px;
	font-weight: bold;
}
.donnaName{
	margin-top: -20px;
	margin-right: 35px;
	text-align: right;
	color: #000033;
	font-size: 14px;
	font-weight: bold;
}