﻿/* CSS layout */
#masthead {
	width: 200px;
	position: absolute;
	left: 10px;
	top: 0px;
}
#masthead img {
	border: 0px;
}
#top_nav {
	position: absolute;
	margin-left: 200px;
	top: 38px;
	width: 700px;
	left:10px;
	text-align:right
}
#topline {
	position:absolute;
	line-height:1px;
	width: 900px;
	top: 50px;
}
#left_col {
	width: 200px;
	position: absolute;
	left: 10px;
	top: 105px;
	line-height: 25px;
}
#left_col img {
	border:0px;
}
#page_content {
	position:relative;
	top:80px;
	left: 200px;
	width:700px;
}
#gallery {
	position:relative;
	float:right;
	width:270px
}
#text {
	position:relative;
	width:420px;
	height:auto;
	height:100%;
}
#text2 {
	position:relative;
	height:auto;
	height:100%;
	}
#footer {
	position:absolute;
	text-align:center;
	width:700px;
	bottom:-180px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #747474;
	text-decoration: none;
}

.linkbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #747474;
	text-decoration: none;
}
.maintext {
	font-size:15px;
}
.style1 {
	text-align:right;
}
#imagerow {
    width:722px;
    clear:both;
    margin-top:0px;
    padding-top:0px;
    display:block;
    }
#imagerow-firstcol {
    width:234px;
    float:left;
    margin-left:0px;
    margin-bottom:5px;
    display:inline;
    margin-right:10px;
    margin-top:0px;
    padding:2px;
}
#imagerow-lastcol {
    width:234px;
    float:left;
    margin-right:0px;
    margin-bottom:5px;
    display:inline;
    padding-top:2px;
    padding:0px;
}
#textpic-image {
    float:left;
    margin-bottom: 5px;
    display: inline;
    margin: 0px;
    margin-right: 10px;
    padding-top: 2px;
}
dd.textpic-caption {
   background-color: transparent;
   text-align:left;
   padding-left: 0;
   padding-right: 0;
   padding-top: 4px;
   font-size: 11px;
   line-height: 13px;
   font-style: normal;
   padding-bottom: 12px;
}
dt.textpic-imagewrap {
    border-width:10px;
}
dl 
{
    float:left;
    margin:0 0 1em 1em;
    }

.sampletile 
{
    width:234;
    float:left;
    margin:0 15px 15px 0;
    padding:5px;
    font-size: 11px;
    line-height: 13px;
    }
.clearboth 
{
    clear:both}
h3{
	margin-top:0px;
	margin-bottom:0px;
	}
h5 {
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	}
	
