body
{
	background: url(bg.jpg);
}

a:link { font-family: Verdana; color: #475363; text-decoration: none; font-weight: normal  }
a:active { font-family: Verdana; color: #475363; text-decoration: none; font-weight: normal  }
a:visited { font-family: Verdana; color: #475363; text-decoration: none; font-weight: normal  }
a:hover { font-family: Verdana; color: #F75F63; text-decoration: none;  font-weight: normal }

 #container
{
	width: 800px;
	margin: 10px;
	background-color: #E9EAEA;
	color: #333;
	border: 1px solid #000;
	line-height: 120%;
}


#top
{
	height: 150px;
	background:url(pattern.gif) repeat-x;
	border-bottom: 1px solid #000;
}


#leftnav
{
	float: left;
	text-align: left;
	font-size: 12px;
	width: 130px;
	height: 100% auto;
	background: #E9EAEA;
	border-right: 1px solid #000;
	margin-left: 2px;
}

#content
{
	float: center;
	margin-left: 132px;
	text-align: left;
	padding: 4px;
	border-left: 1px solid #000;
	background: #FFF;
}

#footer
{
	height: 26px;
	clear: both;
	margin: 0;
	padding: 0;
	color: #333;
	background: url(smnav.gif) #E9EAEA;
	border-top: 1px solid #000000;

}

p.indent { text-indent: 20px }

div.indent { text-indent: 20px }

