/* ==== COMPARISON.CSS ===== */
/* Alan Colquhoun, MDIA 3203 */
/* Last Update: March 22     */
/* ========================= */  

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: 940px;	
	text-align: left;
}

#header {
  margin: 0;
  padding: 0;
  color: #000; background: transparent url("images/header.jpg") no-repeat;
  height: 150px; width: 934px;
  margin: 0 auto; /* this will center your page in all other browsers ie)firefox & IE7 */
  border: 3px solid red;
}

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

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

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

table {
   width: 880px;
   padding-left: 57px;
}

caption {
   font-size: 14px;
   font-weight: bold;
   padding-left: 50px;
   padding-bottom: 10px;
}   

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

th {
	text-align: center;
}	

#footer
{
	background: #ccc; 			
	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;   
}
