/* CSS Document */

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: small;
	color: #666666;
	background: #ffffff;
	text-align: center;
}

html, 
body {
	margin: 0;
	padding: 0;
	}

h1 {
	color: #008200;
	font-size: large;
	text-align: center;
	}
	
h2 {
	color: #aeaeae;
	font-size: large;
	}

a {
	color: #009e5a;
	text-decoration: none;
	}

a:hover {
	color: blue;
	text-decoration: underline;
	}

.salisbury-antiques{
	color:#008200;
	font-weight: bold;
	}

#page-container {
	text-align: left;
	width: 750px;
	margin: 15px;
	}

#header-silverware {
	height: 107px;
	margin-top: 10px;
}

#menubar-antiques {
	padding: 2px 2px 2px 12px;
	clear: both;
	height: 18px;
	background: #008200;
}

#menubar-antiques a {
	color: #FFFFFF;
	text-decoration: none;
	}
#menubar-antiques a:hover {
	color: #FFFF00;
	text-decoration: none;
	}

#antiques-dealer-salisbury { /* content */
	text-align:justify;
	margin-top: 20px;
	}
	
#antiques-dealer-salisbury .antiques-right {
	padding-right: 12px;
	float: right;
	width: 355px;
	}

#antiques-dealer-salisbury .antiques-left {
	padding-left: 12px;
	width: 355px;
}

#footer-jewellery {
	clear: both;
	font-size: x-small;
	color: white;
	border-top: 1px solid #efefef;
	padding: 3px 12px;
	line-height: 18px;
	margin-top: 20px;
	background: #008200;
	}

#footer-jewellery a {
	color: white;
	text-decoration: none;
	}

#footer-jewellery a:hover {
	color: #ffff00;
	}

#footer-jewellery #antiques-dealers {
	float: right;
	text-align: right;
	}

#footer-jewellery #web-designers-salisbury {
	text-align: left;
	}
	
h1.title {
	color: #008200;
	font-size: 28px;
	text-align: center;
	}


h2.wanted {
	color: #008200;
	font-size: 20px;
	text-align: center;
	}
	
p.wanted {
	
	width: 280px;
	color:#FFCC33;
    float: left;
    font-size: 18px;
	margin: 10px 10px 10px 60px;
	text-align: center;
}

p.wanteds {
	
	width: 280px;
	color:#BBBBBB;
    float: left;
    font-size: 18px;
	margin: 10px 10px 10px 55px;
	text-align: center;
}