html, body{
	background-color: black;
	font-size: 14px;
	line-height: 18px;
}

a {
  color: black;
  text-decoration: none;
}
#page{
  width: 930px;
  margin: 0 auto; /* Ensures page is centered */
	background-color: white;
}
#header{
	text-align: center; 
	background-color: black;
}

#header img{ /* Used by header image */
  display: block;
  width: 930px;
  height: 218px;
  background-color: maroon; 
  margin: 0 auto;
}
#footer{
  clear: both;
  padding: 18px;
  background-image: url('/images/footer.png');
  background-repeat: repeat-x;
  background-color: #444;
  color: white;
}

.navigation {
  background: #ddd;
  height: 54px;
  margin-bottom: 18px;
}

.navigation li {
  display: inline;
}
.navigation a, .navigation a:link, .navigation a:visited
{
	color: #999;
	padding: 18px;
	float: left;
	text-decoration: none;
}
.navigation a:hover, .navigation a:active
{
	color: #555;
  text-decoration: none;
}

.navigation a.current {
	background-color: #bbb;
	color: #555;
	padding-bottom: 36px;
  text-decoration: none;
}


#content {
  position: relative;
  clear: both;
  padding: 18px 36px;
}

.article_body p {
  text-align: justify;
}

p a, p a:link, p a:visited {
  color: red;
  text-decoration: underline;
}

p a:hover, p a:active {
  color: red;
  text-decoration: none;
}

#content h1 {
  font-size: 40px;
  line-height: 54px;
  font-family: Georgia, serif;
  margin-bottom: 18px;
}

#content h2 {
  font-family: Verdana, sans-serif;
  font-size: 20px;
  line-height: 18px;
}


.column_sig {
  color: gray;
  margin: 18px 0;
  font-family: Times, serif;
}

#content p {
  margin: 18px 0;
}


.article_body > p:first-child:first-letter {
  font-size: 24px;
  line-height: 18px;
}

.discussion {
  background: #ddd;
  border: 0 solid #aaa;
  border-width: 1px 0;
  padding: 8px;
}

.discussion a {  
  color: #555;
  text-decoration: underline;
}


#account_controls {
  float: right;
  padding: 18px;
}
#flash-notice {
  position: absolute;
  background: white;
  color: green;
  text-align: center;
}

#subscribe {
  width: 300px;
  float: right;
  border: thick solid gray;
  background: #EEE;
  padding: 18px;
}

#subscribe h2 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 6px;
}

#subscribe input[type=text] {
  width: 200px;
}

.no_comments {
  color: gray;
  font-style: italic;
}