/********************* Start CSS Reset **********/
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img,
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;

}
body {
	line-height: 1.5;
        font-family: helvetica, arial, sans-serif; 
}
ol, ul {
	list-style: none;
}
/********************* End CSS Reset **********/

#wrapper {
width: 960px;
height: 50px;
margin: auto;
margin-top: 50px;
text-align: center;
}

#header {
text-align: center;
}

#header h1 {
font-size: large;
font-style: italic;
}

#body h2 {
font-size: xx-large;
}

#logo_text {
margin: auto;
margin-top: 50px;
}

#logo_image {
margin: auto;
margin-top: 10px;
width: 744px;
height: 185px;
background-repeat: no-repeat;
}

#footer {
margin-top: 180px;
}

#footer a {
color: maroon;
text-decoration: blink;
}

