/*-  Base styles
----------------------------------------------------------------------*/
html {
	min-height:  100%;
}

body {
  background: #fff url(http://e360.yale.edu/images/shortheader.jpg) 0 0 no-repeat;
  min-height:  100%;
  text-align: center;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: georgia, times, serif;
  width: auto;
}

a {
  color: #005626;
  text-decoration:none;
}

a:hover,a:active {
  color: #005626;
  text-decoration:underline;
}

#container {
  margin: 15px;
  padding: 0;
  text-align: left;
}

#maincontent {
  margin: 95px auto 0 15px;
  padding: 0;
  font-size: 14px;
  line-height:120%;
  text-align: left;
  width: auto ;
}

.credit {
	margin: 0 0 5px 0;
	font-size: 9px;
	color:  #aaa;
	text-align: right;
	font-family: verdana, arial, sans-serif;
}
.closer {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 3px;
	width: 125px;
	border: 1px solid #005626;
}
.copyyale {
	margin-right: 15px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color:  #666;
	text-align: right;
}


