a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #657F64;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;



}
a.navlinks:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	word-spacing: normal;
	text-align: center;
	margin-right: 7px;
	margin-left: 7px;
	font-size: 18px;
	margin-top: 0px;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	
		-webkit-box-shadow:  0 0 11px #000000;/* right px   down px  feathering  px  #colour  */
	-moz-box-shadow: 0 0 11px #000000;
	box-shadow: 0 0 11px #000000;



}
a.navlinks:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #666666;
	padding: 3px;
	border: 1px solid #000000;




}
a.navlinks:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;


}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;


}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;

}
input , textarea {
 	font-size: 10pt; 
	color: #505050; 
	border: 1px solid #505050; 
	background-color: #ffffff;
}
/*this is to enlarge the text box when typing into it--!>*/
input:focus,  textarea:focus  {
	border:1px solid #505050;
	background-color: #94E896;
 }  
.sifr {
	position: absolute;
	visibility: hidden;
}
.blacktext {
	color: #000000;
}
hr {
	color: #284361;

}
.navbar {
	text-align: center;
	font-weight: bold;
	color: #999999;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 44px;
	height: auto;


}
h1 {
	font-size: 36px;
}
.contentarea {
	background-color: #FFFFFF;
	border: 1px solid #333333;
	width: 50%;
	text-align: left;
	padding: 8px;
	
			-webkit-box-shadow:  0 0 22px #000000;/* right px   down px  feathering  px  #colour  */
	-moz-box-shadow: 0 0 22px #000000;
	box-shadow: 0 0 22px #000000;

}
.items {
	border: 1px solid #707070;
	clear: none;
	float: left;
	background-color: rgba(236,236,236,0.85);
	border-radius: 15px;
	margin: 5px;
	font-family: 'Dancing Script', cursive;
	font-size: 1.4em;
	max-height: none;
	padding: 5px;
	min-width: 220px;
}
.items p img {
	-webkit-box-shadow: 10px 10px 15px #7C7C7C;
	box-shadow: 10px 10px 15px #7C7C7C;
}
.clearboth {
	clear: both;
}
.showimage {
	float: left;
	clear: none;
	margin: 5px;
	height: 300px;
}
.itemsold {
	color: #B30B0E;
}
