@charset "UTF-8";

html {
	height: 100%;
}
body {
	background-image: url(../images/background.gif);
	background-attachment: fixed;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-width: 644px;
}
div#behind {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}
div#everything {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 80%;
	min-width: 643px;
	margin-bottom: 1.25em;
}
/* div#left {
	float: left;
	width: 15%
} */
div#right {
	float: right;
	width: 40%;
}
div#center {
	width: 60%;
}
img#logo {
	clear: both;
	float:left;
	width: 230px;
	height: 50px;
}
img.products {
	border: 0px;
	width: 100%;
	height: auto;
	max-width: 330px;
	max-height: 363px;
}
a.borderit {
	height: 100%;
	width: 30%;
	text-decoration: none;
	padding: 2px;
	margin: 1%;
	float: left;
}
a.borderit:hover {
	text-decoration: none;
	background-color: #5183c4;
}
a:link {
	color: #5183c4;
	text-decoration: none;
}
a:visited {
	color: #5183c4;
	text-decoration: none;
}
a:hover {
	font-weight: 700;
	color: #5183c4;
	text-decoration: none;
}
a:active {
	color: #5183c4;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	font-style: italic;
	color: #4b5a6e;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 52px;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .875em;
	font-weight: normal;
	letter-spacing: .1em;
	background-color: #DCDCD2;
	color: #4b5a6e;
}
h2.footer {
	min-width: 643px;
	font-size: .625em;
	font-weight: 100;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
}
div#footer {
	position: fixed;
	bottom: 0px;
	width: 80%;
	height: 1.25em;
	min-width: 643px;
	background-color: #DCDCD2;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .875em;
	font-style: italic;
	color: #4B5A6E;
	line-height: 1.8;
	background-color: #DCDCD2;
	padding: 10px;
	margin: 0px;
}
div#banner {
	text-align: center;
	margin-bottom: 10px;
}
div#banner img{
	border: 0;
}
div#blog h3 {
	border-top: 1px solid #4B5A6E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	color: #4b5a6e;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
div#blog {
	background-color: #DCDCD2;
	width: 100%;
}