#whole {
	width: 760px;
	border-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-color:#ccc;
}

/* top */

#top_spacer {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


#top a, #top img { border:0; }


/* home styles */
#main {
	background-image: url(http://www.jwuiml.org/images/2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 350px;
	padding-left: 143px;
	height: 180px;
}
#bottom_spacer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #CCCCCC;
	clear: both;
}

/* nav styles */

ul {
	list-style-type: none;
}

/* home page */
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#navigation li {
	width: 225px;
	background-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#navigation a { margin-left:8px; }

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {

	color: #000000;
	text-decoration: none;
}
a:active {

	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation_sub {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 250px;
	float: left;
	margin-left: -20px;
}

#navigation_sub li {
	width: 200px;
	background-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-color:#fff;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#navigation_sub a { margin-left:8px; }

#subnav li { background-color:#fff;
border:1px solid #ccc; }
#subnav li a { color:#666;
margin-left:-45px; }
#subnav li a:hover { color:#333; }
#sub h3 { color:#666; }

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 5px;
	width: 500px;
	float: right;
}
#whole #top img {
	text-decoration: none;
}
