/*CSS External Style sheet for Crabs website*/


	
	body{
	background-color:e8e5cf;
	background-image:url(images/crab-outline3.png);
	background-repeat:no repeat;
	background-attachment:fixed;
	font-family:arial,helvetica,sans serif;
	color:#535233;
	}

	h1{
	font-family: 'Ranchers', cursive;
	font-size:60;
	font-weight:400;
	text-align:center;
	}

	/*This div aligns and gives background to relative links*/
	#links{
	text-align:center;
	background-image:url(images/sand.png);
	}

	a:link{color:#e25f61;}
	a:visited{color:#535233;}
	a:hover{color:#e25f61;
		text-decoration:none;}
	a:active{color:#535233;
		text-decoration:none;}

	/*This div adds cream background, right alignment and margins around horizontal photos*/
	#wrapperR{
	float:right;
	width:800px;	
	margin:20 20 20 20;
	background-image:url(images/bgcream.png);
	height:365px;
	padding:20px;
	}

	/*This div adds cream background, left alignment and margins around horizontal photos*/
	#wrapperL{
	float:left;
	width:800px;	
	margin:20 20 20 20;
	background-image:url(images/bgcream.png);
	height:365px;
	padding:20px;
	}

	/*This div adds cream background, alignment and margins around vertical photos*/
	#wrappervert{
	float:right;
	width:800px;	
	margin:20 20 20 20;
	background-image:url(images/bgcream.png);
	height:425px;
	padding:20px;
	}

