#subcontent {
	background: url(/library/images/sub-background.png) repeat-y top left !important;
	background: url(/library/images/sub-background.gif) repeat-y top left;
	float:left;
	width:100%;
}
#short-column {
	float:left;
	width:210px;
	padding: 10px; 
}
#long-column {
	float:right;
	width:599px;
	padding:30px;
}

#long-column p { font-size: 12px; line-height: 1.8; color: white;  }
#long-column a { font-size: 12px; line-height: 1.8; color: yellow;  }
#long-column h2 { font-size: 16px; padding-bottom: 10px; border-bottom: 1px solid #41444e; margin-top: 0; margin-bottom: 5px;  }
#long-column h3 { clear: left; font-size: 14px; padding-bottom: 5px; border-bottom: 1px solid #41444e; margin-bottom: 0;  }
#long-column h4 { clear: left; font-size: 12px; margin-bottom: 5px;  }
#long-column h5 { clear: left; font-size: 12px; margin-bottom: 5px; padding-top: 20px; border-top: 1px solid #41444e;   }



.person { width: 240px; float: left; display: block; margin-top: 12px; margin-bottom: 15px;   }
.cont { width: 240px; float: left; display: block; margin-top: 12px; margin-bottom: 35px;   }

.contl { width: 180px; float: left; display: block; min-height: 170px;  }
.contr { width: 400px; float: left; display: block;  margin-left: 15px; font-size: 11px; line-height: 1.3     }



ul.subby { font-size: 12px; line-height: 2 }


ul#subnav { width: 230px; padding: 0; border: 0; list-style: none;   }
			
ul#subnav li { border-bottom: 1px solid #212121; font-size: 12px;  }
ul#subnav li a { display: block; padding: 10px; color: #CCC;  }


.clear { clear: left; }

#contact_scott #combine_cols{
	clear:both;
	font-size:12px;
}

#contact_scott #col_1{
	width:270px;
	float:left;
}

#contact_scott #col_2{
	width:270px;
	padding-left:20px;
	float:left;
}

#contact_scott #submit{
	width:70px;
	height:25px;
	background: #212121;
	color:#fff;
}

#contact_scott input, #contact_scott textarea, #contact_scott select{
	background-color:#000;
	border:1px solid #212121;
	margin:5px;
	color:#e1e1e1;
	font:12px Arial;
	padding:5px;
}

#contact_scott select{
	width:160px;
}

#contact_scott label{
	width:70px;
	display:block;
	float:left;
	font-size:12px;
	font-weight: bold;
	margin:5px;
}

#contact_scott input{
	float:left;
	width:150px;
	height:13px;
}

#contact_scott textarea{
	width:440px;
	height:125px;
}

#contact_scott #submit_cols{
	text-align: right;
	width:540px;
}

#contact_scott #submit_cols input{
	float:right;
	cursor: pointer;
}