/* robots.wizard index.css copyright 2006 Betsy A. Gamrat all rights reserved */

/* index.css supports index.php */

.right_column
{
	width:100%;
	padding:0 0 0 0;
        margins:0 0 0 0;

}

.spacer
{
	width:100%;
	height:2.5em;
}

h1, a
{ 
	background-color:transparent; 
	color:#fff; 
}

.banner 
{ 
	background-image:url("../gfx/banner_background.jpg");
	background-position:left;
	background-repeat:repeat;
	/* background:#c00; */
	width:100%;
}

.robots_txt 
{
	width:30%;	
	height:25%;
	float:left;
	padding:0 0 0 0;
	margins:0 0 0 0;
	line-height:2em;
}
	
.updated 
{
	width:30%;
	height:25%;
	float:left;
	padding:0 0 0 0;
	margins:0 0 0 0;
	line-height:2em;
}
	
.robots_php 
{
	width:100%;
	float:left;
	padding:0 0 0 0;
	margins:0 0 0 0;
	color:#000;
	background:#fff;
}

.status 
{
	width:30%;
	height:25%;
	float:left;
	padding:0 0 0 0;
	margins:0 0 0 0;
}

body 
{
	color:#fff;
	background:#009;
	font-size:.8em;
	font-family:Arial,Helvetica,sans-serif;
	text-align:center;
}

textarea 
{
	text-align:left;
	background:#fff;
	font-size:.8em;
	font-family:Arial,Helvetica,sans-serif
}

iframe,.general
{
	color:#000;
	background:#fff;
	font-size:.8em;
	font-family:Arial,Helvetica,sans-serif;
	text-align:center;
}
