DIV.links { 
	background: #FFFFFF;
	width:950px;
}

	DIV.links .content {
		padding: 40px 21px;
		background: #FFFFFF;
	}
	
		DIV.links .content .sidebar {
			float: right;
			width: 298px;
		}
		
			DIV.links .content .sidebar H2 {
				text-indent: -9999px;
				height: 33px;
				background: url('../images/ds_linksHeading.gif') 25px top no-repeat;
			}
		
		DIV.links .content .sidebar H3 { text-indent: 25px; }
		
		/* Email to a Friend Form */
			
			DIV.links .content .sidebar #email { display: none; margin-left: 25px; margin-top: 25px; }
			
			DIV.links .content .sidebar #submit { margin-left: 25px; margin-top: 25px; }
			
			#email FIELDSET { margin: 0; padding: 0; }
			
				#email FIELDSET H4, #submit H4 {  
					padding-bottom: 12px;
					margin-bottom: 8px;
					font-weight: bold;
					text-transform: lowercase;
					background: url('../images/ds_separator.gif') bottom left no-repeat;
				}
				
					#email FIELDSET DL { margin: 0px; padding: 0; }
					#email FIELDSET DL DT { float: left; overflow: hidden; font-weight: bold; margin-bottom: 10px; color: rgb(46,46,46); }
					#email FIELDSET DL DD { margin-left: 134px; margin-bottom: 10px; }
			
					#email FIELDSET DL DD INPUT {
						display: block;
						width: 130px;
						*width: 135px;
						height: 18px;
						*height: 24px;
						background: rgb(40,39,44) !important;
						color: #fff;
						font-size: 10px;
						padding: 2px 4px 2px 4px;
						border: 0;
					}
					
					#email FIELDSET DL DD TEXTAREA {
						height: 40px;
						width: 135px;
						display: block;
						background: rgb(40,39,44) !important;
						padding-left: 4px;
						color: #fff;
						font-size: 10px;
						border: 0;
						font-family: Verdana, Arial, Helvetica, sans-serif;
					}
					
					#email FIELDSET BUTTON {
						margin-right: 0px;
						background: none;
						border: 0;
						display: block;
						width: 88px;
						float: right;
						overflow: hidden;
					}
			
			/* end */
		
		DIV.links .content .leftcolumn {
			text-align: left;
			margin-left: 35px;
			margin-right: 300px;
		}
		
		DIV.links .content .leftcolumn .action { float: right; }
			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 .image {
					float: left;
					overflow: hidden;
					margin: 4px 8px 0 0;
				}
				
				.linkContentWrapper{
					float:left;
					width:500px	
				}
