html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,a,em,font,img,strong,ol,ul,li,fieldset,form,label,legend { border:0; font-size:100%; vertical-align:baseline; background:transparent; margin:0; padding:0 }

body {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	margin:0;
	padding:0;
	background:#e0ca9f;
	behavior: url("whateverhover.htc");
}

body#gandalf, body#tea, body#friendly, body#artists {
	background:#928a4b url(../images/gandalf-bg-texture.jpg);
}


#wrapper {
	width:960px;
	height:auto;
	margin:0 auto;
	padding:0;
}

#splash {
	background:url(../images/splash-bg.jpg) top left no-repeat;
	width:954px;
	height:655px;
	margin:0 auto;
	padding:0;
}
	#splash a {
		position: relative;
		top:365px;
		left:382px;
		color:#d4ad80;
		font-size:1.8em;
		text-decoration: none;
	}
		#splash a span {
			margin-left:22px;
		}
		
	#splash a:hover {
		color:#eee;
	}
	
#content {
	width:860px;
	height:auto;
	padding:50px 50px;	
	position: relative;
	z-index: 1000;
	margin-bottom:-300px;
}
	#content img.welcome {
		margin:-30px 0 15px 150px;
	}
	#content img.selections {
		margin:65px 135px;
	}
		#content a img.selections  {
			outline:none;		
		}

img.left {
	float:left;
	margin:0 0 200px 0;
	border:5px solid #806842;
}
	a.paypal-left {
		float:left;
		margin:-150px 0 0 0;
		border:0;
	}
	
	a.paypal-right {
		float:right;
		margin:-80px 0 0 0;
		border:0;
	}

img.right {
	float:right;
	margin:0 0 200px 0;
	border:5px solid #806842;
}


a img.left:hover, a img.right:hover { 
	border:5px solid #5b521a
		
}

#left {
	width:50%;
	float:left;
	height:auto;
}

#right {
	width:50%;
	float:right;
	height:auto;
}


#footer {
position: relative;
z-index: 1;
clear:both;
height:auto;
}
	#footer p.right {
		width:650px;
		margin:-100px 0 0 550px;
		height:auto;
		font-size:1.8em;
	}
		#footer p.right a {
			color:#333;
		}
		#footer p.right a:hover {
			color:#000;
		}
		#footer p.right span {
			font-size:.8em;
		}