@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #666666;
	background-image: url(http://www.simplifiedwebsites.com/NilesCoinShop/images/bg_main.jpg);
}
a    {
	color: #FFDB6D;
	text-transform: none;
}
a:link    {
	color: #FFDB69;
	text-transform: none;
}
a:hover    {
	color: #333333;
	text-transform: none;
}
#container {
	width: 886px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #9e230e;
}
#header {
	height: 154px;
	width: 886px;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(http://www.simplifiedwebsites.com/NilesCoinShop/images/bg_hdr.jpg);
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header a    {
	color: #CCCCCC;
	text-transform: none;
}
#header a:link    {
	color: #CCCCCC;
	text-transform: none;
}
#header a:hover    {
	color: #FFFFFF;
	text-transform: none;
}
#address {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 375px;
	float: right;
}

#header .tag {
	color: #999999;
	font-size: 26px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: normal;
}
#header #logo {
	text-align: center;
	padding-top: 8px;
	width: 200px;
}
#mainContent {
	margin: 0px;
	padding: 0;
}
#editableZone .tableBorder {
	border: 1px solid #EBEBEB;
	width: 100%;
}
#editableZone .subTableBorder {
	border: 1px solid #A15D15;
	width: 97%;
	font-size: 10px;
	color: #A15D15;
}
#editableZone #introText {
	float: left;
	width: 325px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #828282;
}
#footer {
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 866px;
	margin-top: 15px;
	background-color: #2C2C2C;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#editableZone  #boxedZone         {
	line-height: normal;
	color: #FFFFFF;
}
#header  #address  .yellow   {
	color: #FFFF66;
}
#editableZone    #boxedZone  p     {
	font-size: 11px;
	line-height: 1.25;
	padding-right: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#editableZone    #boxedZone  h1     {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#editableZone {
	width: 846px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #9E230E;
}
#editableZone  #mainContent  #latest    {
	border: 1px solid #FFFFFF;
	background-color: #F2f2f2;
	padding: 10px;
}
#editableZone  #mainContent  #latest  h1    {
	font-size: 20px;
	color: #9E230E;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
#editableZone  #mainContent  #latest  p    {
	color: #333333;
	line-height: 1.25;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#editableZone  #mainContent  .rightSideImage    {
	line-height: normal;
}
#editableZone  #mainContent  .rightSideImage  img    {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
#editableZone  p    {
	line-height: 1.35;
	color: #FFFFFF;
	font-size: 14px;
}

#editableZone h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #FFFFFF;
	font-weight: normal;
}
#editableZone h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
}


#editableZone .mainImgArea {
	padding: 0px;
	height: 360px;
	width: 527px;
}
#editableZone  .mainImgArea img {
	border: 1px solid #000000;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 5px;
}
