/* =====================================================
// 	prelaunch_08.css
// ================================================== */

* {
	margin:0;
	padding:0;
}

html {
	width:100%;
	height:100%;
}

body {
	background-color:#ffffff;
	width:100%;
	height:100%;
	font-family:Georgia, Arial, Helvetica;
}


h1, h2, h3, h4, h5, h6 {
	margin-left:30px;
	margin-top:30px;
	
	font-family:Georgia, Arial, Helvetica;
	font-weight:bold;
}

h5 {
	font-size:11px;
	text-transform:uppercase;
	color:#b9b9b9;
}
h6 {
	font-size:10px;
	text-transform:uppercase;
	color:#b9b9b9;
}
h6 .flo {
	padding-top:3px;
	font-size:11px;
}

/* -------------------------------------- 
//	skyline 
// ----------------------------------- */
#skyline {
	width:100%;
	height:100%;
	background-position:right bottom;
	background-repeat:repeat-x;
	background-image:url('../images/skyline.gif');
}


/* -------------------------------------- 
//	slides 
// ----------------------------------- */
div#slides {
	position:relative;
}

/*
div.slide {
	position:absolute;
	width:72px;
	height:52px;
	background-position:right bottom;
	background-repeat:repeat-x;
	background-image:url('../images/slideframe.gif');
}
img.slide {
	width:60px;
	height:40px;
	padding:6px;
	border:0;
}
*/

img.slide {
	position:absolute;
	display:block;
	padding:6px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url('../images/slideframe.gif');
	border:0;
}

#psize {
	font-size:12px;
	font-weight:bold;
	color:#fafafa;
}




/* =====================================================
// 	eof 
// ================================================== */

