body
{
  background-color: #FFF;
  margin: 0;
}

a {
	color: black;
	text-decoration: none;
}

img {
	border: none;
}

#container
{
	width: 90%;
	min-width: 800px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

#banner
{
	width: 100%;
}

#navigation
{
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}

#content
{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu
{
	float: left;
	margin-left: 2%;
	width: 30%;
	background-color: #6699CC;
}

#information
{
	float: left;
	margin-left: 2%;
	width: 65%;
	background-color: #6699CC;
}

#prompt
{
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	height: 430px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: top center;
}

#copyright {
	text-align: center;
	font-size: 10px;
	color: #C3C3C3;
}

.default
{
	background-image: url(../images/center.jpg);
}

.hours
{
	background-image: url(../images/storehours.jpg);
}

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

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

.watches { background-image: url(../images/watches_clocks.jpg); }

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

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

p.menu
{
	font-size: 16px;
	line-height: 1.4em;
	font-family: verdana;
	font-weight: normal;
	text-align: center;
}

p.bleft {
	float: left;
	width: 400px;
	margin-top: 200pt;
	margin-left: 75pt;
}

p.tleft {
float: left;
width: 400px;
margin-top: 50pt;
margin-left: 75pt;
}

#map {
	margin-left: auto;
	margin-right: auto;
	width: 425px;
	height: 430px;
	background-color: #FFF;
}

li.info {
	list-style: none;
}

#list {
	width: 750px;
	padding-top: 20px;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
}

p.title {
	font-family: Georgia, "Times New Roman", Times, serif;
        font-size:24px;
	margin-top: 5px; margin-bottom: 0px;
	text-align: center;
        font-weight: normal;
        text-transform: none;
        color: #222;
}


ul {
	margin-top: 95px;
}

li.left {
	float: left;
	clear: both;
	margin-top: 12pt;
}

li.bleft {
	float: left;
	margin-top: 132pt;
	margin-left: 12pt;
}

.info {
        font-family: "Lucida Grande", Tahoma;
        font-size: 12px;
        font-weight: lighter;
        font-variant: normal;
        text-transform: uppercase;
        color: #666666;
        margin-top: 10px;
        text-align: center!important;
        letter-spacing: 0.2em;
}

.wordy {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		color: #444;
}

.dropcap {
   float:left;
   margin-top:0px;
   color:silver;
   padding-top:.2em;
   font-size:36pt;
   height:24pt;
   font-weight:bold;
   }

