#clientlist {
	float: right;
	width: 180px;
	border: 1px solid black;
	background: white;
	font: bold 15px arial, sans-serif;
	padding: 5px 5px 5px 5px;

}

#rescuewinner {
	position: absolute;
	left: 500px;
	top: 140px;
	width: 180px;
	border: 5px dotted gold;
	background: white;
	font: italic 15px arial, sans-serif;
	color: red;
	padding: 5px 5px 5px 5px;

}


#jackandpenguins {
	position: relative;
	right: 110px;
	top: 0px;
	width: 300px;
	z-index: 1;
}

#jackwords {
	position: relative;
	right: 105px;
	bottom: 117px;
	z-index: 2;
	color: white;
	width: 325px;
}

#jackwords {
	font: bold 20px arial, sans-serif;
}

#directory {
	width: 600px;
	height: 100px;
	border: 1px solid black;
	background: white;
	text-align: center;

}

div.picright {
	float:right;
	width: 100px;
}

div.productinfo {
	width: 300px;
	border: 1px solid black;
	background: white;
	height: 200px;
}

h1.name {
	text-transform: uppercase;
}
h1.name {
	font: bold 25px "Times New Roman", serif;
}

p.item {
	border: 1px solid blue;
}
p.item {
	margin: 5px 50px 5px 50px;
}
div.box {
	width: 200px;
	border: 1px solid black;
	background: orange;
	height: 200px;
}
#column1 {
	float:left;
	width: 50%;
}

#column2 {
	float:left;
	width: 50%;
}

a.button {
    /* Sliding right image */
    background: transparent url('button_right.png') no-repeat scroll top right; 
display: block;
float: left;
height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
a.button span {
/* Background left image */ 
background: transparent url('button_left.png') no-repeat; 
display: block;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 7px 0 5px 18px;
} 
a.button:hover span{
text-decoration:underline;
}

