body
	{
	margin: 0px;
	background: url('../images/bodybg.jpg') top center;
	}

#wrapper
	{
	margin: auto;
	width: 996px;
	}

#nav
	{
	background: url('../images/navbg.jpg');
	height: 30px;
	text-align: right;
	font-family: verdana, helvetica, sans;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 240px;
	padding-top: 9px;
	}

#nav a
	{
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #E8D2B5;
	}

#nav a:hover
	{
	color: #ffffff;
	text-decoration: underline;
	}

#container
	{
	background: url('../images/containerbg.jpg');
	height: 453px;
	}

#container .leftcol
	{
	float: left;
	width: 230px;
	background: url('../images/containerbg-left.jpg');
	height: 453px;
	}

#container .rightcol-fade
	{
	background: #ffffff;
	filter:alpha(opacity=80);
	moz-opacity:.80;
	opacity:.80;
	float: right;
	width: 746px;
	height: 413px;
	padding: 10px;
	font-family: arial, helvetica, sans;
	font-size: 14px;
	color: #000000;
	overflow: auto;
	scrollbar-base-color: #391D0E;
	scrollbar-arrow-color: #E8D2B5;
	scrollbar-DarkShadow-Color: #000000; 
	}

#container .rightcol
	{
	float: right;
	width: 746px;
	height: 413px;
	padding: 10px;
	font-family: arial, helvetica, sans;
	font-size: 14px;
	color: #ffffff;
	overflow: auto;
	scrollbar-base-color: #391D0E;
	scrollbar-arrow-color: #E8D2B5;
	scrollbar-DarkShadow-Color: #000000; 
	}

#container .rightcol a
	{
	color: #ffffff;
	}

#container .rightcol a:hover
	{
	text-decoration: none;
	}

#container .associations
	{
	float: left;
	width: 250px;
	height: 150px;
	}

#container .definition
	{
	display: block;
	margin: 5px;
	}

#container .definition a
	{
	display: block;
	font-weight: bold;
	}

#footer
	{
	background: url('../images/footer-bg.jpg') repeat-x;
	padding-left: 240px;
	padding-top: 29px;
	text-align: center;
	color: #E8D2B5;
	font-family: arial, helvetica, sans;
	font-size: 10px;
	}

#footer a
	{
	text-decoration: underline;
	color: #E8D2B5;
	padding-left: 5px;
	padding-right: 5px;
	}

#footer a:hover
	{
	text-decoration: none;
	color: #ffffff;
	}