* {
	margin: 0;
	padding: 0;
}

body {
	background: #e0e0e0;
	font: 100%/1.3em 'Lucida Grande', 'Lucida Sans Unicode', Arial, Sans-serif;
	color: #999999;
	text-align: center;
}

a:link {
	color: #7090c0;
	text-decoration: none;
}

a:visited {
	color: #7090c0;
	text-decoration: none;
}

a:hover {
	color: #7090c0;
	text-decoration: none;
}

a:active {
	color: #7090c0;
	text-decoration: none;
}

h1, h2 {
	font-weight: normal;
}

/* Layout */

#container {
	width: 750px;
	margin: 0 auto;
	font-size: 12px;
	text-align: left;
}

/* Header */

#header {
	background: #d7d7d7;
	margin: 0 0 10px;
	padding: 5px;
	padding-top: 0;
}

#header-inner {
	padding: 0 15px 15px 15px;
	background: #FFF url(images/header.png) no-repeat 15px 52px;
	border: 1px solid #bbb9b9;
	border-top: none;
}

#title {
	float: left;
	width: 300px;
}

h1 {
	padding: 30px 0 0;
	font: 1.8em Arial, 'Trebuchet MS', Trebuchet, Sans-serif;
	color: #8c8c8c;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height:1em;
}

h1 a:link {
	color: #8c8c8c;
}

p#tagline {
	margin: 5px 0 0;
	font-size: 11px;
}

/* Navigation */

ul#nav {
	float: right;
	font-size: 0.9em;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#nav li {
	float: left;
	list-style-type: none;
	display: block;
	margin-left: 10px;
}

#nav li a {
	float: left;
	height: 100%;
	display: block;
	padding: 30px 5px 0;
}

#nav li a:hover,
body#default li#nav-default a,
body#home li#nav-home a, 
body#archives li#nav-archives a, 
body#contact li#nav-contact a, 
body#about li#nav-about a {
	background: #f9f9f9;
}

#indicator {
	background: #f9f9f9;
}

/* Pages */

#main {
	float: left;
	background: #d7d7d7;
	margin: 0 0 15px;
	padding: 5px;
	width: 740px;
}

#main-inner {
	background: #fff;
	padding: 15px 15px 0 15px;
	border: 1px solid #bbb9b9;
}

h2.page-title {
	padding: 0 0 5px;
	border-bottom: 1px solid #cececd;
	font: 1.5em Arial, "Trebuchet MS", Trebuchet, sans-serif;
	color: #8c8c8c;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height:1em;
}

.page-body {
	text-align: justify;
}

/* Footer */

#footer {
	clear: both;
	padding: 0 0 15px 15px;
	font-size: 0.8em;
	text-align: center;
}

/* Clear */

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

hr {
	color: #fff;
	background: transparent;
	border: 0;
	border-bottom: 1px #ccc solid;
	margin: 0 0 .5em;
	padding: 0 0 .5em;
}

p { 
	margin: 1em 0;
}

img {
	padding: 3px;
	border: 1px solid #CCC;	
	margin: 10px 10px 10px 0;
}

.center {
	text-align: center;
}

.noborder {
	border: none;
}

#otherwork {
	margin: 0 100px;
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
}
