/*  
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;
}

#indexbanner	{
	width:760px;
	height:100px;
	background-image:url(images/summer.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;
}
