html {
	background-color: #000;
	background-image:url(../images/bg.jpg); background-repeat:repeat-x;
}

body {
	background-color: #000;
	color: #FFF;
	margin: 40px 0px 0px 0px;
	background-image:url(../images/bg.jpg); background-repeat:repeat-x;
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
}

h1, h2, h3 {
	text-decoration: none;
	font-weight: normal;
}

#container {
	width: 871px;
}
#goldline {
	width: 871px;
	height: 2px;
	float: inherit;
	background-image: url(../images/goldline.jpg);
	margin: 2px 0px 0px 0px;
}
#goldline2 {
	width: 871px;
	height: 1px;
	float: inherit;
	background-image: url(../images/goldline.jpg);
}
#menu{
	width: 871px;
	height: 44px;
}
#content {
	width: 871px;
	height: 389px;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 2px 0px;
	background-color:#000;
	background-image: url(../images/contentbg.jpg); background-repeat: repeat-x;
}
#contactcontent {
	width: 871px;
	height: 391px;
    margin: 2px 0px 2px 0px;
	background-color:#000;
	background-image: url(../images/contentbg.jpg); background-repeat: repeat-x;
}
#left {
	width: 281px;
	height: 391px;
	float: left;
	background-image: url(../images/contactinfo.jpg); background-repeat: no-repeat;
	font-family: "Century Gothic", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#right {
	width: 500px;
	float: right;
	padding: 12px;
}
#footer {
	float: inherit;
	width: 871px;
	height: 31px;
	background-image: url(../images/gradient.jpg);
	margin: 2px 0px 2px 0px;
}
#bottom{
	width: 871px;
	height: 21px;
	color: #696969;
	font-size: 10px;
	font-family: "Century Gothic", Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 4px 0px 2px 0px;
}

#bottommenu {
	float: left;
	color: #696969;
	font-size: 10px;
	font-family: "Century Gothic", Trebuchet MS, Arial, Helvetica, sans-serif;
}

#copyright {
	float: right;
	color: #696969;
	font-size: 10px;
	font-family: "Century Gothic", Trebuchet MS, Arial, Helvetica, sans-serif;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #dca989;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

#myId{
	float: left;
	padding: 0px;
	margin: 0px;

}

#demo_style{
	float: left;
	padding: 0px;
	margin: 0px;

}

#demo_style1{
	float: left;
	padding: 0px;
	margin: 0px;

}

#nanny{
	float: left;
	padding: 0px;
	margin: 0px;
	z-index: 2;

}

#promo{
	float: left;
	padding: 0px;
	margin: 0px;
	z-index: 2;

}

/* David's Modifications */

/* Rates Page Switching Divs */
#switchcontent {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	z-index: 1;
	overflow: hidden;

}

#switchcontent #one, #switchcontent #two, #switchcontent #three, #switchcontent #four, #switchcontent #five, #switchcontent #six {
	position: relative;
	float: left;
	padding: 10px;
	height: 100%;
	width: 550px;
	margin-left: 20px;	
	z-index: 1;
	overflow: hidden;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.65);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#65000000', EndColorStr='#65000000');

}

div.headfoot {
	float: left;
	width: 250px;
	height: 100%;
	padding: 5px;
	margin: 5px 5px 5px 10px;
	text-align: left;
	z-index: 1;
}

#switchcontent a {
	cursor: pointer;
}

#switches {
	display: block;
	margin: 0;
	text-align: left;
	z-index: 1;
}

#switches li {
	text-align: left;
	font-size: 12px;
	list-style-type: none;
	line-height: 16px;
}

#switches li a {
	display: block;
	text-decoration: none;
}

.title {
	border-bottom: 1px solid #743310;	
	margin-bottom: 5px;
}

.small {
	font-size: .6em;
	text-align: right;
}
