div#editorialPicCont
{
	background-color: #121212;
	float: left;
	width: 438px;
	height: 100%;
 	height: auto !important; /*To make sure the CSS works in IE6*/
 	min-height: 100px;
 	margin: 0px 0px 10px 10px;
 	border: solid 1px #cccccc;
}

div#writersMenu
{
	background-color: #e7e7e7;
	float: right;
	width: 155px;
	height: 100%;
 	height: auto !important; /*To make sure the CSS works in IE6*/
 	min-height: 100px;
 	border-left: solid 5px #ffffff;
}

div#writersMenuTop
{
	/*background-image: url(../Images/Design/writer_top.png);*/
	background-color: #e7e7e7;
	float: right;
	width: 155px;
	height: 20px;
	border-bottom: solid 8px #e7e7e7;
}

div#writersMenuBottom
{
	background-image: url(http://static.arcticgamer.net/Design/Images/writer_bottom.png);
	background-color: #ffffff;
	float: right;
	width: 155px;
	height: 10px;
}

/* ----- Wrong page ----- */

div#wrongCont
{
 	background-color: #f3f2c6;
 	float: left; 
 	width: 600px;
 	height: 200px;
	margin: 0px 0px 10px 10px;
	border: solid 1px #cccccc;
}

/* ----- Google search ----- */

div#googleSearch
{
 	float: left;
 	width: 600px;
 	height: 100%;
 	height: auto !important; /*To make sure the CSS works in IE6*/
 	min-height: 10px;
	margin: 10px 0px 10px 10px ;
 	border: solid 1px #cccccc;
}

