/* -------------------------- */
/*	BODY */
/* -------------------------- */
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	background-color: white;
	line-height: 120%;
	margin: 5px 0 0 0;;
	padding: 0;
	text-align: center;
	color: navy;
	}
/* -------------------------- */
/*	WRAPPER */
/* -------------------------- */
#wrapper {
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	}
/* -------------------------- */
/*	HEADER */
/* -------------------------- */
#header {
	width: 900px;
	text-align: left;
	height: 88px;
	border-top: 2px solid #ea0000;
	background: white;
	margin-bottom: 5px;
	border-bottom: 1px dashed #ffcccc;
	}
	
table#tabhead {
	width: 900px;
	height: 88px;
	background-color: white;
	}
	
table#tabhead td {
	vertical-align: middle;
	text-align: middle;
	}
	
table#tabhead td.headleft {
	width: 650px;
	}
	
table#tabhead td.headmid {
	width: 150px;
	font-size: 12px;
	color: #ea0000;
	font-weight: normal;
	vertical-align: middle;
	padding-top: 3px;
	}
	
table#tabhead td.headright {
	width: 100px;
	vertical-align: top;
	text-align: right;
	}
/* -------------------------------------------------------------*/
/* MENUS */
/* -------------------------------------------------------------*/
a {font-weight: normal;}
	
a:link {color: blue;}
a:visited     {color: blue;}
a:hover       {color: red;}
a:active {color: blue;}

table.topmenu a {font-weight: normal;	text-decoration: none;}
table.topmenu a:link {color: #6666ff;}
table.topmenu a:visited {color: #6666ff;}
table.topmenu a:hover {border-bottom: 1px dashed #6666ff; color: #6666fe;}
table.topmenu a:active {color: #6666ff;}

table.pic640 a {font-weight: normal; text-decoration: none;}
table.pic640 a:link {color: blue;}
table.pic640 a:visited {color: blue;}
table.pic640 a:hover {border-bottom: 1px dashed blue; color: blue;}
table.pic640 a:active {color: blue;}

#menu {
	width: 900px;
	padding: 3px 0 3px 0;
	background-color: #ffffff;
	margin-bottom: 25px;
	}
	
table.topmenu {
	font-size: 13px;
	margin-top: 1px;
	/*margin-bottom: 10px;*/
	background-color: #ffffff;
	border-collapse: collapse;
	float: right;
	}
	
table.topmenu td {
	text-align: center;
	padding: 1px 8px 1px 8px;
	border-right: 1px solid #ffcccc;
	}

table.topmenu td.thisone {
	font-weight: bold;
	font-style: italic;
	color: #6666ff;
	}
	
table.topmenu td.endone {
	border: 0;
	text-align: right;
	padding-right: 0;
	}
table.topmenu td.thisend {
	font-weight: bold;
	font-style: italic;
	color: #6666ff;
	border: 0;
	text-align: right;
	padding-right: 0;
	}

/* -------------------------------------------------------------*/
/* MAIN BODY */	
/* -------------------------------------------------------------*/
#mainbody {
	width: 900px;
	text-align: left;
	border: 0;
	margin-bottom: 10px;
	}

table.maintab {
	width: 900px;
	background-color: white;
	color: #000080;
	float: none;
	}
	
table.maintab td.mainleft {
	/* background images handled in internal style sheets */
	width: 540px;
	height: 300px;
	vertical-align: bottom;
	text-align: right;
	padding: 0;
	}
	
table.maintab td.mainright {
	width: 360px;
	vertical-align: top;
	text-align: left;	
	padding: 8px 0 0 15px;
	}
	
table.maintab td.mainall {
	width: 900px;
	vertical-align: top;
	text-align: left;	
	padding: 10px 100px 10px 20px;
	}

table.maintab td.about {
	width: 900px;
	vertical-align: top;
	text-align: left;	
	padding: 10px 100px 10px 20px;
	}

#thumbnails {
	width: 900px;
	text-align: left;
	border: 0;
	margin-bottom: 10px;
	}

table.thumbtab {
	width: 900px;
	background-color: white;
	color: #000080;
	float: none;
	margin-top: 10px;
	border-collapse: collapse;
	}
	
table.thumbtab caption {
	text-align: left;
	padding-left: 20px;
	font-style: italic;
	}
	

table.thumbtab td.pixipse {
	width: 225px;
	vertical-align: middle;
	text-align: center;
	font-style: italic; 
	padding: 10px 0 0 0;
	}
	
table.thumbtab td.thumbcap {
	border-top: 0;
	vertical-align: middle;
	text-align: center;
	font-style: italic; 
	padding: 10px 0 20px 0;
	border-bottom: 1px dashed #6666ff;
	}
	
#fullpic {
	width: 900px;
	text-align: center;
	border: 0;
	margin-bottom: 10px;
	}
	
