
body {
	height:710px;
	background-color: #233c97;
	background-image:url('/speech/images/background.gif');
	background-repeat: repeat-y;
}

.corner {
	width: 100%;
	height:100%;
	background-image:url('/speech/images/corn.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom right; 
	position:fixed;
	bottom:0;
	right:0;
}

.main {
	width: 651px;
	height: 720px;
	background-image:url('/speech/images/super.png');
	position:absolute;
	top: 0;
	left: 0;
}

.nav {
	width: 156px;
	height: 257px;
	background-image:url('/speech/images/nav.png');
	position:absolute;
	top: 60;
	left: 590;
	z-index: 1;
}

.text {
	width: 480;
	height: 542;
	position:absolute;
	top: 120;
	left: 85;
	overflow: auto;
	font-size: 85%;
}

.morn {
	position:absolute;
	left: 18px;
}

.nav a {
	text-decoration: none;
	text-transform: uppercase;
	color: #231f20;
	font-family: american typewriter, comic sans;
	font-weight: 700;
}

.nav a:hover {
	color: #ef4238;
	text-decoration: none;
}

.nav p {
	margin-top:0px;
	margin-left: 20px;
	line-height: 30px;
}

a {
	color:#231f20;
}

a:hover {
	color: #fff000;
}

h1 {
	color:#231f20;
	font-family: american typewriter, comic sans;
	font-weight: 700;
	margin-left: 20px;
	font-size: 50px;
	margin-bottom: -17px;
}

hr {
	color:#231f20;
	border-style: solid;
	border-width: 2px;
}

h2 {
	color:#231f20;
	font-family: american typewriter, comic sans;
	font-weight: 700;
	margin-left: 20px;
	font-size: 24px;
	margin-bottom: -17px;
}
h2 a{
	text-decoration: none;
}

.text p {
	margin-left:15px;
}

h3 {
	margin-left: 75px;
	margin-top: -7px;
	margin-bottom: -2px;
	color:#231f20;
}

li {
	margin-bottom:7px;
}

li a{
	text-decoration: none;
}

img {
	margin-bottom: 3px;
}