/*reset*/

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 {
	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;
}

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

/*heading*/
h1,h2,h3,h4,h5,h6 {font-weight:bold;}
   h1 {font-size:24px; color: #333333;}
   h2 {font-size:20px; color:#333333;}
   h3 {font-size:16px; color:#0000FF;}
   h4 {font-size:14px;}
   h5 {font-size:14px; }
   h6 {font-size:14px; }
   
/*container*/

#wrapper				{
	width:1000px;
	padding: 0px;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	background-color: #FFF;		
}
		
#outer					{
	width:970px;
	padding: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#logo					{margin: 10px 0; float:left;}
#badge					{margin: 10px; float:right;	}
#navMenu				{clear:both; margin: 20px;	}

#coin-slider					{ padding-top: 10px; padding-bottom: 10px; width: 800px; display:inline; }

#marquee				{ margin-top: 10px: padding 10px;			}

#leftside				{float:left; margin: 10px;}
#content				{ margin-top: 20px; width: 650px; float:left;}
#contentfull			{ width: 550px; margin-top: 20px; float:left;}
#contentfull2			{ width: 950px; margin-top: 20px; float:left;}
#contentfull3			{ width: 750px; margin-top: 20px; margin-left: 20px; float:left;}

#rightpics				{ margin-top: 10px; float:right; width: 400px;}
#rightside				{ margin-top: 20px; margin-bottom: 20px; width: 250px; float:right;}
#rights					{ margin-top: 20px; margin-bottom: 20px; width: 150px; float:right;}
#footer					{clear:both; float: margin-top: 20px; border-top: thin #666 solid; border-bottom:thin #666 solid}
#footer2				{clear:both; padding: 20px;float:right;}
#centre					{margin: 50px; padding-bottom: 30px; }

