*{ margin:0px; padding:0px;}
html { height: 100%; }
body {
	font-family: arial, helvetica;
	padding: 0;   
	margin: 0;  
	color: #000;

	/********* Change PAGE background settings here *********/

	background: rgb(93,93,93) url(images/bg2.jpg) top left repeat-y;

	/* change it to (50%  50%) in order to center the BG img */

	background-position: 50% 50%;
	text-align: left;
	height:100%;
}

a img { border:none; }
/*a {text-decoration: none;}*/
	
#outer {
	display: table;
	position: relative;
	width: 854px;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: none;
	height: 100%;
}
		
#logo {
	float: left;
	margin-left: 20px;
	/*	background: url("images/4pawslogo.jpg") no-repeat left;*/
	/*	background:#fff url("images/front.jpg");  */
	/*border-bottom: 1px solid black;*/
	/*border: 1px solid black;   /* uncomment to use */
}

		
#content {
	float: left;
	padding: 10px;
	text-align: left;
	font-family: Georgia;
	font-size: 90%;
	color: #333333;
	background:#fff;
	margin: 30px;
   	height: 100%;
   	/*border: 1px solid black;   /* uncomment to use */
	width: 500px;
	
}

.secondary_head{
	margin: 20px 0px 20px 0px;
	color: rgb(15,30,90);	
	font-weight: bold;
	font-size: 120%;
	font-family: Georgia;
}

#front_text{
	margin: 20px 0px 20px 0px;
	color: rgb(15,30,90);	
	font-weight: bold;
	font-size: 140%;
	font-family: Georgia;
}

.titled {
	font-weight: bold;
	color: rgb(90,15,30);
}

.subtext{
	font-size: 85%;
	font-style: italic;
}

.bold {font-weight: bold;}

.floatright {float:right;}

#footer {
	clear:both;
	bottom: 0;
	background:#fff;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 70%;
	color: #555555;
	padding: 40px 3px 25px 3px;
}

.rulesFooter {
	clear:both;
	bottom: 0;
	background:#fff;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 70%;
	color: #555555;
	padding: 40px 3px 25px 3px;
	float: bottom;
}
		
p,h1,h2,h3,pre {
	margin:0px 10px 10px 10px;
}
		
h1 {
	font-size:180%;
	font-family: Georgia;
	padding-top:10px;
}

h2 {
	color: rgb(25,90,38);
	font-weight: bold;
	font-size: 120%;
	padding-top: 5px;
	padding-bottom: 5px;
}
	
h3 {
	font-weight: bold;
	font-size: 120%;
}
		
ul {
	margin-left: 20px;
	margin-bottom: 10px;
}	

ul.ruleslist{
	list-style: none;
	list-style-image: url(images/pawbullet.jpg);
}

ul.ruleslist li{
	padding-bottom: 5px;
}

ul.piclist, ul.goodTimesPiclist{
	list-style: none;
}

ul.piclist li, ul.goodTimesPiclist li
{
	display: inline;
	list-style-type: none;
	padding: 0 20px 20px 0;
	margin-bottom: 20px;
	height: 153px;
}

ul.goodTimesPiclist img
{
	width: 200px;
	height: 133px;
}

table {padding-bottom: 30px;}

td {
	padding: 1px 1px 1px 12px;
}
