/* CSS Document */


*{
	margin:0;
	padding:0;
}

body { 
	height: 100%;
	width: 100%;
	text-align: center;
	background-color:#000033;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	background-image:url(/Images/backgrounds_SL/background_flip.jpg);
	border-top: 10px solid #000033;
	background-position: center top;
	background-repeat:no-repeat;
	background-attachment: scroll; /* set this to 'scroll' if you want */
}                                      /* text and boxes, etc. to scroll */
                                       /* across the background image */
a {
	text-decoration:none;
	color:#000333;
}

h2{	margin: 0px 0px 0px 0px;}

ul {
	list-style-type: none;
	line-height: 1.3em; 
}

#wrap	{
	position: relative;  /*this is key: parent is relative*/
	margin:0 auto;       /*then daughter elements can be absolute*/ 
	width:1024px;        /*or relative and the position will work*/
	min-height: 0%;
	height: auto;
	height: 100%; 
	margin-bottom: 0 auto -4em;
	z-index: 7;
}

#footer {
	padding : 2px;
	width: auto;
	position: relative; 
	top: 1385px;
	left: -10px;
	font-family: Verdana, Arial, serif;
	font-size: 0.9em;
	font-weight: normal;
	margin:0px;
	color: #ebf5fc;
	background-color: #000033;
	z-index: 5;
	background-attachment: fixed;
}

#author {
	width: 450px;
	position:absolute; 
	top: -20px; 
	right: 85px;
	background-attachment: fixed;
	font-family: 'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-weight: normal; 
	font-size: 2.3em; 
	letter-spacing: .2em; 
	line-height:  1.0em; 
	margin:0px; 
	text-transform: uppercase;
	color:#000333;
	z-index: 4;
}

#title {
	width: 600px;
	position: absolute; 
	top: 290px; 
	right: 10px;
	background-attachment: fixed;
	font-family:'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-size: 3.0em;
	font-weight: bold; 
	letter-spacing: .2em; 
	line-height:  1.2em; 
	margin:0px; 
	text-transform: uppercase;
	color:#000333;
	z-index: 2;
}

#lightbox {
	float: left;
	padding :5px 10px 10px 10px;
	position: relative;
	width: 500px;
	top:150px; 
	left: 20px;
	text-align: left;
	font-size:13px;
	font-weight:normal; 
	background-color:#ffffff;
	background-attachment: fixed;
	filter:alpha(opacity=70);
				   /* CSS3 standard */
   	opacity:0.70;
	font-family: 'Verdana, Arial';
	z-index:1;	
}
#lightbox a {color:#6D005C;}
#lightbox a:hover {color:#0099cc;}


#menu {
	float: left;
	padding :5px 15px 15px 15px;
	position: relative;
	width: auto; 
	top: 10px; 
	left: 20px; 
	text-align: left;
	font-size:24px;
	font-weight:bold;
	background-color:#ffffff;
	filter:alpha(opacity=60);
   /* CSS3 standard */
   	opacity:0.6;
	background-attachment: fixed;
	z-index:3;
}

#menu a {color:#000066;}
#menu a:hover {color:#0099cc;}
#menu a:active {color:#D20071;}
#menu_item {padding-top:18px;}

#menu_item_2 {
	padding-top:15px;
	font-size:0.9em;
	font-weight:normal
}

#blurb {
	float: left;
	padding :5px 10px 10px 10px;
	position: relative;
	width: 550px;
	top: 55px; 
	left: 200px;
	text-align: left;
	font-size:13px;
	font-weight:normal; 
	background-color:#ffffff;
	background-attachment: fixed;
	filter:alpha(opacity=70);
				   /* CSS3 standard */
   	opacity:0.70;
	font-family: 'Verdana, Arial';
	z-index:4;	
	
}
#blurb a {color:#6D005C;}
#blurb a:hover {color:#0099cc;}

