* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url("../imgs/main.jpg") repeat-y top left;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: inherit;
}

#header h1 {
	background: #fff url("../imgs/h1.jpg") no-repeat;
	width: 270px;
	height: 70px;
}

#header h1 span {
	display: none;
}

#main {
	width: 600px;
	padding: 20px 150px 5px 20px;
}

#nav {
	font-size: 9px;
	text-transform: uppercase;
	border-top: 1px solid #000;
	text-align: right;
}

#nav li {
	display: inline;
	border-right: 1px solid #000;
	list-style-type: none;
	padding-right: 3px;
	background: #fff;
}

#nav li a:hover {
	background: #eee;
}

.infoSection {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #000;
}
.infoSection ul {
	margin-left: 20px;
	list-style-image: url("../imgs/arrow.gif");
}
.infoSection li {
	margin-top: 5px;
	font-weight: bold;
}
.infoSection ul .info {
	display: block;
	margin-right: 5px;
	font-weight: normal;
}
.infoSection ul a img {
	border: 2px solid #fff;
}
.infoSection ul a img:hover {
	border: 2px dashed #000;
}

.post {
	margin-bottom: 20px;
}
.post + .post {
	border-top: 1px dashed #333;
	padding-top: 20px;
}
.post .date {
	float: right;
	color: #555;
	font-size: 11px;
}
.post p {
	margin-top: 10px;
}

#footer {
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
	color: #333;
}

