
/* 
html5doctor.com Reset Stylesheet
v1.4 
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

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

body
{
	color: #444;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 70%;
	line-height: 120%;
}

a { color: #069; text-decoration: underline; }
a:hover { text-decoration: underline; }

#container
{
	position: relative;
	width: 560px;
	height: 490px;
	padding: 20px 35px 8px;
}

h1
{
	width: 313px;
	height: 27px;
	margin-bottom: 20px;
	background-image: url(http://cache.boston.com/images/brandbowl/2011/i/about_brandbowl.gif);
	color: #006b9f;
	font-size: 160%;
	text-indent: -7000px;
	margin-left: -2px;
}

h2
{
	margin: 15px 0px 10px 0px;
	font-size: 120%;
	font-weight: bold;
}

p
{
	margin-bottom: 15px;
}
p.equation
{
	font-size: 110%;
	font-weight: bold;
}

ul
{
	list-style: square;
}
li
{
	margin: 0 0 5px 25px;
	padding-left: 5px;
}

#bb-youtube
{
	display: block;
	height: 24px;
	width: 600px;
	text-indent: -9999em;
	background: transparent url(http://cache.boston.com/images/brandbowl/2011/i/h-brand-bowl-youtube-channel.png) no-repeat top left;
}





















