html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #fff;
  color: #000;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.25em;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
	color: #600;
	font-weight: bold;
	line-height: 150%;
	font-size: 1.5em;
}
h2 {
	color: #360;
	font-weight: bold;
	line-height: 125%;
	font-size: 1.25em;
}
a,  a:link {
	color: #360;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #600;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #600;
	text-decoration: underline;
}

#outerWrapper {
  margin: 0 auto 0 auto;
  min-width: 750px;
  text-align: left;
  width: 760px;
}
#header {
  height: 108px;
  padding: 0px 0px 0px 0px;
	background: url(header.jpg) no-repeat;
}
#contentWrapper {
  background-image: url(background.jpg);
  background-repeat: repeat-y;
  overflow: hidden;
}
#member img{
	margin-right: auto;
	margin-left: auto;
	width: 85px;
	text-align: center;
	margin-top: 10px;
	border-style: none;
}
#nav {
	float: left;
	padding: 25px 10px 10px 25px;
	width: 120px;
	background-color: transparent;
}
#nav ul, #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
#nav ul ul {
	padding-left: 8px;
}
#nav a:link, #nav a:visited, #nav a:active, #nav a:hover {
	display: block;
	padding: 2px;
	color: black;
}
.menu_default a:link, .menu_default a:visited, .menu_default a:active {
	color: black;
	font-weight: normal;
	font-style: normal;
}
.menu_default a:hover {
	color: black;
	text-decoration: underline;
}
.menu_current {
	font-weight: bold;
}#content {
 margin: 0 220px 0 150px; 
  padding: 25px 10px 10px;
	background-color: transparent;
}
#content2{
 float: right;
  width: 200px;
  	border: 1px dotted #007300;
	margin: 25px 0 0;
	padding: 10px;
}

#footer {
	padding: 10px 25px 10px 160px;
	background: transparent url(background.jpg) repeat-y;
	color: #57715b;
	border-bottom: 1px solid #007300;
	border-top: 1px solid #007300;
	font-size: .8em;
	overflow: hidden;
}
.designCredit{
	font-style: italic;
	font-size: .9em;
	float: right;
}
