body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #555555;
	background-color: #fbed9f;
	background-repeat: no-repeat;
	background-attachment: fixed;
	//background-image: url(kpUSA.gif);
}

#mainWrapper { width: 900px; }

.rotate01 {
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	transform:rotate(-90deg);
	//border: thin solid #00F;
}

#kpLogo { 
	font-family: Boopee; 
	font-size: 3em; 
	font-weight: normal; 
	float:left;
	position: fixed; left: -140px; top: 150px;
	padding: 10px;
}

#motto01 { position: fixed; left: 10px; top: 5px; font-size: 1.1em; }
#motto02 { position: fixed; left: 25px; top: 30px; font-size: 1.1em; }

h1 {font-size: 1.8em; }
h2 {font-size: 1.4em;}
h3 {font-size: 1.25em;}
h1 {margin: 0;}
h2, h3 {margin: 20px 0 0 0;}
h4 { margin: 0 0 0 12px; }

p {margin: .25em 0 .6em 0; font-size: 1.2em;}

footer {
	color: #999999;
	border-top: 2px dotted #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin: 24px 0px 0px 300px;
	padding: 8px 0px 0px 0px;
	width: 600px;
	clear: both;
}

#slider {
	position: fixed;
	left: 100px;
	top: 150px;
	}

#theMainHeading { 
	font-size: 2em;
	font-weight: normal;
	letter-spacing: .2em;
	color: #777;
	margin: 1em 0 .6em 1em;
	}
	
#mainContent {
//width: 800px;
margin-left: 300px;
margin-bottom: 25px;
clear: both;
}

footer {
	color: #999999;
	border-top: 2px dotted #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin: 24px 0px 0px 300px;
	padding: 8px 0px 0px 0px;
	width: 600px;
	clear: both;
}


.lead-in { font-size: 1.35em; }

em {
	font-weight: bold;
}
acronym {
	cursor: help;
}
pre {
	font-size: 0.95em;
	color: #FF6600;
}
.shoutout { font-size: .7em; margin: 2em 0 -1em 0; }
img { float: left; margin: 1em; }


#previewWin {
	background-color: #FF9;
	width: 450px;
	height: 200px;
	font: .8em arial, helvetica, sans-serif;
	padding: 5px;
	position: absolute;
	visibility: hidden;
	top: 10px;
	left: 10px;
	border: 1px #CC0 solid;
	clip: auto;
	overflow: hidden;
}
#previewWin h1, #previewWin h2 {
	font-size: 1.0em;
}
.ref { font-size: .9em; }