/* Chicks 101 Stylesheet */


body {
	font: 100% .8em/1.6em 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif; /* for firefox */
	background: #FFF;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img {border:none;}

.elastic #container {
	width: 66em; 
	min-width: 760px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.elastic #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.footer-links {font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif; font-size:x-small; color:#999999;text-decoration:none;}

#quote {
      margin:0; padding:0;
      position:relative;
      width:270px; height:170px;
      overflow:hidden;
}
#quote span {
      display:block;
      position:absolute; left:0; top:0; z-index:1;
      width:270px; height:170px;
      margin:0; padding:0;
      background:url("../gfx/quote.gif") top left no-repeat;
}

.pressdiv {
border:1px black solid;
padding:10px;
margin:20px;
}

.link { text-decoration:none;	color: #DE0025; }

img.padd {margin:0 60px;}


.footer-text {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: smaller;
	padding:20px;
}

#nav {
	margin: 0;
	padding: 0;
	height: 47px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#nav a {
	float:left;
	padding: 47px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:47px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -47px;
	}
	
a.presslink { text-decoration:none; color:#0000CC;}
a.presslink:visited {text-decoration:none;color:#0000cc;}
a.presslink:hover {color:#CC0033;}