@charset "UTF-8";
/* CSS Document */

body
{
	font-size:62.5%;
	background:#8c8f56 50% 30% no-repeat url(../images/bkg_images/home_bkg.png);
	font-family:Arial, Helvetica, sans-serif;
}

#container
{
	width:100%;
	height:auto;
	margin:0 auto;
}

#nav
{
	background:#663465;
	height:25px;
	font-size:2.0em;
	width:auto;
	color:#FFF;
	text-align:center;
	margin:-8px -8px 10px -8px;
	padding-top:2px;
}




#content
{
	width:800px;
	height:auto;
	margin:0 auto;
}

#leftCol
{
	width:500px;
	height:auto;
	position:relative;
	float:left;
	margin-left:0px;
	margin-right:auto;
	margin-top:10px;
	font-size:1.0em;
}

.name
{
	font-size:2.1em;
	width:auto;
	text-align:center;
	margin-top:-15px;
}

#material
{
	margin-left:200px;
	margin-right:70px;
	float:left;
	width:auto;
}

.pages
{
	color:#663465;
	font-size:2.2em;
	width:auto;
	text-align:center;
	margin-top:25px;
}

a:link.pagelinks
{
	color:#663465;
	text-decoration:none;
}
a:visited.pagelinks
{
	color:#663465;
	text-decoration:none;
}

a:hover.pagelinks
{
	color:#663465;
	text-decoration:underline;
}


#aboutbox
{
	background:url(../images/jane_box.png) no-repeat;
	width:550px;
	height:310px;
	margin-left:0px;
	margin-top:-20px;
	position:absolute;
	float:left;
	
}

.copy
{
	font-size:1.2em;
	padding:30px 0px 10px 55px;
	width:210px;
	text-align:left;
}

.header
{
	font-size:2.1em;
	width:420px;
	text-align:center;
}

#rightCol
{
	width:auto;
	height:auto;
	position:relative;
	float:left;
	margin-top:0px;
	font-size:1.3em;
	text-align:justify;
}


