/* Dial-A-Brew stylesheet */

body {
	background-color: black;
	font-size: 75%;
	text-align: center;
	margin: 0px;
}

h1,h2,h3,p,ol,ul,li {
	font-family: Arial;
}

h1 {
	font: 2em/3em;
	color: black;
}

h2 {
	font: 1.5em/2em;
	color: white;
}

p {
	font: 1em/1.25em;
	color: #ccc;
}

#navContainer {
	clear: both;
	font-size: 1px;
}

#navLeft {
	text-align: left;
	width: 30%;
	float: left;
	height: 175px;
	font-size: 10px;
	padding: 5px;
}

#navMiddle {
	text-align: center;
	width: 33%;
	float: left;
	height: 175px;
}

#navRight {
	text-align: right;
	width: 30%;
	float: right;
	height: 175px;
	font-size: 10px;
	padding: 5px;
}

.dialAgain {
	font: 18px bold Arial;
	margin: 5px;
	padding: 5px;
	width: 150px;
	text-align: center;
	border: solid 1px #CCC;
	background-color: #AAA;
}

.redial {
	width: 315px;
	text-align: center;
	font-size: .8em;
	display: block;
	margin: 5px auto 5px auto;
}

.redial img {
	border: 0;
	text-decoration: none;
}

#nav p {
	font: .7em/1em;
	color: black;
}

#content {
	width: 100%;
	display: block;
}

#ads {
	width: 100%;
	display: block;
}
