@charset "utf-8";

body {background-color:#6e2c90; }
.purple {
	color:#6e2c90;
	font-weight: bold;
}

#navcontainer {
width: 810px;
height: 35px;
position:relative;
margin-left:auto;
margin-right:auto;
background-position:center;
background-repeat:no-repeat;
padding-left: 10px;
}
#container {
width: 800px;
height: 600px;
position:relative;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
}

#clear { float:none; }
#lady {
position:absolute;
top: 41px;
left: 0px;
background-image:url(images/lady.jpg);
background-repeat:no-repeat;
width: 322px;
height: 559px; }


#considertext {
position:absolute;
top: 550px;
left: 489px;
background-image:url(images/considertext.gif);
background-repeat:no-repeat;
width: 274px;
height: 35px;
}

#maintext {
	position: absolute;
	width: 441px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	left: 320px;
	top: 71px;
	line-height: 1.5em;
	height: 968px;
}
H1 { font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6e2c90; }
