/*
je.css - JoyfulEvolution.Com CSS file

*/

html, body {height:100%}
body {
	padding:0;
	margin:0;
	background: #804040;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
}
#sidebar {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:right;
	margin-right:-199px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:180px;/*needed to make room for header*/
	text-align: center;
}
#sidebar p {padding-left:3px;padding-right:2px}

#main {
float: left;
}

#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background-color: #FFFFFF;
	color: #000000;
	text-align:center;
	font-size: 0.8em;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#footleft {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
}

#footright {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}

.lookhere {
	width: 85%;
	text-align: left;
	background:  url(file:///C|/Documents%20and%20Settings/Owner/Desktop/JoyfulEvolution/www/img/shadow.gif) no-repeat bottom right;
	margin: 20px auto 0 auto;
	color: #FFFFFF;
}

.lookhere div {
	background:  url(file:///C|/Documents%20and%20Settings/Owner/Desktop/JoyfulEvolution/www/img/shadow2.gif) no-repeat left top;
	padding: 0 6px 6px 0;
}

.lookhere div div {
	background: #5B68E1;
	border: 1px solid #00197F;
	font-size: 0.9em;
}

.sidebox {
	width: 80%;
	background: #FFFFDD;
	border: 1px solid #00197F;
	text-align: left;
	font-size: 0.9em;
	margin: 20px auto 0 auto; 
}

.sidebox2 {
	width: 85%;
	text-align: left;
	background:  url(file:///C|/Documents%20and%20Settings/Owner/Desktop/JoyfulEvolution/www/img/shadow.gif) no-repeat bottom right;
	margin: 20px auto 0 auto;
}

.sidebox2 div {
	background:  url(file:///C|/Documents%20and%20Settings/Owner/Desktop/JoyfulEvolution/www/img/shadow2.gif) no-repeat left top;
	padding: 0 6px 6px 0;
}

.sidebox2 div div {
	background: #FFFFDD;
	border: 1px solid #00197F;
	font-size: 0.85em;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	color: #000000;
	letter-spacing: .05 em;
	text-align: center;
}

.lookhere h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #FFF877;
	letter-spacing: -0.1em;
	text-align: center;
}

.lookhere a {
	color: #FFF877;
}

.lookhere a.visited {
	color: #FFF877;
}

.subheading {
	color: #000000;
}

h2 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	letter-spacing: -0.1em;
	color: #000000;
	text-align: center;
}

h3 {
	font-size: 1.2em;
	margin: 1.2em;
	font-weight: bold;
}

h4 {
	font-size: .9 em;
	font-style: italic;
	color:#000000;
	font-weight: normal;
	text-align: center;
	}
	
h5 {
	font-size: 1.0em;
	margin: 1.2em 1em 1.2em 1em;
	color:#804040;
	font-weight: bold;
	}
li {
	font-size: .9 em;	
}
}

.emph2 {
	color: #000099;
	font-weight:bold;
	font-size: 1.2em;
}

.emph3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	letter-spacing: -0.1em;
	color: #000099;
	text-align: center;
}

.subtitle {
	font-size: 0.8em;
}

p {
	font-size: .9 em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 0;
	padding: 0 2em;
}

.lookhere p {
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 0;
	padding: 0 1em;
}

#footer p {
	margin: 0;
	padding: 0;
}

.faderule {
	background:  url(file:///C|/Documents%20and%20Settings/Owner/Desktop/JoyfulEvolution/www/img/faderule-p.jpg) repeat-y left top;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5em;
	color: #FFFFFF;
	padding: 0 1.4em;
}


/* EOF */