/* The WitcherWorld News Tabloid LAYOUT */

/*Fixed Width 933px 3 col horiz nav */
/*Coyote Holmberg, 09.2008 */
/*center aligned, fixed width.*/

/********************************************/
/* GLOBAL ELEMENTS POSITIONING */
/********************************************/

body{
	margin:0px auto;
	text-align:center;
	
}

#wrapper{ /*everything inside */
	margin: 0px auto;
	text-align:center;
	width: 950px; 
}


.dmz{ /*demilitarized zone. clear the way...*/
	clear:both;
}

/************************/
/**** MENU OF DOOM HOLDER  *****/
/************************/
#navholder{ /*at bottom of container div*/
	border-bottom:1px solid #333;
    clear:both;
	margin: 0px auto 5px auto;
	padding: 0px;
 	position:absolute;
    text-align:center;
    top:93px;
	width:950px;
	z-index:50;
}


/**********************************/
/*** HEADER ***/
/**********************************/

#headerbak{
	background-color:#f3f3f3;
	height:145px;
	margin:0px auto;
	text-align:left;
	z-index:5;
}


#header{ /* BANNER IMAGE HERE*/
	height:125px;
	margin:0px auto;
	/*padding:10px 10px 0 10px;*/
	width:950px;
	z-index:7;
}

h1#head, h2#head, h3#head{ 
	color:#FFCC00;
	position:relative;
	text-align:left;
	z-index:0;
}

#header span#logo{
	background-image:url('../images/logos/logo_tabloid_950x120.jpg'); 	
	background-repeat:no-repeat;
	height:125px;
	position:absolute;
	top:0px;
	width:950px;
	z-index:200;

}

#header span#titled{
	color:#333;
	line-height:1px;
	margin-top:50px;
	left:10px;
	width:200px;

}

#billboard{ /* billboard */
	height:270px;
	margin:0px auto;
	text-align:center;
	width:930px;	
	z-index:7;
}

#classifieds #billboard {
	height:90px;
}

/**********************************/
/*** 3 COLUMN CONTAINMENT SYSTEM ***/
/**********************************/

#container{ 
	padding-left:250px; /* LR full width*/
	padding-right:150px;   /* RR fullwidth*/
}

#container .column{
	float:left;
 	position: relative;

}
#content{
	width:98%;
	z-index:10;
}

/**********************************/
/*** LEFT RAIL POSITIONING***/
/* note: index page noticeboard formatting on witcherNoticeboard css file*/
/**********************************/
#leftrail{
	margin-left: -100%;
	margin-top:20px;
	right:220px;
	width:240px; /* LC width */
	z-index:10;
}

/*** IE6 HACK ***/
*html #leftrail{ 
   left:170px;     /* RC width */
}

/**********************************/
/*** RIGHT RAIL ***/
/**********************************/
#rightrail{
	height: 603px;
    margin-right: -140px; /* RC width*/
	margin-top:30px;
    width: 140px;   /* RC WIDTH*/
	}
#rightrailportraits{
    margin-right: -140px; /* RC width*/
	margin-top:50px;
	text-align:center;
    width: 140px;   /* RC WIDTH*/
	}

#rightrailportraits img{
	display:block;
	position:relative;
	right:10px;
	z-index:110;
}
   
.Rrailimages a{
	display:block;
	font-size:.8em;
	margin: 5px 0px 10px 0px;
	width:140px;
}

/*********************/
/* marketing pages */
/********************/

#downloads #container{ 
	padding-left:240px; /* LR full width*/
	padding-right:170px;   /* RR fullwidth*/
}


#Lrail-mkt{
	border:0px solid #fff;
	margin-left: -100%;
	margin-top:20px;
	right:220px;
	width:210px; /* LC width */
	z-index:10;
}

/*** IE6 HACK ***/
*html #Lrail-mkt{ 
   left:200px;     /* RC width */
}


#Rrail-mkt{

    margin-right: -170px; /* RC width*/
	margin-top:30px;
    width: 170px;   /* RC WIDTH*/
	}