/* CSS Document */

body {
	background-color: #81d927;
	margin: 0px;
}
a{
	color: #0000ff;
}
a:link{
	color: #0000ff;
}
a:visited{
	color: #0000ff;
}
a:hover{
	color: #ff0000;
}
#tornpaperstrip {
	position: absolute;
	height: 113px;
	width: 100%;
	top: 100px;
	background-image: url(graphics/torn-paper-background.gif);
	background-repeat: repeat-x;
	z-index: 1;
	left: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#menu {
	height: 113px;
	width: 96%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 2%;
}
#Home {
	float: left;
	height: 113px;
	width: 20%;
	background-image: url(graphics/WhereYou_off.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
}
#Catalog {
	background-image: url(graphics/YouNeed_off.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 113px;
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
}
#Cart {
	float: left;
	height: 113px;
	width: 20%;
	background-image: url(graphics/SoBuy_off.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
}
#Contact {
	float: left;
	height: 113px;
	width: 20%;
	background-image: url(graphics/Harangue_off.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
}
#FAQ {
	height: 113px;
	width: 19%;
	float: left;
	background-image: url(graphics/Stupid_off.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
}
#header {
	height: 355px;
	width: 700px;
	text-align: center;
	background-image: url(graphics/torn-paper-diag-4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 6px;
	border-right-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #83ceee;
	border-right-color: #83ceee;
	border-left-color: #83ceee;
}
#content {
	height: auto;
	width: 560px;
	background-color: #FFFFFF;
	font-family: "Palatino Linotype", "Bookman Old Style", "Americana BT", Georgia, "Comic Sans MS";
	font-size: 1.1em;
	line-height: 1.5em;
	padding-top: 4px;
	padding-right: 70px;
	padding-left: 70px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #83ceee;
	border-bottom-color: #83ceee;
	border-left-color: #83ceee;
	background-image: url(graphics/little-evan.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	padding-bottom: 100px;
}
#container {
	width: 100%;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
}
