body {
	font-family: Tahoma, Arial, sans-serif;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	padding: 2%;
	background-image: url('/pics/bg.gif')
}

h1 {
font-size: 250%;
margin: 0;
display: none;
}

h2 {
margin: 0;
font-size: 120%;
}

h3 {
	border-style: none none solid none;
	border-width: 2px;
}

h5 {
	margin: 0;
	padding: 0;
}

#header {
	background-color: #1b2163;
	color: white;
	padding: 2%;
	border-width: 2px;
	border-style: solid solid none solid;
	border-color: #8888bb;
	-moz-border-radius-topleft: 35px;
/*	-moz-border-radius: 20px; */
}

#bodycopy {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#navigation {
	background-color: #8f98da;
	padding: 1%;
	-moz-border-radius-bottomright: 35px;
	border-width: 2px;
	border-style: none solid solid solid;
	border-color: #8888bb;
	margin-bottom: 1%;
	margin-top: 0;
	text-align: center;
}

#footer {
	background-color: #dedede;
	font-size: small;
	font-style: italic;
	padding: 1%;
	margin-top: 2%;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-width: 2px;
	border-style: solid;
	border-color: #efefef;
}

img {
	border: none;
}

a:hover {
	background-color: #1b2163;
	color: #fff;
}

a {
	color: #2c4274;
}

#product {
	float: left;
	border: 1px solid #222;
	-moz-border-radius: 10px;
	margin: 1%;
	padding: 1%;
	text-align: center;
	width: 190px;
	height: 190px;
	background-color: white;
}

