/* MAIN BODY STYLES */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #701f1b; 
	color: #fff;
	font: 62.5% "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
}

p {
	font-size: 1.4em;
	line-height: 1.6em;
	margin-top: 1.5em;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	font-size: 1.8em;
	color: #edbe5a;
}

h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 1em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 1em;
	line-height: 1.2em;
	color: white;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/*--CONTACT US PAGE STYLES--*/

#contact ul {
	list-style-type: none;
}

#contact ul li {
	list-style-type: none;
}

#contact {
	font-size: 1.6em;
	margin-top: 3em;
	line-height: 1.6em;
}

#contact p {
	font-size: 1em;
	margin-top: 1em;
}

dt {
	font-size: 1.4em;
	font-style: italic;
	font-weight: bolder;
	color: #edbe5a;
	margin-top: 2em;
	margin-bottom: .75em;
	line-height: 1.6em;
}

dd {
	font-size: 1.4em;
	line-height: 1.6em;
}


.clear {
	clear: both;
}

a:link {
	color: #edbe5a;
}

a:visited {
	color:#999999;
}

a:hover {
	color: #fff;
}

a:active {
	color: #fff;
}
 /* --PAGE STRUCTURE--*/
#wrapper {
	width: 900px;
	position: relative;
	margin: 0 auto;
}

#headerwrap {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 100%;
	background: none;
	}

#masthead {
	width: 100%;
	height: 122px;
	background: url(images/COMMON/mastheadbg.gif) repeat-x;
}

#masthead h1 {
	height: 90px;
	display: block;
	background: url(images/COMMON/logo3.jpg) no-repeat left top;
	text-indent: -9999px;
}

/*--NAVIGATION--*/

#nav {
	width: 100%;
	height: 40px;
	float: left;
	font-size: 1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}


#nav ul {
	color: #e4e1c7;
	margin: -20px 0px 0px 120px;
}

#nav li {
	float: left;
	list-style-type: none;
	padding: 0 10px;
	
}

#nav a {
	color: #fff;
	text-decoration: none;
	
	
}

#nav a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}

/*--CONTENT CONTAINERS--*/

#content {
	width: 900px
	margin: 0 auto;
	position: relative;
	top: 40px
	border: thin solid #FFFFFF;
}

#content img {
	border: solid thin #e4e1c7;
}
#forsale img {
	border-width: 0px;
}


#leftcolumn {
	width: 559px;
	float: left;
	padding-left: 40px;
}

.homeimage {
	margin: 0 auto;
}

#rightcolumn {
	width: 300px;
	margin-left: 599px;
}

.bioimage {
	margin-top: 40px;
}

#aboutus {
	width: 600px;
	margin-left: 250px;
	float: left;
}

#aboutus dl {
	margin: 10px 20px;
	padding: 0;
	float: left;
	display: inline; /* fixes IE Win double margin bug */
}

#aboutus dt {
	float: right;
	margin-bottom: 20px;
	padding: 0;
	width: 340px;
}

#aboutus dd.bimage img {
	float: left;
	margin: 0 10px 0 0;
}

#aboutus dd {
	margin: 0;
	padding: 0;
}

.aboutush2 {
	position: relative;
	left: 320px;
}

#planlist {
	color: #edbe5a;
	margin-top: -2em;
	font-size: .9em;
}

#planlist h4 {
	color: white;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#planlist ul li {
	list-style-type: disc;
	list-style-position: inside;
}

#jobs {
	width: 600px;
	margin: 0 auto;
}

.contacttext {
	font-weight: bold;
	font-style: italic;
}

.contactgold {
	color: #9C9871;
}
.noborder {
	border-width: 0px;
}
#musicplayer {
	position: absolute;
	left: 20px;
	bottom: 0px;
}
