@charset "utf-8";
@import url(header.css);
@import url(main.css);
@import url(primaryContent.css);
@import url(secondaryContent.css);
@import url(footer.css);

@import url(advertisers.css);
@import url(publishers.css);

* {
  margin: 0;
  padding: 0;
}

body {
  text-align: center; 
  min-width: 900px;
		font-family:"Tahoma", Verdana, Arial, sans-serif;
		font-size:12px;
		line-height:16px;
		color:#222;
  background-color:White;
		margin:15px 0;
}

ul {
  list-style: none;
}
#secondary .list
{
	margin-top: 30px;
}
/*
LINKS --------------------- */

a:link, a:active, a:visited {
	color: #006699;
}

a img {
	border-width: 0; 
	border-style: none;
}

/*
LAYOUT --------------------- */

#wrapper {
  width: 894px; 
  margin: 0 auto; 
  text-align: left;
  border:1px solid #c0c0c0;
	 background-color: #fff;
}

#contentArea {
 padding:0 0 40px 0;
	}

#primaryContent, #secondaryContent {
 margin:25px 0 10px 0;
}

#primaryContent { 
  width: 585px;
  float: left;
}
#primaryContent1 { 
  width: 914px;
  float: left;
}
#secondaryContent{ 
  width: 265px; 
  float: right; 
} 

#footer { 
  clear: both; 
}

.clearfix:after {        
 content: ".";    
 display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 
.clearfix {
 display: inline-block;
}

* html .clearfix {
 height: 1%;
}

.clearfix {
 display: block;
}
.price{
display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.name
{
	font-size: 12px;
	color: #313131;
	text-decoration: underline;
	padding-bottom: 5px;
}