html, body {
    height: 100%;
    margin: 0;
	padding:  0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	background-color: #7C9EDF;
	border: none;
	color: #000000;
	line-height: 1.2em;
	background-image: url(images/KPRbackground.gif);
	background-position: left top;
	background-attachment: fixed;
}

img#bg {position:fixed; 
top:0;
left:0;
width:100%;
height:100%;
}

#outershell { 

width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
 }

#innershell {
width: 800px;
position:  relative;
background-color: #E5EEFB;

}

div#header {
background-image:url(images/dedication2_header.jpg);
height: 99px;


}

div#content  {
background-color: #E5EEFB;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: 200;
font-size: 10px;
color: #1B4F98;
line-height: 1.8em;
margin-top: 30px;
}


#leftcolumn {
width:460px;
float: left;
position: relative;
background-color: #E5EEFB;
text-align: left;
padding-left: 40px;


}

#rightcolumn {
position: relative;
	float: right;
	width: 300px;
background-color: #E5EEFB;
}

div#bottom {
height: 100px;
}


