body {
	text-align: center;
	margin-top: 0px;
	
	background-image: url('../images/bg_el.gif');
	background-position: center;
	background-repeat: repeat-y;
	background-color: #194c66;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a:link {
	color: #970000;
	text-decoration: none;
}

a:visited {
	color: #970000;
	text-decoration: none;
}

a:active {
	color: #970000;
	text-decoration: none;
}

a:hover {
	color: #970000;
	text-decoration: underline;
}

.container {
	width: 763px;
	margin: 0 auto;
	text-align: center;
	
	background-color: #fff;
	
	border: 1px solid #000;
	border-top: none;
}

.layoutTable {
	text-align: left;
}

#navMenu {
	width: 100%;
	text-align: center;
}

	.navBtn {
		background-color: #CCC;
		border: 1px solid #AAA;
	}
	
	.navBtn a {
		text-decoration: none;
		color: #000;
	}
	
	.navBtn a:hover {
		color: #970000;
	}
	
	.navBtnLarge {
		font-size: 15px;
		font-weight: bold;
		background-color: #CCC;
		border: 1px solid #AAA;
		padding: 5px;
	}
	
	.navBtnLarge a {
		font-size: 15px;
		font-weight: bold;
		text-decoration: none;
		color: #000;
		padding: 5px;
	}
	
	.navBtnLarge a:hover {
		font-size: 15px;
		font-weight: bold;
		color: #970000;
		padding: 5px;
	}

.lowerTable {
	width: 100%;
	text-align: left;
	padding: 5px;
}

	#header {
		border: 1px solid #000;
	}
	
	#doStuff {
		width: 315px;
	}
	
	.btn {
		border: 0px;
		text-decoration: none;
	}
	
	#shinyButton {
		border: 1px solid #000;
		font-weight: bold;
		background-image: url('../images/bg_small_gradient.gif');
		background-repeat: repeat-x;
	}
	
.blurb {
	text-align: justify;
	width: 33%;
	border-bottom: 2px dotted #CCC;
}

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	color: #970000;
	border-bottom: 3px dotted #CCC;
	padding-left: 5px;
	
	background-image: url('../images/bg_shade.jpg');
	background-position: top left;
	background-repeat: repeat-y;
}

#digitalCableBlurb {
	text-align: center;
}

#digCable {
	background-image: url('../images/bg_paul.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

#wireless {
	background-image: url('../images/bg_panel.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px;
}

.bigList {
	font-size: 15px;
	font-weight: bold;
}

.footer {
	width: 763px;
	font-size: 10px;
	text-align: center;
}

.footer a {
	color: white;
}
