BODY {
	'background-image: url(layout/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #333333;
	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: #55dddd;
  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: #888888;
  font-weight: bold;
  }

#navigation a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #ae0000;
  background-color: #dddddd;
  }

#banner {
  }

#container {
	border-left-style: solid;
	border-left-color: #666666;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-style: #666666;
	border-right-style: 2px;
	background-color: #000000;
	margin: 0 auto;
	width: 880px;
	text-align: center;
	}

#main {
	background-color: #000000;
	margin: 0 auto;
	width: 820px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	}

#content {
	background-color: #000000;
	width: 820px;
	text-align:left;
	}

.title {
  font-family: Verdana, sans-serif;
  font-size: 20px;
  color: #dddddd;
  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;
  }

