@charset "utf-8";
/* ------------------- main settings fonts etc -----------------------------*/
body {
	font: 68% Verdana, Arial, Helvetica, sans-serif;
/*	background: #666666;*/


	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;*/
	color:#ffe4c4;
}
p,a{
	font-size: 1em;
}
a{
	color:green;
}
#container {
	background: white;
	text-align: left; /* this overrides the text-align: center on the body element. */

	width: 100%; margin: 0; float: none;
}
a, a:active, a:visited{
	color:yellow;
}

#topbar {
/*	background: #DDDDDD; */
/*	height: 200px;*/
	background-image: url(http://www.doctorwho-devious.com/__/styles/images/sep2007v1newstopbar.jpg);
	background-position: left;
	background-repeat: no-repeat;

	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#topbar h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#topbar1 {

display:none;
}


#constantbottombar{

	display:none;

}

.clearboth{
	clear:both;
}


/* ------------------- middle section etc -----------------------------*/

#subcontainer{

	width: 100%; margin: 0; float: none;
}
#primary{
/*	margin: 30px 0 0 250px;  the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. 

padding: 0 20px;  
	background-color:yellow;*/

	width: 90%; margin: 0; float: none;
}
#leftbar{
	display:none;
}




#primary p{
	color:black;
}
#constantbottombar{
	position:relative;
}




