body {
	background-color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}
.container {
	font-size:small;
	width:100%;
	color:#EEE;
	}
#banner {
	width:800px;
	margin:0 auto;
	height:35px;
	}
#banner h1 {
	margin:0;
	padding:0;
	font-size:110%;
	float:right;
	line-height:35px;
	font-weight:normal;
	}
#banner h1 a:link, #banner h1 a:visited, #banner h1 a:hover {
	color:#FFF;
	text-decoration:none;
	background:none;
	}
.menu {
	float:left;
	font-size:80%;
	color:#999;
	}

.menu a:link, .menu a:visited {
	
	padding:0 3px 0 0;
	line-height:35px;
	text-decoration:none;
	
	color:#BBB;
	}
.menu a:hover {
	color:#333;
	background-color:#DDD;
	}
.menu a.light {
	background-color:#FFF;
	border:1px solid #FFF;
	width:35px;
	}
.menu a.dark {
	background-color:#111;
	border:1px solid #EEE;
	width:35px;
	}
.mainBody {
	width:100%;
	}
.wrapper {
	width:95%;
	margin:10px;
	}

 h2 {
	
	font-size:120%;
	}
.wrapper h3 {
	font-size:95%;
	}
.content {
	width:100%;
	padding:0px;
	margin:0px;
	text-align:center;
	}

.archive {
	width:800px;
	margin:0 auto;
	}
.archive h2 {
	margin:0;
	padding:0;
	font-size:110%;
	}
.tags {
	margin-bottom:10px;
	}

.thumbs a {
	display:block;
	float:left;
	margin:0 10px 10px 0;
	}
.thumbs a img {
	border:none;
	}

.about {
	width:800px;
	margin:0 auto;
	}
.aboutText {
	width:580px;
}
.sidebar {
	width:200px;
	float:right;
	margin:0 0 10px 20px;
	}
.sidebar ul, .column ul {
	list-style:none;
	margin-left:0;
	padding-left:0;
	}
.sidebar ul li, .column ul li {
	margin-bottom:10px;
	}
.columns {
	clear:both;
	overflow:auto;
	height:1%;
	}
.column {
	width:33%;
	float:left;
	}

.footer {
	width:800px;
	margin:10px auto;
	font-size:80%;
	text-align:center;
	clear:both;
	}
a:link,  a:visited {
	color:#BBB;
	text-decoration:none;
	}
 a:hover {
	color:#333;
	background-color:#DDD;
	}
#images {
	width: 100%;
	text-align: center;
	}

#images #centerimg {
  text-align: center;
  }
#images #centerimg img {

  }
