/*-------------------------------------------------
Title:		Rothschild styles for print media
Author:		John Reed, john@studiobonito.com
Updated:	January 11 2008
------------------------------------------------- */

@import url(global.css);


body,
#wrap,
#footer {
	background: #fff;
	}

#header {
	background: none;
	width: 100%;
	height: auto;
	padding: 0 0 .25in 0;
	}

#header h1 a:link,
#header h1 a:visited,
#header h1 a:hover,
#header h1 a:active {
	float: left;
	display: block;
	background: none;
	width: auto;
	height: auto;
	text-indent: 0;
	margin: 10pt 0 0 10pt;
	color: #333;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-variant: small-caps;
	font-weight: normal;
	}

#header p {
	float: right;
	background: none;
	color: #333;
	width: auto;
	height: auto;
	margin: 12pt 10pt 0 0;
	text-indent: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 18pt;
	font-style: italic;
	}