* {
	padding:0px;
	margin:0px;
	border:0px;
	outline:none;
}

body {
	font-family: Arial, "Helvetica", sans-serif;
	background:#fff;
	background-size:100%; 
	font-size:12px;
	color:#666;
}
a { color:#666; }
header
{
	width: 600px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	padding: 25px 0;
}
	header a.logo
	{
		float: left;
		margin-right: 25px;
		height: 50px;
	}
	header h1, header h1 a
	{
		height: 50px;
		line-height: 50px;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 16px;
		font-weight:100;
	}
	header nav
	{
	}
		header nav a
		{
			clear:left;
			text-decoration: none;
			display: block;
			padding: 5px;
			font-size: 20px;
			background: #fff;
			float: left;
			margin-bottom: 5px;
		}
			header nav a:hover
			{
				padding-left: 10px;
				color: #333;
			}
section
{
	width: 600px;
	margin: 0 auto;
	margin-bottom:30px;
}
	section p
	{
		/*letter-spacing: 1px;*/
		padding-bottom: 25px;
		line-height:20px;
	}
	section div#work
	{
		border-top:1px solid #ddd;
		padding-top: 25px;
		margin-bottom: 25px;
	}
		section div#work div
		{
			margin-bottom:25px;
		}
			section div#work div a img
			{
				float:left;
				margin-right:25px;
			}
			section div#work div h2
			{
				font-size:18px;
			}
				section div#work div h2 a
				{
					display:block;
					text-decoration:none;
					padding:10px;
				}
					section div#work div h2 a:hover
					{
						color:#09F;
					}
div#lists
{
	padding: 25px 0;
	border-top:1px solid #ddd;
}
		div#lists ul
		{
			float: left;
			width: 200px;
			list-style:none;
		}
			div#lists ul li
			{
				padding-right: 10px;
			}
		div#lists h3
		{
			padding-bottom: 25px;
			float: left;
			width: 200px;
		}
footer
{
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	bottom:0px;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	
}

hr.clear
{
	clear:both;
}
