/* PixelPlayground */
body {
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	font-size: 12px;
	background-image: url("../images/interface/header.png");
	background-repeat: no-repeat;
	line-height: 1.6em;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 1em;
	color: #b41414;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 1em;
	color: #b41414;
	font-weight: bold;
}

h3, h4 {
	margin-bottom: 1em;
	color: #b41414;
	font-weight: bold;
}

p {
	margin-bottom: 1.5em;
}

a {
	text-decoration: none;
	color: #b41414;
	padding-bottom: 1px;
	border-bottom: 1px solid #b41414;
}

h2 a {
	border: 0;
	color: #da8a8a;
}

a img {
	border: 0;
}

#container {
	width: 900px;
	float: left;
	word-wrap: break-word;
}

#header {
	float: left;
}

#logo {
	float: left;
	width: 120px;
	height: 121px;
	margin-right: 20px;
}

#navigation {
	clear: both;
	float: left;
	width: 660px;
	padding-left: 120px;
	border-bottom: 1px solid #000;
}

	#navigation ul {
		display: inline;
	}
	
	#navigation ul li {
		float: left;
	}

	#navigation ul li a {
		float: left;
		color: #b41414;
		padding-top: 40px;
		width: 100px;
		height: 40px;
		display: block;
		text-align: center;
		text-decoration: none;
		border: 0;
	}

	#navigation ul li a:hover {
		background-color: #b41414;
		color: #fff;
	}

	#navigation ul li a#current {
		background-color: #000;
		color: #fff;
	}


#content {
	clear: both;
	float: left;
	padding-left: 120px;
	padding-top: 50px;
	width: 600px;
}

#content ul {
	margin-bottom: 1.6em;
}

#content ul li {
	list-style-type: disc;
}

.work {
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#footer {
	clear: both;
	float: left;
	width: 660px;
	margin-top: 50px;
	padding-left: 120px;
	padding-top: 20px;
	border-top: 1px solid #000;
	height: 50px;
}