a:link, a:visited, a:hover, a:active {
	color:#adadad;
	text-decoration:none;
	outline-style:none;
}

a:hover{
	color:#595959;
}

a.textanchor:link, a.textanchor:visited, a.textanchor:hover, a.textanchor:active {
	color:#3983c2;
	text-decoration:none;
	outline-style:none;
}

a.textanchor:hover{
	color:#da7806;
}

a.sitemap:link, a.sitemap:visited, a.sitemap:hover, a.sitemap:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-style: normal;
	font-weight: normal;
	color:#adadad;
	text-decoration:none;
	outline-style:none;
	padding-left:20px;
}

a.sitemap:hover{
	color:#595959;
}

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	background: #2c2c2c;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #adadad;
}

.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #2f2f2f;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	/* text-align: left;  this overrides the text-align: center on the body element. */
} 
 


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 10px 15px 20px;
	text-align: left;  /*this overrides the text-align: center on the body element. */
}

.twoColFixLtHdr #sidebar1 img#mainimg {
	margin-bottom:20px;
}



.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 50px 20px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* border: 1px solid #ff0000; */ 
} 


.twoColFixLtHdr #mainContentText { 
	border-left: 1px solid #adadad;
	margin-top: 30px;
	padding-left: 20px;
	text-align:left;
}

div#textpage1, div#textpage2{
	display:none
}

img.crowicon{
	margin-bottom:20px;
	padding-right: 20px;

}

img.nav{
	border: none;
	display:block;
	padding-top: 5px;
}

.twoColFixLtHdr #footer {
	border-top: 1px solid ;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 10px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

div#alchemycopyright {
	float:left;
	width:25%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	margin-left:20px;
	margin-bottom: 5px;
	margin-top:5px;
}

div#artistcopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	margin-left:250px;
	margin-bottom: 5px;
	margin-top:5px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 0;
	padding-bottom:0;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
		clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


ul.links {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	list-style-position: default;	
}

ul.links li{
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 10px;
	padding-left: 0;
}


