html, body, h1, h2, h3, h4, h5, span, ul, li { padding: 0;	margin: 0; }
		
body { font-size: 100%; text-align: center; color: white;}

a img, :link img, :visited img { border: 0;	}

/* reseting style end*/
	
html{
	font-family: Helvetica, Arial, Verdana, Georgia, Trebuchet;
	font-size: 12px;
}	

body { background: #480008;}
#menu {
	background: url(../images/menu-header.png) no-repeat;
	height: 65px;
	line-height: 65px;
	padding-top: 10px; /* for the extra spacing */
	padding-left: 10px;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#header { height: 200px; clear: both; background: url(../images/header.png) no-repeat; }
#header span { 
	color: white; 
	float: right; 
	padding: 70px 80px 0px 0px;
	width: 270px;
}

#content-wrapper { background: url(../images/pattern.png) repeat-y;}
#footer { background: url(../images/footer.png) no-repeat; height: 25px; clear:both; }

/* CONTENT */
#gdfa-bar{ height: 37px; background: url(../images/gdfa-bar.png) no-repeat; }

#content {
	background: url(../images/pattern.png) repeat-y;
	padding: 13px 23px 3px 23px;
	float: left;
}

#first-column{
	float: left;
	padding-right: 10px;
	width: 556px;
}

#second-column{
	float: right;
	width: 338px;
}

#sponsors-footer {
	position: relative;
	top: 10px;
	width: 684px;
	padding-top: 10px;
	padding-left: 220px;
	height: 30px;
	background: url(../images/sponsors-footer.png) no-repeat;
	clear: both;
}


/* fonts & links */
a { color: #f8c300; text-decoration: none;}
a:hover { text-decoration: underline; }


/* tables */
table.dark { width: 100%; text-align: center;}
table.dark tr th { background-color: #252125; }
table.dark tr td { background-color: #463f32; color: #e4dfd6;}
table.dark tr td b { color: #eab306; }
table.dark tr.highlight { color: red;}

