@charset "utf-8";
* {
margin:0;
padding:0;
}

body {
	background-color: #333;
}
a, a:visited {
	color:#CCC;
}
a:active, a:focus{ outline:none; }
a:active,  a:hover {
	outline: none;
	color: #00C;
}

#wrap {
	width: 1200px;
	position: relative;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo{
  background-image: url(../images/spriteme1.png);
  background-position: -10px -10px;
	height:130px;
	width:697px;
	float:left;
	}
#navigation {
	float:left;
	width:454px;
	height:55px;
	text-indent:-9999px;
}
#home{
	display:block;
  background-image: url(../images/spriteme1.png);
  background-position: -10px -160px;
	height:55px;
	width:77px;
	float:left;
}
#home:hover {
  background-image: url(../images/spriteme1.png);
  background-position: -10px -2893px;
}
#photos{
	display:block;
  background-image: url(../images/spriteme1.png);
  background-position: -10px -235px;
	height:55px;
	width:122px;
	float:left;
}
#photos:hover {
  background-image: url(../images/spriteme1.png);
  background-position: -10px -2958px;
}
#samples{
	display:block;
  background-image: url(../images/spriteme1.png);
  background-position: -10px -310px;
	height:55px;
	width:135px;
	float:left;
	}
#samples:hover {
  background-image: url(../images/spriteme1.png);
  background-position: -10px -3023px;
}
#contact{
	display:block;
  background-image: url(../images/spriteme1.png);
  background-position: -10px -385px;
	height:55px;
	width:120px;
	float:left;
	}
#contact:hover {
  background-image: url(../images/spriteme1.png);
  background-position: -10px -3088px;
}
#right_nav{
  background-image: url(../images/spriteme1.png);
  background-position: -10px -460px;
	float:left;
	width:49px;
	height:55px;
}
#under_menu {
  background-image: url(../images/spriteme1.png);
  background-position: -10px -535px;
	width:503px;
	height:75px;
	float:left;
}
#leftside{
  background-image: url(../images/spriteme1.png);
  background-position: -10px -630px;
	width:51px;
	height:695px;
	float:left;
}
#content {
  background-image: url(../images/spriteme1.png);
  background-position: -10px -1345px;
	width:1090px;
	height:695px;
	color: #CCC;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	float:left;
	padding-left:10px;
}
#rightside{	
  background-image: url(../images/spriteme1.png);
  background-position: -10px -2060px;
	width:49px;
	height:695px;
	float:left;
}
#undercontent{
  background-image: url(../images/spriteme1.png);
  background-position: -10px -2775px;
	width:1200px;
	height:36px;
	float:left;
}
#footer {
  background-image: url(../images/spriteme1.png);
  background-position: -10px -2831px;
	width:1200px;
	height:52px;
	float:left;
}
.image_box_left {
	float: left; /*"shrink wraps the box width to that of the widest content*/
	padding-right:10px;
}
.image_box_right {
	float: right; /*"shrink wraps the box width to that of the widest content*/
}
.image_box_center {
	float: none; /*"shrink wraps the box width to that of the widest content*/;
	text-align: center;
}
.caption {
	/*block level paragraph automatically fills container, so no width is needed*/
text-align: center;
	font-size: 90%;
	color: #FF6;
}
