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

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of CSS reset */

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}

.insidediv
{max-width:920px;
margin-left:auto;
margin-right:auto;}

.headercolourstrip

{display:block;
height:7px;
background-color:#333333;
width:100%;}

.header

{height:160px;
width:100%;
background-image:url(images/headerimage.jpg);
background-position:center;
background-repeat:no-repeat;
background-color:#FFFFFF;}


.headline

{width:100%;
background-image:url(images/headlineback.jpg);
height:69px;
background-repeat:repeat-x;
background-position:top;
padding-top:17px;}

h1

{font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#ffcc00;
font-size:24px;
text-align:center;
text-shadow: 3px 3px 1px #333;
line-height:28px;}

.contentcontainer

{background-color:#FFFFFF;
padding:1%;
max-width:920px;
width:98%;
display:block;
clear:both;
margin-top:20px;
height:auto;
margin-left:auto;
margin-right:auto;
overflow:auto;}

.topleft

{width:57%;
height:auto;
display:inline-block;
float:left;}


.topright

{width:40%;
height:auto;
display:inline-block;
float:right;}

.imagerow

{width:100%;
padding-top:10px;
padding-bottom:10px;
height:185px;
background-image:url(images/coincollection.jpg);
background-repeat:no-repeat;
background-position:center;
float:left;
display:inline-block;
margin-bottom:20px;
margin-top:20px;}

.sellingrow

{display:inline-block;
float:left;
height:auto;
width:100%;
margin-bottom:25px;}


.buyingrow

{display:inline-block;
float:left;
height:auto;
width:100%;
margin-bottom:25px;}

p

{font-family:Verdana, Geneva, sans-serif;
font-size:14px;
line-height:16px;
color:#333333;}

h2

{display:block;
margin-bottom:19px;
font-family:Verdana, Geneva, sans-serif;
font-size:20px;
color:#ffcc00;
font-weight:bold;
text-shadow: 1px 1px 1px #000;}

h3

{display:block;
margin-bottom:19px;
font-family:Verdana, Geneva, sans-serif;
font-size:20px;
color:#333;
font-weight:bold;}

.signature

{font-family: 'Norican', cursive;
font-size:24px;
display:inline-block;
margin-top:25px;}

.footer

{height:auto;
width:100%;
max-width:940px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
margin-bottom:20px;
display:block;}

.footerp

{color:#333333;
font-size:13px;}

strong

{font-weight:bold;}

.footerp a {
	text-decoration: underline;
	color: #333333;
	font-weight: normal;
}

.email {
	margin-top: 20px;
}
.email a {
	text-decoration: underline;
	color: #333333;
	font-weight: normal;
}

.shoutout {
	background-color: #e13434;
	padding: 10px;
	margin: 10px 0 20px 0;
	color: white;
}
