/* ==== COMPARISON.CSS ===== */
/* Alan Colquhoun, MDIA 3203 */
/* Last Update: January 27   */
/* ========================= */  

body
{
   font-size: .75em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #000; background: #123;
   padding-bottom: 15px;
   padding-top: 15px;
}

a.ftr:link {
	color: #0000ff;
	text-decoration: none;
}

a.ftr:visited {
    color: #800080; 
	text-decoration: none;
}

a.ftr:active {
	color: #ff0000;
	text-decoration: none;
}

a.ftr:hover {
	color: #fff; background: #000;
	text-decoration: none;
}

#wrapper {
	margin: 0 auto; 
	width: 780px;	
	text-align: left;
}

#header {
	border-left: 3px solid red;
	border-right: 3px solid red;
	border-top: 3px solid red;
	color: #000; background: #fff;
	height: 120px;
}

#banner
{
	background-color: #c8c4ce;
	height: 120px;
}

#bnrtext
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 28px;	
	padding-top: 40px;
	text-align: center;	
}

#maincontent {
	border-top: 3px solid red;
	border-bottom: 3px solid red;
	border-left: 3px solid red;
	border-right: 3px solid red;
	color: #000; background: #fff;
	font-size: 14px;
	height: 900px;
	padding-top: 15px;
}

#maincontent p { 
	line-height: 120%;
}

.textinfo {
	padding-left: 65px;
	padding-right: 65px;
}

strong {
	font-size: 14px;
	font-weight: bold;
} 

table {
   width: 600px;
   padding-left: 150px;
}

td, th {
   color: #000; background: #ffc;
   border-style: solid;
   border-width: thin;
   border-color: #000;
   padding: 10px;
   font-size: 12px;
}

th {
	text-align: center;
}	

#footer
{
	background: #c8c4ce; 			
	border-bottom: 3px solid red;
	border-left: 3px solid red;
	border-right: 3px solid red;
	font-size: 1.25em;
	padding-top: 40px;
	text-align: center;
	height: 60px;   
}
