@CHARSET "ISO-8859-1";
	html{
		padding: 0;
		margin: 0;
	}
	
	body{
		background-color: #ffc;
		padding: 0;
		margin: 0;
	}
	
	#background{
		padding: 0px;
		position: absolute;
		margin: 0 auto auto -450px;
		left: 50%;
		width: 900px;
		background-image: url('gfx/content_bg.png');
		z-index: 2;
	}
	
	#content{
		margin: -10px 20px 10px 20px;
		width: 860px;
	}
	
	#content td{
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 11px;
		background-color: #fff;
		border: 0;
	}
	
	#bar{
		position: absolute;
		width: 	100%;
		height: 270px;
		top:	30px;
		background-color: #c63;
	}
	
	.padd{
		margin: 0 10px 0 10px;
		display: inline;
	}
	
	a:link, a:visited{
		color: #630;
		text-decoration: none;
	}
	
	a:active, a:focus, a:hover{
		color: #630;
		text-decoration: underline;
	}
	
	.navigation{	
		font-size: 11px;
		line-height: 15px;
		margin-left: 7px;
		margin-top: 5px;
		margin-bottom: 30px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: 0px;
	}
	
	.cols{
		margin-left: 20px;
		margin-top: 20px;
	} 

	.navigation li:before{
		content: "\00BB \0020";
	}
	
	h1.navigation{
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 2px;
		padding-top: 0px;
		margin-top: 0px;
		width: 180px;
		border-bottom: 1px solid #c63
	}
	
	h1{
		font-size: 16px;
		font-weight: bold;
	}
	
	h2{
		font-size: 14px;
		font-weight: bold;
		color: #c63;
		padding:0;
		margin:0;
	}
	
	td{
		vertical-align: top;
	}
	
	td.text{
		padding-left: 50px;
		padding-right: 25px;
	}
