/* 
 * Template1 base CSS common to all themes
 */

/*
 * A1: address and contact info
 * A2: website title and slogan
 * B1: left image
 * B2: right image
 * C1: page list (navigation)
 * C2: main content pane
 */
 
/*
 * Basic layout
 */

body {margin-top: 10px;}

form {padding-left: 10px;}
form label {display:block;}
form div {
	margin-top: 10px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
form input.submitButton {margin-top: 10px;}
.a1 {width: 250px;}
.b1 {width: 250px; height: 150px;}
.b2 {height: 150px;}

.c1 {width: 250px; vertical-align:top;}
.c2 {padding: 15px;}



/* Font sizes, text layout, borders padding */

body, td, p, li {11pt;}

/* Default fonts */
body,h1,h2,h3,p,li,td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


h1,h2,h3,h4 {padding:0px;margin:5px 0px 5px 0px;}
h1 {font-size: 14pt;}
h2 {font-size: 13pt;}
h3 {font-size: 11pt; text-align: center; padding: 10px 0 10px 0; }
h4 {font-size: 11pt; font-weight: bold;}

p {margin-top: 10px;margin-bottom: 10px;}

td.a1 p {
	font-size:10pt;
	text-align: center;
	font-weight:bold;
	padding: 3px 0 3px 0;
	margin: 0px;
}

#linkList a {
	padding: 0 0 0 0;
	text-align: left;
	font-size: 11pt;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration: none;
}
#linkList a:hover {text-decoration: underline;}
#linkList ul {display:block;list-style:none;}
#linkList li {border-bottom:1px dotted;width: 200px; padding: 10px 0 0 0;}	

.leftText {	margin-left: 25px;}

.top {
	font-size:13pt;
	text-align: right;
	font-weight: bold;
	padding: 80px 20px 0 0;
	margin: 0;
}

/* Slogan in a2 */
.slogan {font-size: 11pt; text-align: right; padding: 0 20px 0 0; 
font-style: italic;}

/* Footer */
.d {text-align: right;}
.d p {font-size: 10pt;}

.guestbook .greeting {
	clear: both;
	border-bottom: thin dashed black;
}
.guestbook .signature {
	text-align: right;
}

.galleryThumbnailCell {
	text-align: center;
}
.galleryThumbnailCell P {
	width: 200px;
	font-style: italic;
	font-size: 9pt;
}

/* ***** End of base CSS ***** */
