/* global css reset start */
html{color:#000;background:#FFF;background:#ffffff;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border-style: none;
    border-color: inherit;
    border-width: 0;
    margin-left: 0px;
}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

li{list-style:none;}

caption,th{text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

q:before,q:after{content:'';}

abbr,acronym {border:0;font-variant:normal;}

/* to preserve line-height and selector appearance */

sup {vertical-align:text-top;}

sub {vertical-align:text-bottom;}

input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/*because legend doesn't inherit in IE */

legend{color:#000;}
/* global css reset end */

body, html
{
  /*background:#cccccc;*/
  font-family: arial;
  font-size: small;
  background:#000000;
}

h1.banner
{
  font-size: 36px;
  margin-bottom:0;
  color:silver;
}



/* Structure */
div#mainContainer
{
    margin:0 auto;
    width:1000px;
    background:#000000;
}

div#banner
{
    width:100%;
    height:14em;
    background: url('../img/souldoutbanner2.jpg');
    margin:0.5em 0em;

}

div#lcol
{
    float:left;
    width:24%;
    background:#000000;
}



div.lcolDiv
{
    background:#1f1e1e;
    color:#000000;
    padding:1em;
}

div.lcolDiv a
{
	color:silver;
}

div#midcol
{
    float:left;
    width:49%;
    background:..img/midcolbg.gif;
}

div.midcolDiv
{
    background:#000000;
    color:silver;
    padding:1em;
    margin-left:0.5em;
    width:100%;
}

div#midcol h3
{
    font-size: x-large;
    color:silver;
 
}


div#rcol
{
    float:right;
    width:25%;
    background:#000000;
}

div.rcolDiv
{
    background:#1f1e1e;
    color:silver;
    padding:1em;
}

div#midcol h3, div#midcol h3
{
  font-size: x-large;
  color:silver;
  }

div#lcol h3, div#rcol h3
{
  font-size: large;
  color:silver;
  }

div#footer
{
    width:100%;
    color:silver;
    font-size: small;
    margin:0.1em;
    vlink:silver;
    background-image: no-repeat URL(http://www.lenabundy.com/souldoutnewwebsite/images/bottombanner.gif);
    
}

div#footer2
{
    width:100%;
    color:silver;
    font-size: small;
    margin:0.1em;
    vlink:silver;
    background:#1f1e1e;
    
}


/* Helpers */
.tMargin
{
  margin-top:0.5em;
}

.bMargin
{
  margin-bottom:0.5em;
}

a:link { 
	color: silver;
	}
a:visited { 
	color: silver;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: silver;
	}
	
p#Response
{
	color:silver;
}	
p.GalleryLink a
{
	font-size:18px;
	color:silver;
#menu, #menu a{
font-family:"Times New Roman", Times, serif;
font-size:16px;
color:#fff;
text-align: center;
padding-top:20px;
text-decoration:none;
}
#menu a:hover{
color:#a50300;
}


