﻿body {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  line-height: 170%;
  text-align: center;
  background: white url("z-images/seamless-4.jpg");
  background-image: url("z-images/seamless-4.jpg");
  color: black;
  font: 100% verdana, arial, Helvetica, sans-serif;
  }

body div {line-height: 170%;}

.clearboth {clear: both;}
	
#header {
	width: 100%;
	height: 200px;
	text-align: center;
	background-color: #000040;
	}

#hdr-1000px {
	width: 1000px;
	height: 200px;
	color: white;
	margin: 0 auto 0 auto;
}

#hdr-inner-left {
	width: 190px;
	text-align: left;
	float: left;
	color: white;
}

#hdr-inner-right {
	width: 650px;
	float: left;
	color: white;
}

#hdr-inner-two {
	width: 150px;
	float: left;
	color: white;
}

.main {
	width: 1000px;
	margin: 0 auto 20px auto;
	padding: 0px 0px 0px 0px;
	/*background-color: white;*/
	text-align: left;
	}
	
.main-text {
	width: 958px;
	margin: 0 auto 20px auto;
	padding: 20px 20px 20px 20px;
	text-align: left;
	background: white url("z-images/seamless-4.jpg");
	background-image: url("z-images/seamless-4.jpg");
	border: 1px dashed #800000;
	font-size: 110%;
}
	
/* ============================ */
/* H1, H2 etc */
/* ============================ */
h1, h2, h3, h1.bordered {
	clear: both;
	text-align: left;
	font-weight: normal;
	line-height: 150%;
	font-style: normal;
	}
	
h1 {font-size: 145%; margin: 0.5em 0 0.5em 0.0em;}
h2 {font-size: 135%; font-style: italic; margin: 0.5em 0 0.5em 0.0em;}
h3 {font-size: 125%; margin: 0.5em 0 0.3em 0; font-style: italic;}
	

/* -------------------------------------------------------------*/
/* FOOTER */	
/* -------------------------------------------------------------*/
div#footer {
	clear: both;
	background-color: orange;
	width: 100%;
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
	text-align: center;
	font-weight: normal;
	font-size: small;
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	padding: 10px 0 10px 0;
	}
/* ===========*/
/* PARAGRAPHS */
/* ========== */
p {text-align: left;}

/* ====== */
/* IMAGES */
/* =======*/
img {
	display: block;
	/*vertical-align: bottom;*/
}

img.hdr-img {	
	padding-top: 20px;
	align: left;
	float: left;
}

img.facebook {	
	padding-top: 30px;
	margin-right: 10px;
	float: right;
}

/* ========== */
/* MISC */
/* ========== */
ol.profindex {
	margin-left: 0;
	line-height: 180%;
	padding-left: 20px;
	}
	
ol.profindex li {
	font-weight: bold;
	font-size: 105%;
	
	}
	
ol.profindex ol li {
	font-weight: normal;
	font-size: 100%;
	}