/* -------- THE LAYOUT NORMALIZER -------- */

/* Normalizes margin, padding */
body, div, dl, dt, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, 
input, p, blockquote, th, td {
	margin : 0;
	padding : 0;
	}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 {
	font-size : 100%;
	}

/* Removes list-style from lists */
ol,ul {
	list-style : none;
	}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style : normal;
	font-weight : normal;
	}

/* Removes spacing in tables */
table {
	border-collapse : collapse;
	border-spacing : 0;
	}

/* Removes border from fieldset and img */
fieldset,img {
	border : 0;
	}

/* Left-aligns text in caption and th */
caption,th {
	text-align : left;
	}

/* Removes quotation marks from q */
q:before, q:after {
	content :'';
	}

/* ----------------------------------------- */

body {
	position : relative;
	margin: 0 auto;
	min-width : 770px;
	width : 800px;
	text-align : center;
	}

#billboard {
	margin: 180px 0 180px 0;
	width : 100%;
	height : 280px;	
	}

#main_content {
	position : absolute;
	width : 85%;
	top : 60px;
	left : 50px;
	text-align : left;
	}

#main_content h2 span {
	position : absolute;
	top : -9px;
	left : 0;
	padding : 0;
	margin : 0;
	}

#main_content p {
	position : absolute;
	top : 82px;
}



#branding {
	position : absolute;
	padding : 2px;
	bottom : 10px;
	right : 10px;
	}
	
#branding a {
	display : block;
	height : 50px;
	width : 50px;
	text-indent : -9999px;
	}
