@charset "UTF-8";
/*******************************************************************************
Modified version of:
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.

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

body{
	position:relative;
	margin-left:40px;
	margin-right:40px;
	font-family: Georgia;
	font-size: 13.5px;
	line-height:22px;
	color:#484848;
	font-weight: normal;
	letter-spacing:0.03em;
	background:#F0F0F0;
	}
	
strong{
	position: relative;
	font-size: 30px;
	word-spacing:-0.01em;
	letter-spacing:-0.04em;
	line-height: 35px;
	//text-transform: uppercase;
	font-family: Gerogia;
	//font-style: italic;
	font-weight:normal;
	color:#000000;
	}
	
.gallery {
  overflow: hidden;
}
.isg_container {
  position: relative;
  padding: 0;
  margin: 0;
}

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

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

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

a.isg_button:hover { text-decoration: none;}
#container{
	width:29%;
	float:left;
	position:relative;
	top:10px;
	display:block;
}
#work{
	display:block;
	top:10px;
	position:relative;
	width:67%;
	float:right;
}
a:link{
	color:#282828;
	font-style:none;
	}
a:hover{
	background:#FFE303;
	color:#333333;
	font-style:none;
	}
	
/*a:visited{
	background:#000000;
	color:#FFFFFF;
	font-style:none;
	}*/


img#imgnav{
	border: 0px none #FFFFFF;
	margin-right:18px;
	margin-bottom:11px;
	}
a:hover#imgnav {
	background:#F0F0F0;
	}

hr {
  	border: 0;
  	color: #080369;
	background-color:#333333;
	height: 1px;
}

img#logo{
border:none;
}