body {
  text-align:center;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #000;
  background-color: #000;
}
	
#frame {
  width: 720px;
  margin-right:auto;
  margin-left:auto;
  margin-top:40px;
  padding:0px;
  text-align:left;
}

.topofpage {
  background: #fff;
  border: double black 3px;
  margin-bottom: 20px;
  background-image: url(http://athenaverse.com/archives/fade2.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.content2 {
  background: #fff;
  border: double black 3px;
  position:relative;
  bottom:18px;
  margin-bottom: 10px;
}
	
#contentcenter {
  width:540px;
  margin-top:3px;
  float:left;
  background:#000;
}
	
#contentright {
  width:160px;
  padding:0px;
  margin-top: 3px;
  margin-left: 10px;
  float:left;
  background:#fff;
  border: double black 3px;
}
	
#contentheader {
  background:#fff
}
	
.path {
  color: #fff;
  position:relative;
  bottom:18px;
}
	
p,h2,h3,pre {
  margin:0px 10px 10px 10px;
  padding-top: 0px;
}

.two {
  margin-left:10px;
  padding-top: 0px;
}

h1 {
  font-size:14px;
  padding-top: 0px;
}
h2 {
  font-size:13px;
}
h3 {
  font-size:12px;
}
		
#contentheader h1 {
  font-size:14px;
  padding:10px;
  margin:0px;
}
	
#contentright p { 
  font-size:10px;
}

a {  
  color: #e56701; 
  text-decoration: none;
  font-weight:bold;
}

a:hover {
  text-decoration: underline;
}

.button {
  border: 1px solid #000;
}

.text {
  border: 1px solid #000;
  color: #000;
}

.raised {
  position: relative;
  top: -12px;
  left: 12px;
  padding: 4px;
  background:#fff;
  border: 1px solid
}

table.calendar {
  margin-left: auto;
  margin-right: auto;
}

.more {
  text-align:center;
  color:#fff;
  background: #000;
  width: 50px;
  border: double white 3px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 10px
}

.month {
  text-align: center;
  color:#fff;
  background: #000;
  border: double white 3px;
}

.comment {
  background: #e0dfe3;
  border: solid black 1px;
  width: 95%;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}