/* Global */

body {
	background-color:#000;
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p { 
	font-size:12px;
	color:#ccc;
	margin:0px;
	padding:0px 0px 10px 0px;
}
ul {
	padding:0px;
	margin:0px;
}
img {
	padding:0px;
}
h6 {
	font-size:10px;
	font-weight:normal;
	font-style:italic;
	padding:0px;
	margin:0px 0px 15px 0px;
	color:#ccc;
	text-align:right;
}
a {
	color:#ccc;
}
	a:hover {
		color:#fff;
	}
	a:active, a:focus {
		outline:0;
	}

/* Layout */

#container {
	text-align:left;
	margin:1em auto;
	width:814px;
}
	#container h2 {
		font-family:Garamond, "Times New Roman", Times, serif;
		font-size:24px;
		font-weight:normal;
		letter-spacing:.1em;
		padding:0px;
		margin:0px 0px 5px 0px;
		color:#ccc;
}
#title {
	width:814px;
	height:39px;
	background-image:url(images/title_007.png);
	background-position:left;
	background-repeat:no-repeat;
}
#subtitle {
	width:814px;
	height:14px;
	padding:5px 0px 50px 2px;
	font-family:Garamond, "Times New Roman", Times, serif;
}
	#subtitle ul {
		list-style:none;
		font-size:14px;
		color:#ccc;
	}
	#subtitle li {
		float:left;
		display:block;
		width:314px;
		font-weight:lighter;
	}
.entry {
	width:804px;
	height:310px;
	padding:5px;
	margin:0px 0px 20px 0px;
	border:solid 1px #333;
}
.left {
	display:block;
	float:left;
	width:289px;
}
	.entry h1 {
		font-family:Garamond, "Times New Roman", Times, serif;
		font-size:16px;
		font-weight:normal;
		letter-spacing:.1em;
		padding:0px;
		margin:0px;
		color:#ccc;
	}
	.entry h6 {
		text-align:left;
	}
	.entry img {
		float:right;
		display:block;
	}
