@charset "utf-8";
* {
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
html {
	background:#ffffff;
}
body {
	width:960px;
	margin:0 auto;
	padding:0;
}
#header {
	padding:17px 0 5px;
	border-bottom:2px dotted #e7e7e7;
}
#subhead {
	padding:3px 0 7px;
	position:relative;
	z-index:1;
}
#intro {
	position:relative;
	z-index:2;
}
#design, #ns {
	margin-top:-9px;
	position:relative;
	z-index:1;
}
#caption {
	height:75px;
	margin-top:1em;
	padding:5px;
	background-color:#ffde00;
	color:#494949;
}
#footer {
	margin-top:1em;
	padding-top:1em;
	border-top:2px dotted #e7e7e7;
}
#footer p {
	display:inline-block;
	zoom:1;
	vertical-align:top;
	*display:inline;
	color:#898989;
	margin:0 2em 2em 0;
}
#footer a {
	color:#898989;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	text-decoration:underline;
}