/* CSS Document */


/*=========================================  Globals ===============================================*/
body {
	margin: 0;
	padding: 0; 
	text-align:center;
	}

p {
	font-size: 12px; 
	color: #0fb27c; 
	font-family: Arial, Helvetica, sans-serif;
	}

b {
	color: #C4874A; 
	font-weight: bold;
	font-size: 12px;
}

img {
	border:0;
	padding-bottom:10px;
}

h2 {
	font-weight: bold; 
	font-size: 24px; 
	color: #c3b8a9; 
	font-style: italic; 
	font-family: Arial, Helvetica, sans-serif;
}


a:link {
	font-weight: bold; 
	font-size: 12px; 
	color: #996600; 
	font-style: italic; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: underline;
}

a:hover {
	font-weight: bold; 
	font-size: 12px; 
	color: #ff0000; 
	font-style: italic; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: underline;
}

a:visited {
	font-weight: bold; 
	font-size: 12px; 
	color: #996600;
	font-style: italic; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: underline;
}

a:active {
	font-weight: bold; 
	font-size: 12px; 
	color: #ff0000; 
	font-style: italic; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: underline;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	color:#009966; */
	color:#0fb27c;
}

li {
	list-style-type:none;
}

/*=========================================  UL LI Elements ===============================================*/
#biolist li {
	background-image: url(../img/li.jpg);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 3px 0px 3px 25px;
	margin: 0;
	border-bottom: 1px solid;
	border-bottom-color:#8F6030;
	width: 300px;
} 


#symlist li {
	background-image: url(../img/li.jpg);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 2px 0px 2px 25px;
}

#symlist b {
	font-size: 1em;
}


#power ul, #power-specific ul {
	list-style-type:none;
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

#power li, #power-specific li {
	background-image: url(../img/li.jpg);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 20px;
	padding-bottom:5px;
}

/*=========================================  DIVS ===============================================*/
#banner { /* Header -- H1 tag */
	height:370px;
	width:1044px;
	text-indent: -1234em;
	background-image:url(../img/header-bg.jpg);
	padding:0;
	margin:0;
	}

#wrap {
	background-image:url(../img/bg2.jpg);
	background-repeat:repeat-y;
	margin:0px auto;
	text-align:left;
	width:1044px;
	height:2400px;
}

#left {
	position: relative;
	width: 223px;
	padding:100px 30px 0 0;
	margin-right:50px;
	top:-100px;
	left:10px;
}

	#center ul {
		list-style-type:none;
	}

#right {
	width: 600px;
	height:auto;
	margin:0px 0 20px 0;
	position:relative;
	top: -610px;
	left: 335px;
	clear:both;
}

* html #right {
	top: -610px;
}

#aura {
	height:219px;
	width: 667px;
	text-align:center;
	background-image:url(../img/aura-bg.jpg);
	background-repeat:repeat;
}

#aura-inner {
	text-align:left;
	padding-top:50px;
	width:500px;
	margin: 0px auto;
	height:auto;
}

* html #aura-inner {
	padding-top:60px;
}

#phys, #power, #power-specific, #aura {
	margin: 0 0 20px 0;
}

/*============================== Image replacement text ============================================================*/
.replace{ 
	position:relative; 
	margin:0 0 5px 0; 
	padding:0px; /* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	} 
.replace span{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
	} 
	
#mybio, #mybio span{ 
	height:37px; 
	width:150px; 
	background-image: url(../img/txt/mybio.jpg); 
	}

#mypow_in, #mypow_in span{ 
	height:29px; 
	width:236px; 
	background-image: url(../img/txt/pow_in.jpg); 
}

#myaura, #myaura span{ 
	height:29px; 
	width:205px; 
	background-image: url(../img/txt/aura.jpg); 
}

#myspec, #myspec span{ 
	height:34px; 
	width:126px; 
	background-image: url(../img/txt/spec.jpg); 
}

#myori, #myori span{ 
	height:34px; 
	width:97px; 
	background-image: url(../img/txt/ori.jpg); 
}
