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,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #ee1d23;
	background: black;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
text-align:center;
font-family: Lucinda Sans,Trebuchet MS, Verdana;
background:url('images/stripes.png');
line-height:1.4;
}
div#container{
width:640px;
margin-top:20px;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
text-align:left;
border:solid 2px grey;
background-color:white;
}

#header {
background:url('images/logo.png') no-repeat top right #000000;
height:160px;
border-bottom: solid 2px grey;
color: #ee1d23;
}

h1 {
font-size: 48px;

}

h2 {
font-size:18px;
}

#header h1, #header h2 {
padding-left:20px;
text-align:left;

}

#main {
padding:20px;
}

ul{
padding-left:18px;
margin-left:0;
margin-top:0;
}