/*  
Theme Name: WordPress Crossings
Theme URI: http://wordpress.org/
Description: A theme from Waters Designs 
Version: 1.0
Author: Waters Designs
Author URI: http://www.watersdesigns.com/ 
*/

/* CSS Document */
body  {
	background-color:#cccccc;
	color:#666666;
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.main_div {
	width:760px;
	vertical-align:top;
	text-align:left;
	margin: 7px auto;
	background-color:#ffffff;
	padding:0;
}

.right {
	width:100%;
	height:100%;
	vertical-align:top;
	display:table-cell;
	padding:22px 0px 0px 0px;
}

#indexbanner	{
	width:760px;
	height:100px;
	background-image:url(images/contact.jpg);
	background-repeat:no-repeat;
	border-bottom: 1px dotted black;
}

#banner{
	height:40px;
	background-image:url(images/banner_internal.jpg);
	background-repeat:no-repeat;
	background-color:#cccccc;
}
.content_txt {
	padding:0px;
	line-height:1.41em;
}
.content_txt strong {
	color:#2F373A;
	font-size:1.41em;
}
.content_txt .p {
	color:#7EBE1C;
	font-size:1.21em;
	padding:0px;
	font-style:italic;
	font-weight:bold;
	margin:0px;
}
.content_txt img {border:none;}