/*

-----------------------------------------------

Monsters and Critics Structure Master

Author:   Mark Boulton

Version:  23 October 2006

Revision: 

----------------------------------------------- */

#container {

	width: 960px;

	margin: 0 auto;

	text-align: left;

}

/* SEARCH 

----------------------------------------------- */

/* search */

#search {

	float: right;

	width: 200px;

	margin: 0;

	padding: 0 0 0 10px;

	border-left: 1px solid #dad7d1;

}

#search input.submit {

	padding: 5px 0 0 0;

}

/* COLUMNS 

----------------------------------------------- */

/* Primary content panel */

#primary {

	border-top: 5px solid #dad7d1;

	clear: both;

	float: left;

	width: 630px;

	margin: 10px 10px 0 0;

}

/* Primary content panel */

#primary-fullwidth {

	border-top: 5px solid #dad7d1;

	clear: both;

	float: left;

	width: 100%;

	margin: 10px 0px 0px 0px;

}

/* Secondary content panel Narrow */

#secondary_narrow {

	border-top: 5px solid #a39e94;

	float: right;

	width: 160px;

	margin: 0px 0 0 0;

}

/* Secondary content panel */

#secondary {

	border-top: 5px solid #a39e94;

	float: right;

	width: 320px;

	margin: 10px 0 0 0;

	

}

.secondary_boxes {

	border-top: 5px solid #a39e94;

	width: 320px;

	margin: 10px 0 0 0;

}

.half_secondary_box {

	float:left;

	width: 150px;

}

/* Footer */

#footer {

	clear: both;

	float: left;

	margin: 60px 0 0 0;

	padding: 0;

	color: #000;

	background: #e9e5de;

	border-top: 10px solid #2263a1;

}

/* SUB COLUMNS (used in main content block for layout variation

----------------------------------------------- */

/* Nine column column left */

.ninecoll {

	float: left;

	width: 576px;

}

/* Eight column column left */

.eightcoll {

	float: left;

	width: 630px;
	margin: 0px 0px 0px 0px;

}


/* Eight column column right */

.eightcolr {

	float: right;

	width: 500px;

}

/* Seven column column right */

.sevencolr {

	float: right;

	width: 430px;

}

/* Seven column column left */

.sevencoll {

	float: left;

	width: 430px;

}

/* Six column column right */

.sixcolr {

	float: left;

	width: 372px;

}

/* Five column column left */

.fivecoll {

	clear: both;

	float: left;

	width: 300px;

	padding: 0 5px 0 0;

}

/* Five column column right */

.fivecolr {

	float: right;

	width: 300px;
	padding: 0 5px 0 0;

}

/* Four column column right */

.fourcoll {

	float: left;

	width: 248px;

}

/* Three column column left */

.threecoll {

	float: left;

	width: 192px;

}

/* Three column column left */

.threecolr {

	float: right;

	width: 192px;

}

/* Two column column right */

.twocolr {

	float: left;

	width: 120px;

}

/* Two ad column column left */
.twoadcoll {
	float: left;
	width: 120px;
	text-align: center;
	padding: 0em;
	margin: 1em 0 0 0;
	background: #f7f4ee;
}

/* Two column column right */
.twoadcolr {
	float: right;
	width: 160px;
	text-align: center;
	padding: 0em;
	margin: 1em 0 0 0;
	background: #f7f4ee;
}

/* Two ad column column left */
.twoarticlecoll {
	float: left;
	width: 250px;
	text-align: center;
	padding: 0em;
	margin: 0em 0 0 0;

}

/* Two column column right */
.twoarticlecolr {
	float: right;
	width: 300px;
	text-align: center;
	padding: 0em;
	margin: 0em 0 0 0;

}