/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* custom styles */

@font-face {
	font-family: 'HattoriHanzoLight';
	src: url('Hattori_Hanzo.eot');
	src: local('Hattori Hanzo'), local('HattoriHanzo-Light'), url('Hattori_Hanzo.woff') format('woff'), url('Hattori_Hanzo.ttf') format('truetype'), url('Hattori_Hanzo.svg#HattoriHanzo-Light') format('svg');
}

@font-face {
	font-family: 'HattoriHanzoLightItalic';
	src: url('Hattori_Hanzo_Italic.eot');
	src: local('Hattori Hanzo'), local('HattoriHanzo-LightItalic'), url('Hattori_Hanzo_Italic.woff') format('woff'), url('Hattori_Hanzo_Italic.ttf') format('truetype'), url('Hattori_Hanzo_Italic.svg#HattoriHanzo-LightItalic') format('svg');
}

body {
	background-image: url(bg.jpg);
}

#body {
	margin: 60px auto 0;
	width: 780px;
	background-image: url(ivy.jpg);
	background-repeat: no-repeat;
	background-position: 40px 100px
}

h1#logo {
	width: 600px;
	height: 140px;
	margin-left: 100px;
	background-color: rgb(131,117,108);
	background-color: rgba(131,117,108,0.4);
	background-image: url(logo.png);
	background-position: 134px 85px;
	background-repeat: no-repeat;
	text-indent: -9999px;	
}

.details {
	margin: 20px 160px 0 240px;
	font-family: 'HattoriHanzoLight', Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
}

h2 {
	font-size: 24px;
	line-height: 28px;
	color: rgb(169,0,28);
}

p {
	margin-top: 1em;
	color: rgb(131,117,108);
	font-size: 18px;
}

dl {margin-top: 2em;}

dt {clear: left; float: left; width: 10em; margin-top: 1em; }

dd {float: left; margin-top: 15px;  color: rgb(169,0,28); }

a { color: rgb(169,0,28); text-decoration: none;}
a:hover { text-decoration: underline; }

dt.contact { margin-top: 1.5em;}

dd.owner { font-size: 1.5em;}

address {clear: both; padding-top: 4em; font-size: 12px;}

p.copy {font-size: 12px; margin-top: 1em; color: #000;}




