/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
/* Contains style info for main crochet page */
@media screen, print, projection
{
	a:link
	{
		color: #dcdbd4; 
	}
	a:visited
	{
		color: #931200; 
	} 
	a:active 
	{
		color: #ffd6d4;
	}
	div.float {
  float: left;
  }
  
div.float p {
   text-align: center;
   }
	#title 
	{
		background-color:rgb(255,255,255);
		color:rgb(0,0,0);
			background-image: url(images/bannertiled_red.jpg);
	background-repeat: repeat-x;
	}

	#title 
	{
		position : relative;
		top      : 1px;
		margin   : 0.2em;
		padding  : 0.5em;
		z-index  : 3;
	}

	#title h1
	{
		text-align : center;
		color: #ffd6d4; 
	}

	#title
	{
		background-color:rgb(245,245,255);
		color:rgb(0,0,0);
	}

	.section
	{
		border : 0px black solid;
	}

	#pros
	{	
		position  : absolute;
		right : 52%;
		width : 34%;
		margin : 2%;
		padding-right: 100px;
		padding-left :0.5%;
		padding-top :0.5%;
		padding-bottom :0.5%;
		z-index : 1;
	}

	#pros 
	{
		background-color: #CC8A8A;
		color:rgb(0,0,0);
	}

	#cons 
	{
		position  : absolute;
		left : 52%;
		width : 34%;
		margin : 2%;
		padding-left: 100px;
		padding-right :0.5%;
		padding-top :0.5%;
		padding-bottom :0.5%;
		z-index : 1;
	}

	#cons 
	{
		background-color: #CC8A8A;
		color:rgb(0,0,0);
	}

	#central
	{
		position : absolute;
		top : 40%;
		left:50%;
		margin-left: -90px;
		width : 180px;
		z-index : 2;
		border : 0px rgb(0,0,0) solid;
		text-align:center;
	}

	#central
	{
		background-color:rgb(255,255,255);
		color:rgb(0,0,0);
	}

	#central img
	{
		border-bottom : 0px black solid;
	}
	#central p 
	{
		margin : 5px;
	}
}