@charset "UTF-8";
/* CSS Document */

html, body{
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

a, p, span {
	line-height: 1.6em;
	font-size: 12px;
	font-family:Arial,Helvetica,sans-serif;
	margin: 0 0 5px 0;
}

h1 {
	font-family:'Orator','Orator Std', Courier New, Lucida Console, Monaco, monospace;
	font-size:16px;
	line-height: 1.2em;
	margin: 0 0 5px 0;
}


#flash{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	min-width:800px;
	min-height:600px;
}

#fallback{
	padding:15px;
	color:#000;
	overflow: hidden;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	margin: 0 0 5px 0;
}

a {
	text-decoration: none;
	color: #000;
	padding: 0;
	display: block;
}
a img {
	border: none;
	margin: 0 0 5px 0;
}

li {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}

#projects, #projects h1, #projects p, #project, #project img, #project h1, #project p {
	width: 100%;
}

hr {
	border:none;
	height:1px;
	background-color:#CCC;
}

.view {
	color: #CCC;
}

#header a, #header p {
	margin: 0;
}

#header a {
	color: #c2141f;
}

#header {
	position: relative;
	height: 120px;
	border-bottom: 2px solid #CCC;
	margin-bottom: 20px;
}

#header img {
	position: absolute;
	top: 0;
	left: 0;
}
#header span {
	position: absolute;
	top: 0;
	left: 115px;
}

#footer {
	z-index:100;
	width:95px;
	height:21px;
	position:absolute;
	bottom:30px;
	right:35px;
	padding:0;
	margin:0;
}



