
body {
	margin: 0px;
	font-family: verdana, arial, sans-serif; 
	background-color: #a90d22;
	padding: 0px;
}

h1,h2,h3,h4,p { margin:0; } 
h1 { font-size:1.9em; color:#ffffff; text-align:left; }
h2 { font-size:1.3em; color:#492900; text-align:left; font-weight: bold; font-style: italic; }
h3 { font-size:2.0em; color:#fff; text-align:center;}
h4 { font-size:0.8em;  color:#000000; text-align:center; }



#startcontainer {
    width: 966px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/palette5.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-color:transparent;
    position: relative;
}

#startcontainergal {
    width: 966px;
    margin-left: auto;
    margin-right: auto;
    background-color:transparent;
    position: relative;
}



#content_container {
    width: 966px;
  
    background-color: transparent;
    /* border: 1px solid black; */
    padding: 0px;
    /* position: relative; */
}


#portrait  {
    position:absolute;
    right: 5px;
    top: 5px;
}
    

#sidebar  {
	width: 168px;
	float:left;
	margin-top: 0px;  			
	background-color: transparent;
							
}
#nav   {

	margin-left: 0px;
	background-color: transparent;
	color:#fff;
	margin: 100px 0px 0px 0px;
}



#column {
	float: left;
	width: 796px;
	/* height: 680px; */
	background-color: transparent;
	padding: 0;

}


#inner-column   {

       /* height: 500px; */
       background-color:transparent;
       padding: 20px 20px 20px 60px;
       text-align: left;
}
 
.pancho  {
    /* float: left; */
}

.pancho p {
    font-size:2.2em;
    color:wheat;
    text-align:left;
    font-weight: bold;
    font-style: italic;
}

.art   {
    /* clear: both;      */
    /* float: left; */
    margin-top:1em;
    margin-bottom:1em;
 }

.art p {
    font-size:2.8em;
    color:#d9a51a;
    text-align:left;
    font-weight: bold;
    font-style: normal;
}

.galtit  {
    margin-top: 1em;
    font-size:2.8em;
    color:#d9a51a;
    text-align:center;
    font-weight: bold;
    font-style: normal;
}

.story   {
    /* clear: both;     */
    /* float: left; */
    margin-top: 5em;
}

.story p  {
    font-size:1.6em;
    color:wheat;
    text-align:left;
    font-weight: bold;
    font-style: italic;
}




#footer {
    clear: both;        
    width:100%;	
    background-color: transparent;
    margin-top: 0.6em;
    color: #492900;
    padding-top: 8px;
    
}

/* a and p Styles for Column */

#content_container p {
    margin:5px 10px;
	/* font-size: 0.8em; */
}


/* Styles for Footer */
#footer p {
    font-size: 0.8em;
    text-align: center;

}


/* Drop Caps */

*.aligned-dropcaps1  {
    font-size: 40px;
    line-height: normal;
    font-weight: bold;
    vertical-align: baseline;
    color: #FC062D;
}

/* Horizontal Rules */

*.hr  {
    display:block;
    width: 796px;
    border: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1px;
}

*.hr10  {
    display: block;
    margin-top: 1em;
}

*.hrm  {
    display: block;
    margin-top: 2em;
    padding: 5px;
    border-bottom: 3px solid #ddd;
}

/* THE ALSETT CLEARING METHOD */
<style type="text/css"> 

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

</style><!-- main stylesheet ends, CC with new stylesheet below... -->

<!--[if IE]>
<style type="text/css">
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
</style>
<![endif]-->

