html, body {
	height: 100%;
	width: 100%;
}

@font-face {
font-family: "Bell Gothic";
/*src: url("http://www.capetownstroller.org/fonts/bell_gothic_bt.ttf")*/
src: url("fonts/bell_gothic_bt.ttf");
}

@font-face {
font-family: "Dope Jam";
src: url("fonts/dope_jam.ttf");
}

* {
 	font-family: "Bell Gothic", sans-serif;
	color:#fff;
}

body {
	margin:0px;
	padding:0px;
	background-color:#000;
	font-size:12px;
}

h1 {
	font-family: "Dope Jam";
	font-size:4em;
	font-weight:normal;
	margin:0em;
}

p {
	font-size:1em;
}

h2 {
	font-weight:bold;
	color:#99ccff;
	margin:0em 1em 0.5em 2.8em;	
	font-size:1.3em;
}

h2 span {
	color:#fff;
}


a {
	font-size:1em;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color:#99ccff;
	text-decoration:none;
	font-weight:bold;
	}
	
#all {
	border:0em;
	margin:0em;
	padding:0em;
	width:100%;
	height:100%;
	}	

#logo, #header, #menu_top, #content, #menu_bottom, #footer, #trailer {
	border:0em;
	width:49em;
	}
	
img {
	border:0em;
	}

.logo .c1 {
	width:30em;
	padding-left:0.2em;
	}
	
.logo .c2 p {
	color:#99ccff;
	margin-bottom:0.7em;
	margin-right:0.2em;
	font-weight:bold;
	}

#menu_top .c1 p {
	margin:0.7em 0.2em;
	font-weight:bold;
	color:#99ccff;
}	

#content .c1 p {
	font-size:0.9em;
	font-weight:400;
	margin:0em 3em 0.5em 4em;
}	

#content .c1 p img {
	float:left;
	margin:0em 1em 1em 0em;
}	

.sponsor_ident {
	margin-left:8.2em;
	}

.sponsor_ident a {
	color:#99ccff;
	text-decoration:none;
	font-weight:bold;
	}

.sponsor_ident a:hover {
	text-decoration:underline;
	}

#ida {
	margin:0.5em 3.5em 0.5em 0.5em;
	display:block;
	float:right;
}

.blue {
	color:#99ccff;
}

.sponsor {
	float:left;
	margin:0.5em 1em 0.5em 2.8em;
	}

#footer img {
	float:left;
}	

#footer .c1 {
	border-top:solid 1px #fff;
}	

#footer p {
	margin:0.7em 0.2em;
	font-size:0.8em;
}	

#full_w {
	height: 100%;
}