@charset "utf-8";
/* layout styles */

/* Universal style rule */

*{
	  /* Block all browser default margins and padding */
  margin:0;
  padding:0;
  /* Temporary borders  border:dashed 1px #333; */
  
}

#wrapper{
  width:50em;
    /* Center the wrapper */
  margin: 0 auto;
     /* Required for absolutely-positioned layout only */
  position:relative;
}
body {
	background-image:url(images/bg.gif);
	background-repeat:no-repeat;
}

#contact{
	background-image:url(images/page_background.gif);
	background-repeat:no-repeat;
	height:642px;
	width:842px;
	position: absolute;
	margin-top:10px;
	left:0px;;

}
#contact_content{
	font-family:Verdana;
	font-size:13px;
	font-weight:400;
	color:#9E0000;
	text-align:left;
	line-height:1.3em;
	height:108px;
	width:314px;
	position: absolute;
	left:325px;
	top: 247px;
	}
#contact_content h1{
	font-family:Verdana;
	color:#FF5933;
	font-size:15px;
	font-weight:500;
	color:#000;
}
#client{
	background-image:url(images/page_background.gif);
	background-repeat:no-repeat;
	height:642px;
	width:842px;
	position: absolute;
	margin-top:10px;
	left:0px;;

}
#client_content{
	font-family:Verdana;
	font-size:13px;
	font-weight:400;
	color:#000;
	text-align:left;
	line-height:1em;
	height:485px;
	width:573px;
	position: absolute;
	overflow:scroll;
	left:164px;
	top: 151px;
}
#client_content h1{
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	line-height:2em;
	color:#000;
}
#client_content h2{
	font-family:Verdana;
	color:#C00;
	font-size:15px;
	font-weight:400;
	line-height:1em;
	color:#000;
}
	
#reel{
	background-image:url(images/page_background.gif);
	background-repeat:no-repeat;
	height:642px;
	width:842px;
	position: absolute;
	margin-top:10px;
	left:0px;;

}
#reel_content{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:#279609;
	text-align:left;
	line-height:1em;
	height:49px;
	width:190px;
	position: absolute;
	left:227px;
	top: 164px;
}
#reel_link{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#279609;
	text-align:left;
	line-height:1.5em;
	height:101px;
	width:353px;
	position: absolute;
	left:34px;
	top: 334px;
}
	/* Applies to navbar links, unvisited and visited */
#reel_link a,
#reel_link a:link,
#reel_link a:visited{
  text-decoration:none;
  font-family:Verdana;
  font-size:12px;
  color:#279609;
  font-weight:bold;
  text-align:left;
  line-height:1.5em;
  outline-style:none;
}
/* Nav hover, active, and current page links */
#reel_link a:hover,
#reel_link a:active,
#reel_link li.selected a:link,
#reel_link li.selected a:visited{
  color:#fd5300;
}
#gallery{
	background-image:url(images/page_background.gif);
	background-repeat:no-repeat;
	height:642px;
	width:842px;
	position: absolute;
	margin-top:10px;
	left:0px;;

}
#gallery_content{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:#279609;
	text-align:left;
	line-height:1em;
	height:30px;
	width:214px;
	position: absolute;
	left:168px;
	top: 139px;

}
.a,
.a:link,
.a:visited{
  text-decoration:none;
}

#footer{
	font-family: Verdana, Geneva, sans-serif;
	color:#666;
	font-size: 13px;
	text-align:center;
	width:842px;
	position: absolute;
	top:622px;
	left:2px;
}

#nav{
	width:108px;
	text-align:center;
	height:165px;
	overflow:hidden;
	position: absolute;
	top:358px;
	left:57px;
}
/* Applies to navbar links, unvisited and visited */
#nav a,
#nav a:link,
#nav a:visited{
  text-decoration:none;
  font-family:Verdana;
  font-size:14px;
  color:#279609;
  font-weight:bold;
  display:block;
  width:17em;
  text-align:left;
  line-height:1.5em;
  outline-style:none;
}
/* Nav hover, active, and current page links */
#nav a:hover,
#nav a:active,
#nav li.selected a:link,
#nav li.selected a:visited{
  color:#fd5300;
}

@media print{
/* Start printer-friendly styles */

/* Set wrapper to fill page width */
#wrapper{
width:100%;
}

/* Hide leftcolumn, navbar,and footer */
#leftcolumn,
#navbar,
#footer{
display:none;
}
/* Get rid of content div margins and
padding. Use a different font for print */
#content{
margin:0;
padding:0;
font-family:'Century Schoolbook', Times, Serif;
font-size:1em;
}
/*End printer-friendly styles */
