/* CSS Document */

/* Body & Page (set to achieve centering on page in all browsers) */

body {
	text-align: center;
	margin-top: 20px;
	background-image: url(imgs/red_celtic_background.gif);
}
#page {
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	border: 3px solid #333333;
	background-color: #FFFFFF;
	position: relative;
}

/* Headers */

#header {
	height: 150px;
	margin: 10px 10px 10px 10px;
	border: 1px solid #333333;
	background-image: url(imgs/logo_arrow_horiz.gif);
	background-repeat: no-repeat;
}
#header2 {
	height: 75px;
	margin: 0;
	border: 0;
	background-image: url(imgs/gradient_bar.gif);
	background-repeat: no-repeat;
}

/* Content */

#content {
	padding: 0 03px 75px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #333333;
	line-height: 150%;	
}
#content p {
	margin: 0 0 10px 0;
}

/* Frames */

#columnFrame2 {
	float: left;
	width: 570px;
	margin: 0;
	padding: 0;
}

/* Columns */

#columnLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	float: left;
	width: 110px;
	margin: 0;
	padding: 0;
	border-top: 3px solid #333333;
	border-bottom: 1px solid #333333;
}

/* For Left Nav Menu - see p7tmbasic.css style sheet */

#columnMain {
	float: right;
	width: 387px;
	margin: 0 0 30px 0;
	padding-right: 30px;
	border-right-width: 3px;
	border-right-style: double;
	border-right-color: #999999;
}
#columnRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 150%;
	float: left;
	width: 147px;
	margin: 0;
	padding: 0 0 0 20px;
}
#columnRight img {
	margin: 0 0 10px 0;
}

/* Footer */

#footer {
	clear: both;
	padding: 0 30px;
	height: 160px;
	background-image: url(imgs/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px !important;
	color: #FFFFFF;
	line-height: 150%;
	position: relative;
	bottom: -92px;
}
#footerText p {
	margin: 0 0 12px 0;
	padding: 0;
}
#footerText p a {
	text-decoration: none;
	color: #FFFFFF;
}
#footerText p a:hover {
	color: #CC9933;
}

/* Guest Book Styles */

.form_wrapper {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 1em;
	margin: 1em 0 1em 0;
	background-color: #E8DDC2;
}

.form_entrybox {
	border-bottom: 1px solid #666666;
	padding-bottom: 1em;
	
	margin-bottom: 1em;
}
.form_entrybox input {
	background: #F8F8F8;
	border: 1px solid #BBBBBB;
}
.form_entrybox textarea {
	background: #F8F8F8;
	border: 1px solid #BBBBBB;
}
.form_entrybox table {
	font-size: 100%;
	color: #333333;
}
.form_entrybox li {
	margin: 0 0 5px 0;
}

/* Misc */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 225%;
	line-height: 80%;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: lighter;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	color: #333333;
	line-height: 125%;
	margin: 0;
	padding: 0;
	font-weight: lighter;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: lighter;
	line-height: 80%;
	margin: 0 0 6px 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: lighter;
	line-height: 120%;
	margin: 0 0 6px 0;
}
ul {
	margin-top: 0;
	margin-bottom: 0.5em;
}
#logoknot {
	position: absolute;
	top: 3px;
	left: -11px;
	width: 203px;
	height: 177px;
}