@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:auto;
	height:auto;
	margin:0 auto;
}

#nav
{
	position:relative;
	background:#663465;
	height:25px;
	width:auto;
	font-size:1.5em;
	color:#FFF;
	text-align:center;
	margin-top:-5px;
	margin-left:-5px;
	margin-right:-5px;
	padding-top:5px;
}

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


#leftCol
{
	width:420px;
	height:auto;
	margin-left:30px;
	margin-right:auto;
	margin-top:70px;
	font-size:1.0em;
	text-align:left;
	float:left;
}

.header
{
	font-size:2.1em;
	width:420px;
	text-align:center;
}
#rightCol
{
	position:relative;
	width:auto;
	height:auto;
	float:left;
	margin-left:30px;
	margin-top:70px;
	font-size:1.3em;
	text-align:justify;
	clear:right;
}

