/* CSS Reset */
* { margin:0; padding:0; }
body {
  background:#59d3fa url(img/body_bg.jpg) repeat-x 0 0;
}
#container {
	width:1024px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height:105px;
	width:985px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: 30px;
	text-align: center;
}
#header h4 {
	display:block;
	float:left;
	width:985px;
	height:105px;
	background:url(img/box4.png) no-repeat 0 0;
	padding-top: 20px;
}
#header h1 a {
  display:block;
  width:100%;
  height:100%;
}
span.logoHover a {
  display: block;
  width: 100%;
  height:100%;
}
p#featuredText {
  display:block;
  position:relative;
  float:left;
  width:100%;
  height:375px;
  background:url(img/featured_bg.jpg) no-repeat 0 0;
  text-indent:-10000px;
}
#monitor {
  position:absolute;
  top:0;
  right:0;
}
.box {
	width:320px;
	height:185px;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-left: 2px;
}
.box h2 {
	font:bold 20px Verdana, Geneva, sans-serif;
	color:#0f83bc;
	text-transform:uppercase;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 140px;
}
.box h6 {
	font:bold 20px Verdana, Geneva, sans-serif;
	color:#0f83bc;
	text-transform:uppercase;
	margin-top: 15px;
	margin-right: 5;
	margin-bottom: 0;
	margin-left: 10px;
}
.box h5 {
  font:normal 12px/18px Verdana, Geneva, sans-serif;
  color:#0c3b4a;
  margin:0 10px 0 10px;
}
.box p {
  font:normal 12px/18px Verdana, Geneva, sans-serif;
  color:#0c3b4a;
  margin:0 10px 0 140px;
}
.client {
	background:url(img/box1.jpg) no-repeat 0 0;
}
.work {
	background:url(img/box2.jpg) no-repeat 0 0;
}
.book {
	background:url(img/box3.jpg) no-repeat 0 0;
}
.bottom {
	display:block;
	width:985px;
	height:120px;
	align: center;
	background:url(img/box4.png) no-repeat 0 0;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.#footer {
	clear:both;
	width:940px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #094e64;
	margin-top: 100px;
}
.MyLink {
	color: #0c3b4a;
	text-decoration: none;
}
