/* CSS Document */
body 
	{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #d2deed;
	background-image: url('../images/bg.gif');
	text-align: center;
	}

#container
	{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	}
	
#header
	{
	height: 26px;
	}

#main
	{
	background-image: url('../images/main_bg.gif');
	width: 970px;
	}

#main2
	{
	background-image: url('../images/left_gradient.gif');
	background-repeat: no-repeat;	
	}

#left
	{
	width: 261px;
	float: left;
	}
	
#right
	{
	min-height: 400px;
	background-color: white;
	float: right;
	width: 709px;
	}
	
#content
	{
	text-align: left;
	color: #393f48;
	line-height: 18px;
	padding: 0px 50px 20px 140px;
	}
	
#content h1 
	{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #742e22;
	font-size: 18px;
	}

#content h2 
	{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #742e22;
	font-size: 14px;
	line-height: 11px;
	}

#content a, #content a:visited
	{
	color: #742e22;
	text-decoration: none;
	}	
	
.clearer
	{
	float: none;
	clear: both;
	}
	
#footer
	{
	height: 35px;
	width: 970px;
	background-image: url('../images/footer_bg.gif');
	}	
	
#bottom
	{
	background-color: #f7f6ee;
	border: 1px solid #f0f0ea;
	padding: 5px;
	margin: 20px 20px 10px 20px;
	height: 40px;
	font-size: 9px;
	text-align: center;
	}	
	
#copyright
	{
	text-align: right;
	}