@charset "utf-8";
/* CSS Document */

body {
	background-color: #141517;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	color: #CCCCCC;
}

a img { 
     border : 0; 
} 

.smalltext {
   font-size: 0.8em;
   font-family: verdana, sans-serif;
}

/* ^^^^^^^^ BELOW IS THE CODE FOR THE HEADER ^^^^^^^^^^ */
.header {
	background-image: url(../images/header-bk.gif);
	background-repeat: repeat;
	height: 74px;
}	
