/* CSS Document */
body {
	background:#000000 url(../images/litaTedGalleryBgd.jpg) no-repeat center center fixed ; 
	font-size:.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	}
/* styles common for #topStripe & #bottomStripe */
#topStripe, #bottomStripe {
	height:24px;
	width:100%;
	background-color:#e38902;
	color:#ffffff;
	padding-left:10px;
	z-index:100;
	}
#topStripe ul, #bottomStripe ul {
	padding-left:0;
	margin-left:0;
	margin-top:5px;
	list-style:none;
	width:1024px;
	}
#topStripe ul li, #bottomStripe ul li {
	display:inline;
	margin-right:10px;
	}
#topStripe ul li a, #bottomStripe ul li a {
	color:#ffffff;
	/* font-weight:bold; */
	text-decoration:none;
	}
#topStripe ul li a:hover, #bottomStripe ul li a:hover {
	color:#000000;
	text-decoration:underline;
	}
/* differences between #topStripe & #bottomStripe */
#topStripe{
	position:fixed;
	left:0;
	top:0;
	}
#bottomStripe {
	position:fixed;
	left:0;
	bottom:0;
	}
/* END OF TOP & BOTTOM STRIPES */
#copyrightNotice {
	color:#e38902;
	font-size:10px;
	float:right;
	margin-top:8px;
	margin-bottom:30px;
	font-variant:normal;
	}
/* MAIN BODY OF A WEB PAGE */
#wrapper {
	width:1024px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#333333;
	clear:both;
	}
#wrapper a{
	color:#333333;
	font-variant:normal;
	}
#wrapper a:hover{
	color:#ffffff;
	}
#validationIcons {
	margin-top:30px;
	}
.underline {
	text-decoration:underline;
	}
.black {
	color:#000000;
	font-weight:bold;
	}