body{
	background: #cce8a8 url(images/background.jpg) repeat-x top center;
	color: #1d273f;
	font-family: verdana, arial;
}

h1, h2, h3, h4, h5, h6 {
	color: #1e6b96;
	font-weight: bold;
}

#doc {
	background-color: #FFF;
	background-image: url(images/body.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	width: 953px;
}

#hd{
	position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 195px;
}

#bd {
  	padding: 20px 100px 0px 100px;
}

#ft {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	font-size: 100%;	
	height: 232px;
}

.ftinfo {
	font-size: 110%;
	font-weight: 500;
	padding-top: 90px;
}

.copyright {
	padding-top: 10px;
}

h1 {
	font-size: 145%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 118%;
}

h4 {
	font-size: 110%;
}

a {
	text-decoration: none;
	color: #1656D4;
}

a:visited {
	color: #093B8C;
}

a:hover {
	text-decoration: underline;
	color: #3861B5;
}

a.link {
	font-size: 90%;
	font-weight: bold;
	background: url(images/linkimage.gif) center left no-repeat;
	padding-left: 10px;
	margin-left: 5px;
}

#topleft {
	display: block;
	position: relative;
	left: -39px;
	width: 39px;
	height: 77px;
	background: url(images/topleft.gif) center left no-repeat;
}

#topright {
	display: block;
	position: relative;
	top: -77px;
	left: 953px;
	width: 39px;
	height: 77px;
	background: url(images/topright.gif) center left no-repeat;
}

#postit {
	display: block;
	position: relative;
	width: 184px;
	height: 90px;
	top: 41px;
	left: 688px;
	background: url(images/postit.png) center left no-repeat;
}

#menu {
	width: 285px;
	height: 468px;
	background: url(images/menu.jpg) center left no-repeat;
	float: left;
	position: relative;
	left: -20px;
	top: -20px;
}

#pageLinks {
	list-style: none outside;
	padding: 0;
	margin: 0;
	position: relative;
	top: 77px;
	left: 75px;
	width: 151px;
}

#pageLinks li {
	margin: 0;
	padding: 0;
}

#pageLinks li a {
	display:block;
	width:151px; 
	height:33px;
	margin:0; 
	padding:0;
	text-decoration: none;
}

#pageLinks li a span {
	display: none;
}

#linkMain {
	background: url("images/menu_main.gif") top left no-repeat;
}

#linkMain:hover, #linkMainOver {
	background: url("images/menu_main_over.gif") top left no-repeat;
}

#linkServices {
	position: relative;
	top: -3px;
	background: url("images/menu_services.gif") top left no-repeat;
}

#linkServices:hover, #linkServicesOver {
	position: relative;
	top: -3px;
	background: url("images/menu_services_over.gif") top left no-repeat;
}

#linkProjects {
	position: relative;
	top: -6px;
	background: url("images/menu_projects.gif") top left no-repeat;
}

#linkProjects:hover, #linkProjectsOver {
	position: relative;
	top: -6px;
	background: url("images/menu_projects_over.gif") top left no-repeat;
}

#linkTestimonials {
	position: relative;
	top: -9px;
	background: url("images/menu_testimonials.gif") top left no-repeat;
}

#linkTestimonials:hover, #linkTestimonialsOver {
	position: relative;
	top: -9px;
	background: url("images/menu_testimonials_over.gif") top left no-repeat;
}

#linkContact {
	position: relative;
	top: -12px;
	background: url("images/menu_contact.gif") top left no-repeat;
}

#linkContact:hover, #linkContactOver {
	position: relative;
	top: -12px;
	background: url("images/menu_contact_over.gif") top left no-repeat;
}

.center{
	text-align: center;
}

.inset{
	padding-left: 1.5em;
}

.dblinset{
	padding-left: 3em;
}

.ps {
	font-size: 90%;
}

.contentlist {
	margin: 0em 0em 0.5em 2em;
	padding: auto;
	list-style-type: square;
}

.contentlist li {
	font-size: 115%;
}

.contentlist ul {
	margin-left: 20px;
	list-style-type: disc;
}

.contentlist ul li {
	font-size: 100%;
}

p {
	margin: 0px;
	padding: 0.25em 0em 1em 0em;
	vertical-align: top;
	font-size: 110%;
}

em {
	border 2px solid #f00;
	font-weight: 600;
}

.main {
	width: 450px;
	float: right;
}

.second {
	padding-left: 40px;
	padding-right: 50px;
}

.ltext {
	float: left;
	width: 100%;
}

.ltext img{
	padding: 0px 7px 5px 20px;
	float: right;
}

.rtext {
	float: right;
	width: 100%;
}

.rtext img {
	padding: 0px 7px 5px 0px;
	float: left;
}

.clear{
	clear: both;
}

.projects {
	position: relative;
	left: 30px;
}

.thumbnails {
	text-align: center;
	padding-bottom: 3px;
}

.thumbnails a {
	padding: 3px;
}

.testimonial {
	font-style: italic;
}

.author {
	font-weight: 600;
}