body {
	margin: 0;
	background-color: #D6DDF9;
}

h1 {
	color: #0167BB;
	font-family: Georgia;
	font-size: 16px;	
	font-weight: bold;
}

p {
	color: #000000;
	font-family: Georgia;
	font-size: 14px;	
	line-height: 1.7em;
}

ul, li {
	font-family: Georgia;
	font-size: 14px;	
	line-height: 1.7em;
}

p img {
    border: 1px solid #333333;
}

a {
    color: #0167BB;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div.headline {
    width: 100%;
    border: 1px solid #c0c0c0;
    background-color: #ffffcc;
    text-align: center;
}

    div.headline a {
        color: #333333;
        text-decoration: underline;
    }
    
#container {
	position: absolute;
	top: 0;
	left: 50%;
	background-color: #ffffff;
	margin-left: -438px;
	width: 876px;
	height: 750px;
}

#jack {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: 321px;
	height: 257px;
	width: 249px;
	background: url(../images/jack-no-background-150.png) no-repeat;
	z-index: 1000;
}

#logo {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -438px;
	display: block;
	height: 100px;
	width: 432px;
	background: url(../images/jacks-place.gif) no-repeat;	
}

	#logo a {
		display: block;
		height: 100px;
		width: 432px;
	}

#menu {
	position: absolute;
	top: 125px;
	left: 50%;
	margin-left: -438px;
	background-color: #0167BB;	
	height: 25px;
	width: 876px;
}

	#menuitems {
		color: #ffffff;
		font-family: Georgia;
		font-size: 12px;
		margin: 4px 0 0 10px;		
	}

	#menuitems a {
		color: #ffffff;
		font-family: Georgia;
		font-size: 13px;
		text-decoration: none;
		margin: 0 13px 0;
	}
	
	#menuitems a:hover {
		text-decoration: underline;
	}

#submenu {
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -438px;
	background-color: #D6DDF9;	
	height: 25px;
	width: 876px;
}

	#submenuitems {
		color: #0167BB;
		font-family: Georgia;
		font-size: 12px;
		margin: 4px 0 0 10px;		
	}

	#submenuitems a {
		color: #0167BB;
		font-family: Georgia;
		font-size: 12px;
		text-decoration: none;
		margin: 0 13px 0;
	}
	
	#submenuitems a:hover {
		text-decoration: underline;
	}

#submenufoundation,
#submenuevents,
#submenupress,
#submenudonate,
#submenulinks {
	position: absolute;
	top: 0;
	left: 0;
	display: none;	
}


#leftcol {
	position: absolute;
	top: 208px;
	left: 50%;
	margin-left: -403px;	
}

#content {
	position: absolute;
	top: 195px;
	left: 50%;
	margin-left: -200px;		
	width: 550px;
	background-color: #ffffff;
	z-index: 1000;
}

#house-fence {
	position: absolute;
	top: 650px;
	left: 50%;
	margin-left: -438px;
	height: 210px;
	width: 876px;
	background: url(../images/house-and-fence-right.gif) no-repeat #ffffff;	
	text-align: center;
}

	#house-fence #credits {
		margin-top: 179px;
		color: #0167BB;
		font-family: Georgia;
		font-size: 11px;		
	}

	#house-fence #credits a {
		color: #0167BB;
		font-family: Georgia;
		font-size: 11px;		
	}
	
.endorsement-text {
	width: 450px;
	margin: 0 auto;
	border: 1px solid #c0c0c0;
	background-color: #dddddd;
	padding: 5px 10px 5px;
}
.endorsement-text p {
	font-family: Arial;
	font-size: 12px;
}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	
}
