/* tcblayout-home.css - stylesheet for beckiuslaw.com */
/* copyright 2011 by Thomas C. Beckius */

/* CSS layout for the Header and Navigation Bar are in tcblayout-all.css */

#maingraphic {
	width: 750px;
	height: 331px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
}

	#maingraphic img {
		display: block;
		margin: 0;
		border: 0;
		padding: 0;
	}

#core {
	width: 750px;
	height: 300px; 
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

	#contactinfo {
		float: left;
		width: 250px;
		height: 300px;
		padding: 0;
		border: 0;
	}

	#maincontent {
		float: left;
		width: 500px; 
		height: 300px;
		padding: 0;
	}

		#maincontent-top { 
			background: white url(../pictures/main_top_background.gif) repeat-x;
			height: 25px;
		}

			#maincontent-top-left {
				background: white url(../pictures/main_left_top_background.gif) no-repeat;
				float: left;
				width: 50px;
				height: 25px;
				padding: 0;
				margin: 0;
			}

			#maincontent-top-middle {
				background: white url(../pictures/main_top_background.gif) repeat-x;
				float: left;
				width: 450px;
				height: 25px;
				padding: 0;
				margin: 0;
			}

		#maincontent-center {
		}

			#maincontent-center-left {
				float: left;
				width: 50px;
				height: 275px;
			}

			#maincontent-center-middle {
				float: left;
				width: 425px;
			}

/* CSS layout for the bottom of the page and subpage are in tcblayout-all.css */


