body {
	margin: 0 0 0 20px;
	text-align: center;
	background: #111111;
	color: #fff;
	font-family: Trebuchet MS, Georgia, Times "New Roman", serif;
	padding: 0;
}

#container {
	padding: 0px;	
	width:600px;
	margin: 0px auto;
	text-align:center;
}

#header {
margin-top: 50px;
margin-bottom: 50px;
width: 600px;
height: 42px;
background: url('/i/logo.jpg') top center no-repeat;
}

#no-image-header	{
	margin-top: 50px;
	margin-bottom: 50px;
	width: 600px;
	height: 42px;
}

#header h1 {
	display:none;
	
}

h2 {
	text-align: left;
}

p, ul, ol	{
	font-size: 13px;
	line-height: 20px;
	text-align: left;
}

em {
	font-weight: bold;
	font-style: italic;
}

a {
	font-weight: bold;
	text-decoration: underline;
	color: white;
	background: #333;
}

a:hover {
color: #E09432;
}

#submenu {
	margin-top: 50px;
	width: 100%;
}

#recentwork	{
	float: left;
	width: 290px;
}

#recentposts	{
	float: right;
	width: 290px;
}

#footer {
	clear: both;
}

h2 {
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
}

ul.posts_list	{
	text-align: left;
}

.back-to-home	{
	font-size: 12px;
}