div#wrapper {
	margin: 0 auto;
	background-color: #ffffff;
	padding: 10px 50px;
	width:  900px;
        border-right: 1px solid black;
        border-left: 1px solid black;
}

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}

.group {display: inline-block; clear: both;}
/* start commented backslash hack\*/* html .group { height: 1% } .group { display: block;} /*close commented backslash hack */

h2 {
	margin-top: 0px;
	font-family: Garamond, serif;
	font-size: 22px;

}

ul#nav {
	margin:  -1.5em 0 1.5em;
}

ul#nav, ul#nav ul {
	padding: 0;
	list-style-type: none;
	
}

ul#nav a {
	text-decoration: none;
	color: black;
	background:  white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	display: block;
	width: 8em;
	text-align: center;
	padding: .2em;
	border-left: 1px solid black;
}



ul#nav li.submenu {
	float: left;
	position: relative;
}

ul#nav li ul {
	position: absolute;
	left: -999em;
	border-right: 1px solid black;
}

ul#nav li a:hover {
	text-decoration: underline;
	background-color: rgba(256,256,256,.7 );
	
}

ul#nav li:hover ul {
	left:0;
}

ul#nav li.submenu:nth-child(1) a {
	border-left: none;
}

div#main {
     width: 640px;
     float: left;
}

blockquote {
	font-style: italic;
	background-image: url("images/quote.jpg");
	background-repeat: no-repeat;
	padding: .8em 2.3em 0;
}

table tr td img {
 border-style: none;}


.form {
     width: 640px;
     float: left;
     font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;	
        font-weight: bold;
     color: #000000;
}

.form p {
     margin-top: .5em;
}

div#sidebar {
	float: right;
	width: 240px;
	padding-left: 20px;
	font-family: garamond, times new roman, serif;
	background: url(images/corner-right.jpg) top right no-repeat;
}

div#sidebar p {
	margin: .5em;
	line-height:130%
}

div#sidebar h3 {
	margin-bottom: 0;
}



div#sidebar a {
        text-decoration: none;
	color: #000000;
}

div#sidebar a:hover{
        text-decoration: underline;
	}


div#footer {
	background-color: #ffffff;
	margin: 0px auto;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:  900px;
        text-align: center;
	}
div#footer a:link, div#footer a:visited, div#footer a:hover {
	text-decoration: none; color:#000000;
}

div#footer a:active {color: #000;}

