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

/* basic page styles */
* {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}

body {

	}

a {
	text-decoration:none;
	}

a:link, a:active, a:visited {
	color:#373737;
	font-weight:bold;
	}
a:hover {
	color:#339900;
	}

/* set page width */

#header, #content, #footer {
	width:480px;
	margin:0 0 0 100px;
	}

/* header styles */

#header {
	height:90px;
	margin:5px 0 0 100px;
	border-bottom:1px solid #000;
	}

#logo {
	float:left;
	width:125px;
	}

#header ul {
	list-style-type:none;
	float:right;
	margin:68px 0 0 0;
	}	
#header li {
	float:left;
	margin: 0 5px 0 10px;
	font-size:12px;
	}	

/* content styles */

#content {
	font-size:12px;
	}
#content p {
	margin:10px 0 5px 0;
	}

.fpage_block {
	width:480px;
	height:100px;
	margin:5px 0 0 0;
	font-size:12px;
	}
.fpage_block p {
	padding:0 0 5px 0;
	}

.work_thumb {
	float:left;
	clear:both;
	margin:25px 0 0 0;
	width:100px;
	height:100px;
	}
.work_desc {
	float:left;
	width:380px;
	height:125px;
	clear:none;
	}
.work_desc p {
	padding:25px 0 0 10px;
	}
.work_blurb {
	text-align:center;
	padding:0 0 25px 0;
	}
.button {
	width:240px;
	height:30px;
	text-align:center;
	float:left;
	}
.spacer {
	float:none;
	clear:both;
	height:20px;
	}	
.press_quote {
	padding:30px 0 0 0;
	clear:both;
	font-size:14px;
	}

.press_source {
	font-size:12px;
	font-style:italic;
	padding:0 0 0 25px;
	}
.press_image {
	margin:0 10px 0 0;
	float:left;
	border:1px solid #000;
	}	

/* footer styles */

#footer {
	padding:10px 0 10px 0;
	margin:20px 0 20px 100px;
	border-top:1px solid #000;
	clear:both;
	}
#footer p {
	font-size:10px;
	text-align:center;
	margin:0 0 5px 0;
	}