/* ------ Page Layout (DIVs) ------ */

body
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#outer-container
{
	background-image: url("../images/shadow-middle.gif");
	background-position: center;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;

}


#main-container
{
	width: 771px;
	margin-left: auto;
	margin-right: auto;
	border: 1px #000 solid;
	position: relative;
}

#content-container
{
	width: 771px;
	background-image: url("../images/main-background.gif");	
	background-repeat: repeat-y;
	
}



#nav{
	width: 216px;
	float: left;
}

#content{
	width: 495px;
	padding: 30px;
	float: left;
	
	font-family: Verdana, Arial;
	font-size: 9.5pt;
	color: #000000;
	line-height: 1.5em;
}

#footer{
	background-image: url("../images/footer.gif");	
	background-repeat: no-repeat;
	width: 771px;
	height: 110px;
}

#top-shadow
{
	margin-bottom: -59px;
	background-image: url("../images/shadow-top.gif");
	background-position: center;
	background-repeat: no-repeat;
	height: 107px;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
}

#bottom-shadow
{
	margin-top: -61px;
	background-image: url("../images/shadow-bottom.gif");
	background-position: center;
	background-repeat: no-repeat;
	height: 118px;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
}

#footer-text
{
	padding-left: 245px;
	padding-top: 30px;
}