/* CSS Document */

/* layout divs */
html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
	/* background: white url(../images/siteChannels.gif) repeat-y 50% 0; */
	background:white url(../images/page_head.gif) repeat-x;
	height:auto;
	/* font-size:12px; */
	}
#background {
	background-color:white;
	width:800px;
	margin:0 auto;
	height:auto;
}
#pageContainer{
	width:800px;
	margin: 0 auto;
	position:relative;
	height:100%;
	min-width:800px;
	min-height:100%;
}

#masthead{
	margin: 0 auto;
	padding: 0px 0px;
	width:100%;
	max-height:51px;
	height:51px;
	z-index:1;
	background-image:url(../images/header_olive_leaf_withName.jpg);
}
#main {
	position:relative;
	/*margin-left:1px;*/
	width:100%;
}

#cartography {
	width:800px;
	background-image:url(../images/sections_cart.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	min-height:114px;
	padding-bottom:90px;
	padding-top:20px;
}

#web_design {
	width:100%;
	background-image:url(../images/sections_web.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	min-height:114px;
	padding-bottom:90px;
	padding-top:20px;
}

#logo_design {
	width:100%;
	background-image:url(../images/sections_logos.gif);
	background-repeat:no-repeat;
	background-position:top left;
	min-height:114px;
	padding-bottom:90px;
	padding-top:20px;
}

#print_design {
	width:100%;
	background-image:url(../images/sections_print.gif);
	background-repeat:no-repeat;
	background-position:top left;
	min-height:114px;
	padding-bottom:90px;
	padding-top:20px;
	
}

#top_contact {
	width:100%;
	height:1.5em;
	text-align:right;
}
#footer {
	font:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#999999;
	text-align:right;
}
#bottom_contact {
	float:right;
}

#project_name {
	font-size:2em;
	min-height:1.25em;
	padding-top:20px;
}

#image {
	float:left;
	padding-right:25px;
	padding-botto:25px;
	
}
#description {
}
#thumbnail_links {
	text-align:center;
	padding-top:15px;
}
#thumbnail_links a {
	padding-right:5px;	
}
#last_updated {
	float:right;
}

.link_box {
	margin: 70px 0px 0 20px;
	float:left;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;	
}

.clear_all {
	clear:both;
}
