body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background-image: url("/img/bg3.jpg");*/
	background-color: #FFFFFF;
	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: #000000;*/
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    /*background: #FFFFFF;*/
    background-image: url("/img/bg3.jpg"); 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
.twoColFixLtHdr #header{ 
    background-color: #222222; /* 0 0 50 20 */
	padding: 80px 0px 90px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url("/img/wackyprints3.gif");
	background-repeat: no-repeat;
	background-position:center top;
	border: 1px solid #000000;

} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.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: 15px 10px 15px 20px;
	font-size: 12px;
	border: solid 1px #000000;
	}
.twoColFixLtHdr #sidebar1 a{
    color: #000000;
}

.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: 20px 15px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
   /* background-image: url("/img/drawings/thumbs/HomeInTheSkyTb.jpg");
    background-repeat:repeat; 
    background-color: #222222;*/
    background-image: url("/img/bg3.jpg");
    color: #FFFFFF;
    } 
    
        
.twoColFixLtHdr #bigpicContent 
{
    margin: 0px 0px 0px 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: 20px 15px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    color: #FFFFFF;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.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;
}
.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;
}
/*my additional styles*/
.twoColFixLtHdr #sidebarcss a:hover{color: #0099FF; border: dashed 1px Red;}/*outline link effect on sidebar*/

.alink a:hover {font-size: 14px; color: #0099FF; border-bottom: dashed 1px Red;}/*underline effect on divs using alink class(hyperlinks)*/
.alink a {font-size:14px; color: #FFFFFF; }/*before mouse over*/

.pics a:hover{font-size: 14px; color: #0099FF; border: dashed 1px Red; background-color: #CCFFFF;}/*enlarge links outline box*/
.pics a {font-size: 14px; color: #FFFFFF;}/*before mouse over*/
.pics{font-size:14px;}/*style for class*/

.twoColFixLtHdr #mainContent div:hover{background-color: #444444;}/*box highlight on mouse over on div*/

.info {z-index:100; height:15em;}/*made a class instead of id*/

/*awakening*/

#awake {position:relative; top:10px; left:5px; width:133px; background-color:#fff; z-index:100;}
#awake a.awakepic, #awake a.awakepic:visited {display:block; width:133px; height:200px; text-decoration:none; background:#fff; top:0; left:0; border:0;}
#awake a img {border:0; display:block; width:133px; height:200px;}
#awake a.awakepic:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
#awake a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#awake a.awakepic:hover .large {display:block; position:absolute; top:-65px; left:150px; width:266px; height:400px; border:2px solid #ccc;}

/*bent*/

#bent {position:relative; top:10px; left:5px; width:133px; background-color:#fff; z-index:99;}
#bent a.bentpic, #bent a.bentpic:visited {display:block; width:133px; height:200px; text-decoration:none; background:#fff; top:0; left:0; border:0;}
#bent a img {border:0; display:block; width:133px; height:200px;}
#bent a.bentpic:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
#bent a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#bent a.bentpic:hover .large {display:block; position:absolute; top:-65px; left:150px; width:266px; height:400px; border:2px solid #ccc;}

/*blackhole*/

#blackhole {position:relative; top:10px; left:5px; width:133px; background-color:#fff; z-index:98;}
#blackhole a.blackholepic, #blackhole a.blackholepic:visited {display:block; width:133px; height:200px; text-decoration:none; background:#fff; top:0; left:0; border:0;}
#blackhole a img {border:0; display:block; width:133px; height:200px;}
#blackhole a.blackholepic:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
#blackhole a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#blackhole a.blackholepic:hover .large {display:block; position:absolute; top:-65px; left:150px; width:266px; height:400px; border:2px solid #ccc;}

/*clouds2*/

#clouds2 {position:relative; top:10px; left:5px; width:133px; background-color:#fff; z-index:100;}
#clouds2 a.clouds2pic, #clouds2 a.clouds2pic:visited {display:block; width:133px; height:200px; text-decoration:none; background:#fff; top:0; left:0; border:0;}
#clouds2 a img {border:0; display:block; width:133px; height:200px;}
#clouds2 a.clouds2:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
#clouds2 a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#clouds2 a.clouds2pic:hover .large {display:block; position:absolute; top:-65px; left:150px; width:266px; height:400px; border:2px solid #ccc;}

/*clouds4*/

#clouds4 {position:relative; top:10px; left:5px; width:133px; background-color:#fff; z-index:99;}
#clouds4 a.clouds4pic, #clouds4 a.clouds4pic:visited {display:block; width:133px; height:200px; text-decoration:none; background:#fff; top:0; left:0; border:0;}
#clouds4 a img {border:0; display:block; width:133px; height:200px;}
#clouds4 a.clouds4:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
#clouds4 a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#clouds4 a.clouds4pic:hover .large {display:block; position:absolute; top:-65px; left:150px; width:266px; height:400px; border:2px solid #ccc;}

/*intotheother*/

#intotheother {position:relative; top:10px; left:5px; width:133px; background-color:#fff; z-index:98;}
#intotheother a.intotheotherpic, #intotheother a.intotheotherpic:visited {display:block; width:133px; height:200px; text-decoration:none; background:#fff; top:0; left:0; border:0;}
#intotheother a img {border:0; display:block; width:133px; height:200px;}
#intotheother a.intotheother:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
#intotheother a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#intotheother a.intotheotherpic:hover .large {display:block; position:absolute; top:-65px; left:150px; width:266px; height:400px; border:2px solid #ccc;}

/*phantom7*/

#phantom7 {position:relative; top:10px; left:5px; width:133px; background-color:#fff; z-index:100;}
#phantom7 a.phantom7pic, #phantom7 a.phantom7pic:visited {display:block; width:133px; height:200px; text-decoration:none; background:#fff; top:0; left:0; border:0;}
#phantom7 a img {border:0; display:block; width:133px; height:200px;}
#phantom7 a.phantom7:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
#phantom7 a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#phantom7 a.phantom7pic:hover .large {display:block; position:absolute; top:-65px; left:150px; width:266px; height:400px; border:2px solid #ccc;}

/*spacedout*/

#spacedout {position:relative; top:10px; left:5px; width:133px; background-color:#fff; z-index:99;}
#spacedout a.spacedoutpic, #spacedout a.spacedoutpic:visited {display:block; width:133px; height:200px; text-decoration:none; background:#fff; top:0; left:0; border:0;}
#spacedout a img {border:0; display:block; width:133px; height:200px;}
#spacedout a.spacedout:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
#spacedout a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#spacedout a.spacedoutpic:hover .large {display:block; position:absolute; top:-65px; left:150px; width:266px; height:400px; border:2px solid #ccc;}

/*sunset*/

#sunset {position:relative; top:10px; left:5px; width:133px; background-color:#fff; z-index:98;}
#sunset a.sunsetpic, #sunset a.sunsetpic:visited {display:block; width:133px; height:200px; text-decoration:none; background:#fff; top:0; left:0; border:0;}
#sunset a img {border:0; display:block; width:133px; height:200px;}
#sunset a.sunset:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
#sunset a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#sunset a.sunsetpic:hover .large {display:block; position:absolute; top:-65px; left:150px; width:266px; height:400px; border:2px solid #ccc;}

