@charset "utf-8";
/* CSS Document */

.about-main {
	height:auto;
	width:875px;
	margin:0 auto;
	position:relative;
}

#about-leftcol { height:auto;}

#about-middlecol {
	height:auto; 
	background-color:ivory;
	font-family:"Comic Sans MS", cursive;
	margin:0;
	padding:25px 50px; 
	text-align:justify;
	box-shadow: 0 45px 60px -30px #7D7D7D;
	-moz-border-bottom-colors: white; 
	-moz-border-left-colors: black;
	-moz-border-radius:10px; 
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}

/* #about-middlecol ul {
	font-size:normal;
	line-height:2 em;
}    */

/*#about-middlecol ul li {
	list-style-image:url(images/checkmark.png); 
	list-style-position:outside;
/*	list-style-type:square;   */
/*	margin:2 px;
	text-decoration:none;
	text-indent:5 px;
	text-transform:none; 
}  */

#about-rightcol {height:auto; float:right;}

#fancylist {
	width:0;
	margin:0;	
	padding:0;
}

#fancylist li {
	list-style-type:none;
	margin:0 0 0.25em 0;
	padding-left:25px;
}

#fancylist a, #fancylist a:visited { 
	  width:12em; 
	  background-color: #ccc;
	  border:1px solid #eee; 
	  color:#333;
	  display:block; 
	  text-align:center;
	  text-decoration:none;
	  text-shadow:transparent;
 } 
 
 #fancylist a:hover { 
	  background:#333; 
	  color:#eee; 
 } 
 
#fancylist a span { 
	  display:none; 
	} 
 
 #fancylist a:hover span { 
	  display:block; 
} 

/*#toofancy {
}

#toofancy li {
	text-decoration:square;
}*/

/* ================================================================== */

.goright{
	overflow:hidden;
}
.goleft{
    float:left;
}

/* ================================================================== */
