
/* CSS Reset: Copyright (c) 2008, Yahoo! Inc. All rights reserved.  Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.6.0 */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

body {
	background: #333;
	color: #DDD;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0; margin: 0;
}

h1 { font-size: 18pt; font-weight: bold; padding: 15px 0 5px 5px; }
h2 { font-size: 16pt; }
h3 { font-size: 12pt; font-weight: bold; margin-bottom: 5px; }
h4 { font-size: 8pt; }
p { font-size: 10pt; }
.info { position: absolute; left: 550px; top: 10px; width: 200px; padding: 5px; }
.info h3 { padding-top: 5px }
.works { padding: 5px; width: 504px; } 
.work img, .work .video { display: block; border: solid 2px #000; margin-top: 5px; }
h5 { font-size: 8pt; padding: 2px 2px 5px 0; font-style: italic; text-align: right; }

h1, .works { margin-left: 10px; }
h4, h2, .work, p 
{ padding-bottom: 5px; }

h1, h2, h3 { color: #FFF }
a { color: #BBD }
p.copy { font-size: 9pt; text-align: center; }

