BODY {
	background-image: url(../layout/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #D1D0CE;
	text-align:center;
	font-family: Arial, sans-serif;
	font-size: 0.95em;
	line-height: 1.5em;
	color:#666;
	margin: 0 auto;
	}

IMG {
	border:0;
	}

a {
  color: #990000;
  text-decoration: none;
  }
  
a:hover {
  text-decoration: underline;
  }

#logo {
  text-align: left;
  margin-left: 20px;
  padding: 10px;
  float: left;
  }

#navigation ul {
  float: right;
  list-style: none;
  margin-top: 65px;
  padding-right: 40px;
  }

#navigation li {
  float: left;
  line-height: 32px;
  color:#777777;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  text-transform: lowercase;
  margin-left: 20px;
  margin-right: 20px;
  }

#navigation a {
  text-decoration: none;
  color: #669999;
  }

#banner {
  }

#container {
	background-color: #ffffff;
	margin: 0 auto;
	width: 880px;
	text-align: center;
	}

#main {
	background-color: #ffffff;
	margin: 0 auto;
	width: 820px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	}

#content {
	background-color: #ffffff;
	width: 820px;
	text-align:left;
	}

.title {
  font-family: Verdana, sans-serif;
  font-size: 20px;
  color: #99ccff;
  letter-spacing: 3px;
  }

.entrydate {
  font-size: smaller;
  color: #cccccc;
  }

#counter {
	color: #dddddd;
	font-size: smaller;
	padding: 0px;
	text-align: center;
	}

#footer {
	color: #aaaaaa;
	font-size: smaller;
	padding-bottom: 25px;
	text-align: center;
	}

.clear {
  clear: both;
  }
