@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #006666;
	background-image: url(netgirlsthumbs_background.JPG);
	background-repeat:repeat;
	background-attachment:fixed;
	background-position:center;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
body,td,th {
	font-size: 12px;
	color: #000000;
	font-family: AvantGarde Bk BT;
	font-weight: bold;
}
a {
	font-size: 12pt;
	color: #66CCCC;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #006666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #669999;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}


