/* BASE */ 
html { background: url(../img/sbde_main_bg.jpg) no-repeat black; height: 100%;}
/* html { background: black;} 
body { position: absolute; top:0px; left:0px; height: 100%;}

/* LINKS */
a { text-decoration: none; color: inherit;}
a:hover { text-decoration: underline; color: inherit;}

/* FOR IE to correctly display links with inherited color */
a { text-decoration: none; color: expression(this.parentNode.currentStyle.color);}
a:hover { text-decoration: color: expression(this.parentNode.currentStyle.color);}
a:visited { text-decoration: color: expression(this.parentNode.currentStyle.color);}
a:active { text-decoration: color: expression(this.parentNode.currentStyle.color);}

/* LAYOUT */
div#container { margin: 0; width: 896px; padding: 0px; text-align:left; min-height: 400px; height: auto; overflow: hidden; padding-bottom: 40px; }

#left { position: absolute; width: 300px;left:0px; top:0px; }
/* #left { position: absolute;height: 100%; float: left;width: 300px;margin: 0; } */
#logo { position: relative; left:201px; top:135px; clear: both; } 
/*#nav { position:relative; left:118px; top:133px;}*/
#nav { position:relative; left:135px; top:133px;}
#nav .qmmc {position: relative; left: -10px; display: block;}

#content { position: absolute; width: 565px;left:390px; top:253px; padding:0 20px 0 20px;}
#content h1{ font-variant: normal; text-transform: none; font-family: "Arial Narrow", Arial, Helvetica; color:#d9ab53; font-size: 120%; margin-top: 20px; font-weight: normal;}
#content h2{ text-transform: none; font-family: "Arial Narrow", Arial, Helvetica; color: #4f4f4f; font-size: 100%; font-weight: normal;}
#content h3, #content p { text-transform: none; position:relative; margin-top: 10px; font-family: "Arial Narrow", Arial, Helvetica; font-size:100%; color: #6d6d6d; font-weight: 400;}
#content p {color:white;}
#content .accent {color: #9a9a9a;}
#content .portfolioImage {border-color: black; border-style: solid; border-width: 20px; position: relative; top:0px; left:0px; }
#content .flash {width:565px; height:130px; border-color: black; border-style: solid; border-width: 20px;}

#content .portfolioNavigation {position:relative; top:15px;}
#content #tagLine {position:relative; top:-13px; left:140px;}

#content .footer {position:relative; top:0px; left:0px; font-family: "Arial Narrow", Arial, Helvetica; font-size: 90%; color: #6a5328; padding-right: 10px; padding-bottom: 20px; padding-top:15px;}

#content #copy { background: url(../img/copyBg.png); padding-left: 7px; padding-right: 7px; padding-top: 1px; margin-top:5px;}

.goldHighlight, .accentText {color:#d9ab54;}

.form {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cda95a;
}