@charset "utf-8";
/* CSS Document */

/* CSS for - Copyright www.ukwebsites.net */

body {margin: 0; padding: 0; background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #404040}
* {margin: 0; padding: 0}

#logo {margin: 10px 30px;}
h1 {}

p {margin: 10px 30px; line-height: 1.6}

/* ---------------------------------- LAYOUT ------------------------------------------ */
div#container {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 0 11px 11px 11px;
	width: 968px;
	background: url(../images/container-middle.jpg) 0 0 repeat-y;
	overflow: hidden
}

div#container-top {

margin: 0px auto 0 auto; 

width: 990px; height: 11px; background: url(../images/container-top.jpg) 0 bottom no-repeat}

div#container-bottom {position: absolute; left: 0; bottom: 0; width: 990px; height: 11px; z-index: 20; background: url(../images/container-bottom.jpg) 0 0 no-repeat}


div#content {
	float: left;
    position: relative;
	z-index: 5;
	margin: 0;
	padding: 0 0 30px 0;
	background: url(../images/background-image.jpg) right bottom no-repeat;
	overflow: hidden;
}

#left-col {float: left; width: 630px}

#right-col {float: right; width: 340px}


a#visit-shop {display: block; margin: 0 0 0 50px; width: 282px; height: 89px; background-position: left top; background-repeat: no-repeat; background-image: url(../images/visit-ebay-shop.jpg)}

a#visit-shop:hover {background-position: left bottom}