/* CSS Style Definition for the JaSonya Site */
/* link pages styles */

#headerLayer {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 5%;
}

#bodyLayer {
	position: relative;
	width: 100%;
	white-space: normal;
}

#sideLayer {
	position: relative;
	width: 100%;
	float: left;
	margin-right: 5%;
	margin-left: 3%;
}


#header {
	position:relative;
	width: 100%;
	top: -40px;
	left: -5px;
	color: #800080;
	font-weight: bold;
	font-size: 32pt;
	font-family: "Arial", "Verdana", "Georgia";
}

#dropshadow {
	position: relative;
	width: 100%;
	font-weight: bold;
	font-size: 32pt;
	color: #CDCD9A;
	font-family: "Arial", "Verdana", "Georgia";	
}

