/* Battle Of The Brands */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	background-color: #ff0000;
	text-align: left;
	color: #000000;
	background-image: url(../images/botb-bg001.jpg);
	background-repeat: repeat-x; 
}

/* ------------------ INDEX ---------------- */

#header {
	width: 950px;
	margin: 0 auto;
}

#base {
	height: 96px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/botb-bg002.jpg);
	background-repeat: repeat-x; 
}

/* ------------------ SUB-PAGES ---------------- */

#location {
	width: 340px;
	height: 200px;
	margin: 0 auto;
	padding-top: 60px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background-image: url(../images/botb-screen002.jpg);
	background-repeat: repeat-x; 
}

/* ------------------ FONTS ---------------- */

#h1 {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

#h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

#h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#h4 {
	color: #ffcc00;
}

#h5 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}


/* ------------------ LINK COLOURS ---------------- */

a:link {color: #ffffff; font-weight:bold; text-decoration:underline;}
a:visited {color: #999999; font-weight:bold; text-decoration: none;}
a:active {color: #ffffff; font-weight:bold; text-decoration: underline;}
a:hover {color: #ffcc00; font-weight:bold; text-decoration: underline;}


a.red:link {color: #ff0000; font-weight:bold; text-decoration:underline;}
a.red:visited {color: #ff0000; font-weight:bold; text-decoration: none;}
a.red:active {color: #ff0000; font-weight:bold; text-decoration: underline;}
a.red:hover {color: #f64710; font-weight:bold; text-decoration: underline;}
