DIV.links { 
	min-height: 400px;
	height: expression('400px');
	/*background: url('../images/ds_fade_bg.gif') bottom left no-repeat;*/
}

	DIV.links .content {
		padding: 40px 21px;
		/*background: url('../images/ds_container_bg.gif') top left repeat-y;*/
	}
	
		DIV.links .content .sidebar {
			float: right;
			width: 185px;
		}
		
			DIV.links .content .sidebar H2 {
				/*text-indent: -9999px;*/
				height: 33px;
				/*background: url('../images/ds_linksHeading.gif') left top no-repeat;*/
			}
		
			DIV.links .content .sidebar #email { display: none; visibility: hidden; margin-left: 25px; margin-top: 25px; }
			
			DIV.links .content .sidebar #submit { display: none; visibility: hidden; margin-left: 25px; margin-top: 25px; }
		
		DIV.links .content .leftcolumn {
			text-align: left;
			margin-left: 35px;
			margin-right: 300px;
		}
		
		DIV.links .content .leftcolumn .action { float: right; visibility: hidden; }
			DIV.links .content .leftcolumn .action UL { list-style: none; }
			DIV.links .content .leftcolumn .action UL LI { float: left; margin: 0 5px; }
			DIV.links .content .leftcolumn .action UL LI A { color: rgb(46,46,46); }
		
			DIV.links .content .leftcolumn H4 {
				padding-bottom: 12px;
				margin-bottom: 8px;
				font-weight: bold;
				text-transform: none;
				/*background: url('../images/ds_separator.gif') bottom left no-repeat;*/
			}
		
			DIV.links .content .leftcolumn .download {
				margin-bottom: 12px;
			}
		
				DIV.links .content .leftcolumn .download P {
					font-size: 11px;
					color: rgb(46,46,46);
				}
			
				DIV.links .content .leftcolumn .download A.url {
					line-height: 22px;
				}
			
				DIV.links .content .leftcolumn .download A.image {
					float: left;
					overflow: hidden;
					margin: 4px 8px 0 0;
				}
