/***condensed meyer reset***/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
	}
fieldset, img { 
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul {
	list-style: none;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym { 
	border: 0;
	}

/***********************/

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	text-align: left;
	background-color: #151515;
	color: #777;
	}	

/***boxes***/

#menu {
	margin: 30px 20px 0px 40px;
	height: 40px;
	}

#content0 {
	float: left;
	margin: 10px 0px 20px 40px;
	width: 600px;
	}

#content1 {
	float: left;
	margin: 10px 0px 20px 40px;
	width: 402px; 
	}

#content2 {
	float: left;
	margin: 10px 0px 20px 10px;
	width: 202px; 
	}



#flashcontent {
	}




/***typography***/

h1 {
	font-family: Helvetica, sans-serif;
	font-size: 26pt;
	font-weight: bold;
	line-height: 1em;
	display: inline;
	}

h2 {
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	margin-left: 1em;
	display: inline;
	color: #31729c;
	}

p {
	font-size: 11pt;
	line-height: 1.5em;
	margin-bottom: 1em;
	}

#clipsinfo p {
	line-height: 1.5em;
	}

#menu ul {
	display: inline;
	}

#menu li {
	margin-left: 1em;
	display: inline;
	}

#menu li a {
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	}

#menu li a#current {
	color: #31729c;
	}

#menu a {
	border: 0;
	}
	
#clipsinfo ul {
	line-height: 1.5em;
	}

#clipsinfo li {
	height: 151px;
	}

#clipsinfo li p {
	font-size: 8pt;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: .5em;
	}

em	{
	font-weight: bold;
	color: #31729c;
	}

a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dashed #31729c;
	}

a:hover {
	color: #31729c;
	}

