﻿body {
	margin: 0px;
	font-family: verdana;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	background: #fffff url('../images/bg.jpg') repeat-x;
}

h1 {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-family: "Baskerville Old Face";
	font-size: 25px;
	font-weight: bold;
	color: #3159a5;
}

h2 {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-family: "Verdana";
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}


h3 {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-family: "Verdana";
	font-size: 18px;
	font-weight: bold;
	color: #9B36D1;
}


p {
	margin:0px;
	padding:0px 40px 10px 40px;
	font-size:16px;
}


#container {	
	display:block;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}

#header {
	display:block;
	margin:0 auto;
	width:970px;
	height:134px;
	background:url('../images/header.jpg') no-repeat;
}

#wrapper {
	display:block;
	overflow:hidden;
	margin:0 auto;
	width:970px;
}

a:hover
{
	color:#7ea6f7;
	text-decoration: none;
}



#mainbody
{
	width:970px;
	height:auto;
	float: left;
	background:url('../images/body-bg-repeat.jpg') repeat-y;
}

#footer {
	height:120px;
	width:970px;
	float: left;
	text-align: center;
	background:url('../images/footer.jpg') no-repeat;
}

.footermenu
{
	width: 970px;
	height: 30px;
	float:left;
	padding-top: 60px;
}

.footerdesignedby
{
	float: right;
	height: 30px;
	padding-right: 20px;
}

.footermenu a
{
 padding-left: 10px;
 padding-right: 10px;
}
.center {
	text-align: center;
}

.boftext {
	text-align: center;
	font-family: "Baskerville Old Face";
	font-weight: bold;
	font-size: 22px;
}

.delfinbullet {
	list-style-image: url('/images/definbullet.gif');
}

.bluetext {
	color: #00009F;
}

.ul {
	text-decoration: underline;
}

.noborder {
	border-width: 0px;
}
.redtext {
	color: #CC0000;
}
.testibox {
	padding: 5px;
	margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #9B36D1;
	width: 600px;
	height: auto;
	background-color: #FFF4FF;
	font-size: 12px;
}
.testimage {
	margin-right: 9px;
}

.cart {
	padding: 5px;
	margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 2px solid #9B36D1;
	width: 600px;
	height: auto;
	background-color: #FFF4FF;
	font-size: 12px;
}

.updates {
	padding: 5px;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 2px solid #9B36D1;
	width: 300px;
	height: auto;
	background-color: #FFF4FF;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;

}