table.pic640 {
	width: 900px;
	background-color: white;
	color: #000080;
	float: none;
	margin-top: 10px;
	text-align: center;
	border-collapse: collapse;
	}
	
table.pic640 td.picipse {
	padding-bottom: 10px;}

table.pic640 td.piccap {
	padding-bottom: 10px;}

/* -------------------------------------------------------------*/
/* FOOTER */	
/* -------------------------------------------------------------*/
#footer {
	width: 900px;
	border-top: 1px dashed #ffcccc;
	border-bottom: 1px dashed #ffcccc;
	text-align: center;
	padding: 5px 0 5px 0;
	}
	
table.foottab {
	width: 900px;
	font-size: small;
	float: none;
	text-align: center;
	}
	
table.foottab td.footone {
	width: 100%;
	vertical-align: top;
	text-align: center;
	padding: 5px 0 0 5px;
	}
	
table.foottab td.footleft {
	width: 50%;
	vertical-align: top;
	text-align: left;
	padding: 0;
	}
	
table.foottab td.footright {
	width: 50%;
	vertical-align: top;
	text-align: left;
	padding: 0;
	}

/* -------------------------------------------------------------*/
/* H1, H2, H3 etc */
/* -------------------------------------------------------------*/
h1 {
	font-size: 24px;
	color: #ea0000;
	font-weight: bold;
	font-style: italic;
	font-family: "times new roman", serif;
	margin-bottom: 0.1em;
	margin-left: 10px;
	margin-top: 0.1em;
	}
	
h2 {
	font-size: 14px;
	color: #ea0000;
	font-weight: normal;
	font-style: normal;
	font-family: arial, sans-serif;
	margin-bottom: 0;
	margin-left: 10px;
	margin-top: 1.0em; 
	}
	
h3 {
	font-size: 120%;
	color: #000080;
	font-weight: normal;
	font-style: italic;
	font-family: verdana, arial, sans-serif;
	margin-bottom: 0.4em;
	margin-left: 0;
	margin-top: 0; 
	}
	
h4 {
	font-size: 110%;
	color: navy;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	margin-bottom: 0.4em;
	margin-left: 0;
	margin-top: 0.5em;
	padding-top: 0; 
	}
	
h5 {
	font-size: 135%;
	line-height: 135%;
	color: navy;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	margin-bottom: 0.4em;
	margin-left: 0;
	margin-top: 0.5em;
	padding-top: 0; 
	}
/* -----------------------------------------------------------------*/
/* MISCELLANEOUS */
/* ------------------------------------------------------------------*/
img.imgleft {float: left;}
img.imgright {float: right; margin-right: 0px; border: 0; align: right;}
img#craft {float: right; margin-right: 10px; margin-bottom: 10px; border: 3px solid #400000;}
img.thumb {border: 1px solid #ccccff;}

p.homepage {margin: 0em 0 1.4em 0;}
p.captionpic {font-style: italic; margin-top: 10px;}
p.poetry {font-style: italic; margin-left: 20px;} 

hr.foothoriz {width: 50%; height: 1px; color: navy;}

ul.trade {line-height: 120%;}
ul.trade li{margin-bottom: 1.0em;}

ul.testimony {line-height: 120%;}
ul.testimony li{font-style: italic; margin-bottom: 1.0em;}
ul.ticked li {
	list-style-type: circle;
	padding-bottom: 10px;
	}
	
ul.squared li{
	list-style-type: square;
	padding-bottom: 10px;
	}
	
ol.alpha li{
	list-style-type: lower-alpha;
	padding-top: 10px;
	padding-bottom: 0;
	}