﻿/* CSS layout */
body {
	padding: 2px;
	margin: 2px;
	background-image: url('Pictures/GATG-bg.jpg');
	height: auto;
	width: auto;
	font-family: Verdana;
}
#masthead {
	padding: 10px;
	font-family: "Lucida Calligraphy";
	text-align: center;
	border: medium solid #000000;
	height: auto;
}
#top_nav {
	padding: 10px;
	font-family: "Lucida Calligraphy";
	text-align: center;
	border-style: none solid none solid;
	border-width: medium;
	border-color: #000000;
	font-size: x-large;
	height: auto;
}
#page_content {
	padding: 10px;
	font-size: large;
	border: medium solid #000000;
	color: #000000;
	height: auto;
}
#footer {
	padding: 10px;
	font-size: large;
	text-align: center;
	color: #008000;
	height: auto;
}
a {
	color: #003399;
}
a:hover {
	color: #CC0000;
}
a:visited {
	color: #003300;
}
.Bold {
	font-weight: bold;
}
.ButtercupSoapsLogo {
	color: #663300;
	font-size: 85px;
}
.HorizontalLine {
	color: #000000;
	background-color: #000000;
}
.LLC {
	color: #663300;
	font-size: 45px;
}
.Centered {
	text-align: center;
}
.Heading {
	font-size: xx-large;
	color: #000000;
	text-decoration: underline;
}
.Important-FYI {
	color: #000080;
}
.Important-FYI-Headings {
	font-size: x-large;
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}
.Story {
	text-align: center;
	font-style: italic;
}
.Welcome {
	font-family: "Lucida Calligraphy";
	text-decoration: underline;
	font-size: xx-large;
	font-weight: bold;
}