a:link {text-decoration:none; color:#FF0000;}
a:visited {text-decoration:none; color:#FF0000;}
a:hover {text-decoration:underline; color:#FF0000;}
a:active {text-decoration:none; color:#FF0000;}

body {
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Georgia;
	font-style:italic;
	font-size: 10px;
	line-height: 19px;
	color: #000000;
	text-align: left;
}

hr {
position: relative;
top: 551px;
left: 0px;
overflow: none;
border: 1px solid #000000;
border-bottom:none;
margin: 0px 0px 0px 0px;
height: 1%;
}

#boxy {
position: absolute;
top: 170px;
left: 50px;
height: 365px;
width: 910px;
}

#column {
postion: relative;
display: block;
padding-top: 7px;
width: 150px;
float: left;
}

#column2 {
postion: relative;
display: block;
padding-top: 32px;
width: 150px;
float: left;
}

#column3 {
postion: relative;
display: block;
padding-top: 32px;
padding-left: 10px;
float: left;
}

#pic {
position: relative;
padding-top:7px;
padding-left: 10px;
float: left;
}
/*******************************************************************************

FILE: style.css
AUTHOR: Takashi Okamoto mud(tm) - http://www.mudcorp.com/
DATE: 06/27/2008

--------------------------------------------------------------------------------

This file is part of ImageShiftGallery.

  ImageShiftGallery is free for anyone to use, but this header MUST be
  included, and may not be modified.

*******************************************************************************/

.gallery {
  overflow: hidden;
  font-size: 9px;
}


#content {
  margin: 20px;
  padding-bottom: 20px;
}


div.clear { clear: both; }
/* --------------------------------------- DONT CHANGE ---------------------- */

.isg_container {
  position: relative;
  padding: 0;
  margin: 0;
}

table.isg_table {
  margin: 0;
  padding: 0;
  line-height: 0;
  border-spacing: 0;
  border: none;
}

table.isg_table img { border: none; }

table.isg_table tr {
  margin: 0;
  padding: 0;
}

table.isg_table td {
  margin: 0;
  padding: 0;
}

.isg_markup-wrapper {
  line-height: normal;
  overflow: hidden;
}

.isg_controller-wrapper {
  float: left;
  width: 100%;
}

a.isg_button {
  color: #FF0000;
  text-decoration: none;
}

a.isg_button:hover { text-decoration: underline; }