@charset "UTF-8";
a:link {
	color: #038;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(Images/texture.png);
	background-color: #C2CCCF;
}
.twoColFixLtHdr #container {
	text-align: left;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 798px;
	position: relative;
	background-color: #FFF;
	height: 100%;
} 
.twoColFixLtHdr #header {
	background: #FFFFFF;
	padding: ;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #mainContent {
	margin-bottom: 0px;
	padding-bottom: 0px;
} 
.twoColFixLtHdr #container #LeftMenuBar {
	width: 165px;
	float: left;
	padding-left: 30px;
	margin-top: 50px;
}
.twoColFixLtHdr #container #CenterText {
	float: left;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 320px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #container #CenterText p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.9em;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.3em;
	word-spacing: 1px;
	font-style: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #container #CenterText h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-top: 20px;
	margin-left: 7px;
	font-variant: normal;
	font-style: italic;
	text-align: center;
	margin-right: 5px;
}
.twoColFixLtHdr #container #CenterText #addressInfo {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 25px;
}
#container #CenterText #addressInfo p {
	font-size: 0.7em;
	text-align: center;
	background-image: url(images/AddressBubble.png);
	background-repeat: no-repeat;
	background-position: center 55px;
	margin-top: 20px;
}
.twoColFixLtHdr #container #RightPicBar {
	float: left;
	margin-left: 8px;
	padding: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #container #footer {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: center;
	clear: both;
	background-image: url(images/FootColor.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 799px;
	height: 25px;
	color: #CCC;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #footer div p {
	text-align: right;
	padding-right: 35px;
	padding-top: 7px;
}
#container #LeftMenuBar #paypalFront {
	padding-top: 2px;
	padding-left: 1px;
	padding-right: 10px;
}
.twoColFixLtHdr #container #LeftMenuBar #paypalFront p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.8em;
	padding-left: 8px;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
}
.twoColFixLtHdr #container #CenterText ul li {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.9em;
	padding-top: 2px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #CenterText ul {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 50px;
}
.twoColFixLtHdr #container #CenterText h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-top: 20px;
	margin-left: 7px;
	font-variant: normal;
	font-style: italic;
	text-align: center;
	margin-right: 5px;
}
