/* CSS stylesheet for TheSandPebbles.com */

body {color:#0063cc;
	 background-image:url(../sandback.jpg);
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:100%
	 }
h1 {
	color:#ff9900;
	font-style:normal;
	font-size:120%;
	text-align:center;
}

h2 {
	color:#ff9900;
	font-style:italic;
	font-size:110%;
	text-align:center;
}

#container {
	width:860px;
	margin:auto;
	padding:0px;
	
	}
#main {
	width:850px;
	margin:0px;
	padding:0px;
	}
	
table {
	margin:auto;
	padding:0px;
	
	width: 840px;
	text-align:center;
	}
	
table td{
	padding:10px;
	width:280px;
	margin:0px;
	vertical-align:top;
}

table img {
	padding-left:54px;
	padding-right:54px;
	padding-bottom:10px;
	width:162px;
	height:122px;
	vertical-align:top;
	
	}

.player {margin:auto;
	padding-top:20px;
	text-align:center;
	 width:111px;
	 height:53px;
	}
	

	
p {	text-align:center;}


a { font-size:80%;  }


a:link { color: #AF8557; text-decoration: none; }
a:link img {border-style:none;}
a:visited { color: #AF8557; text-decoration: none; }
a:hover { color: #CC6600; text-decoration: underline; }
a:active { color: #AF8557; text-decoration: none;}


