@charset "utf-8";
/* CSS Document */

body, td, th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
body {
	background-color: #fff;
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #288395;
	text-decoration: none;
}
a:visited {
	color: #288395;
	text-decoration: none;
}
a:hover {
	color: #288395;
	text-decoration: underline;
}
a:active {
	color: #288395;
	text-decoration: none;
}
#page-wrapper {
	width: 780px;
	margin:auto;
}
#logo {
	display:block;
	height:44px;
	width:183px;
	margin-top: 26px;
	background:url(../images/eye-dreamt-header.png) top left no-repeat;
	float:left;
}
#navigation {
	float:right;
	margin:0px;
	margin-top:54px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
#navigation li {
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}
#navigation li a {
	padding: 1px;
}
#navigation li a:hover {
	text-decoration:none;
	background-color:#fff;
}
#content-wrapper {
	padding-top:30px;
	clear:both;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align:justify;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 34px;
	color: #000;
	margin-bottom:20px;
	margin-top:20px;
}
h2 {
	font-size: 23px;
	color: #000;
}
h3 {
	font-size: 20px;
	color: #000;
}
h4 {
	font-size: 16px;
	color: #000;
}
h5 {
	font-size: 12px;
	color: #000;
}
h6 {
	font-size: 10px;
	color: #000;
}
.box-it {
	border: 10px solid #c1d7e2;
	padding: 10px;
	width: 330px;
	font-size: 14px;
}
.float-left {
	float:left;
}
.float-right {
	float: right;
}
.tagline {
	text-align:justify;
	margin-bottom: 30px;
	font-size: 16px;
}
.created-sites {
	width:328px;
	height:110px;
	margin-bottom:1px;
	background-color: #fff;
	border: 1px solid #cfcfcf;
}
.created-sites img {
	width:308px;
	height:90px;
	padding: 10px;
	background-color: #fff;
}
#copyright {
	font-size:12px;
	text-align:center;
	padding: 20px 0px;
	clear:both;
}
#our-work-thumbs-container{
	margin-top:-24px;
}
#our-work-thumbs-container img{
	border: 1px solid #cfcfcf;
	padding:10px;
	margin:24px;
}
