@charset "utf-8";

html { 
    height: 100%;
}


#container {
	background-color: #FFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 8px;
	padding-left: 8px;
}

#header {
	height: 150px;
	background-image: url(JP-Header.png);
	background-color: #FFF;
	background-repeat: no-repeat;
}
#header h1 {
	display: none;
}
body {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	box-shadow: inset 0 0 490px black;
	background-image: url(img/egg_shell.png);
	border-top-width: 0px;
	border-top-style: none;
}
#nav {
	background-color: #000;
	width: 150px;
	float: left;
	margin-right: 30px;
	text-align: center;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#nav a {
	text-decoration: none;
	text-transform: lowercase;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 50px;
	font-weight: normal;
	display: block;
	font-size: 18px;
}
#body {
	background-color: #FFF;
	width: 780px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#body p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.attrib {
	font-style: italic;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.company {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#body h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #7B7B7B;
	margin: 0px;
	padding: 0px;
}
#body h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #7B7B7B;
}
#footer {
	background-color: #FFF;
	width: 960px;
	clear: both;
	background-image: url(JP-Footer.jpg);
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	float: none;
}
#footer p {
	display: none;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	display: block;
	height: 50px;
	width: 150px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
#nav a:hover {
	color: #000;
	background-color: #FFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
a {
	color: #22BCB9;
	text-decoration: none;
}
