/* Site wide stylesheet */

body {
	margin:		0;
	padding:	0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:		#000;
	background: url(images/background.gif);
	text-align: center;
}

/* Page layout */
#wrapper {
	width:		790px;
	margin: 	10px auto;
	border: 	6px solid #ff0000;
	background-color: #fff;
	padding:	0;
}

#head {
	width:		790px;
	height:		86px;
	padding:	0;
	margin:		0;
	background: url(images/head.gif) no-repeat;
	text-align: left;
}

div.menu {
	width:		780px;
	padding:	0 5px;
	margin:		0;
	background:	url(images/buttonback.jpg) repeat-x;
	font-size:	0.7em;
	border-bottom: 2px solid #f00;
	border-top: 2px solid #f00;
}

div.contentrow {
	width:		780px;
	padding:	10px 0 10px 10px;
	margin:		0;
	border:		0;
	background-color: #fff;
	text-align:	left;
	clear:		both;
	font-size:	0.8em;
	overflow: hidden;
}

div.contentcol {
	width:		221px;
	padding:	10px 15px;
	border:		0;
	background-color: #fff;
	float:		left;
	font-size:	0.8em;
	text-align: justify;
}

#footer {
	width:		790px;
	padding:	3px 0 3px 0;
	background-color:#fff;
	font-size:	0.7em;
	text-align: center;
	margin: 	10px auto;
}

/* Links layout */
div.logobox {
	width: 		190px;
	border: 	1px solid #ccc;
	float: 		left;
	margin:		2px 0 1px 3px;
	}

/* Text format */
#head p {
	font-size: 	0.7em;
	text-align:	right;
	padding:	20px 3px 3px 3px;
	margin:		0;
	width:		150px;
	float:		left;
}

#head img {
	float: left;
}

/* Nav Format */
#nav1, #nav2 {
 width:770px;
 margin:0 auto;
 height:34px;
 text-align:left;
}

#nav2 {
	width:660px;
}

#nav1, #nav2, #nav1 ul, #nav2 ul {
 padding: 0; 
 margin: 0; 
 list-style: none;
 line-height: 34px;
 z-index:1;
} 

#nav1 a, #nav2 a { 
 display: block;
 text-align:left;
 padding-left: 23px;
  width:87px;
  height: 34px;
  color:#000; 
  background:url(images/buttonblankoff.jpg) no-repeat; 
 text-decoration:none;
}

#nav1 a:hover, #nav2 a:hover {
  background:url(images/buttonblank.jpg) no-repeat;
}
#nav1 span a, #nav2 span a {background:url(images/buttonblank.jpg);}
#nav1 a img, #nav2 a img{border:0;}
#nav1 li, #nav2 li { 
 float: left;
 width: 110px; 
 height:34px;
}
/* Text spans */
span.ebay {
	float: left;
	line-height: 40px;
	}
/* style */
span.quote {
	font-style:	italic;
	font-size: 0.8em;
}
span.bold {
	font-weight: bold;
}
/* colour*/
span.red {
	color: #f00;
}
span.blue {
	color: #009;
}
span.yellow {
	color: #fc0;
}
span.green {
	color: #9c0;
}
/* position */
span.left {
	float: left;
	margin-right: 10px;
	}
/* Image format*/
img	{
	border: 0;
	margin:	0;
	padding:0;
}

/* Link format */
a {
	color: #f00;
	text-decoration: underline;
}

a:hover {
	color: #000;
}