/* CSS Document */
body {
	background-image:url(../images/bkgd.jpg); 
	background-position:top left; 
	background-repeat:no-repeat; 
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:12px;
	height:100%;
}

#leftcolumn{
	float:left;
	width:250px;
	height:400px;
	margin-top:430px;
	margin-left:15px;
}

#leftcolumn a{
	padding: 3px 1px;
	width: 100%;
	text-decoration: none;
}

#rightcolumn{
	float:left;
	width:505px;
	min-height:400px;
	margin-top:375px;
	margin-left:135px;
}

* html #rightcolumn{ /*IE only style*/
	height: 400px;
}
.title{
	border-bottom: 1px solid #C0C0C0; 
	margin-bottom: -5px
}
a:link {color: #2a1f0a;}

a:visited {color: #2a1f0a;
	text-decoration: line-through;
}

a:active {color: #2a1f0a;}

a:hover {color: #2a1f0a;
	text-decoration: underline;
}

