@charset "UTF-8";
/* CSS Document */

body {height: 100%; 
background-image: url('images/bgpat.jpg');
background-repeat: repeat;
font:Arial, Helvetica, sans-serif;

}

#everything {color: #224A5A;
			font:Arial, Helvetica, sans-serif;
			font-size:25px;
			width:800px;
			margin:0 auto;
			text-align:center;
}


#footer {position: absolute;
	top: 455px;
	width:755px;
	
	margin:0 auto 0 auto;padding:0;
	
}

.left {float:left;
}

.right {float:right;
}

img { border:0px; border: none; }

a  {text-decoration: underline; color: #224A5A;
}

a img {border:none; text-decoration:none;
}

a:hover {text-decoration: blink}
a:visited {}
a:active {text-decoration: none;}
				
.smalltext1 {font-size:16px;
}

.smalltext2 {font-size:20px;
}

.smalltext3 {font-size:10px;
}


.highlightred {color:#A71D3B;
}

.bold {font-weight:bold;
}
