/* tcblayout-general.css - Stylesheet for beckiuslaw.com */
/* copyright 2011 by Thomas C. Beckius */

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

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

	#sidebar {
		float: left;
		width: 250px;
		height: 100%;
		overflow: hidden;
	}

		#maingraphic {
			width: 250px;
			margin: 0;
			border: 0;
		}

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

		#contactinfo {
			width: 250px;
			height: 100%;
			padding: 0;
		}

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

		#maincontent-top { 
			background: white;
			height: 25px;
		}

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

			#maincontent-top-middle {
				background: white;
				float: left;
				width: 450px;
				height: 25px;
				padding: 0;
				margin: 0;
			}

		#maincontent-center {
			height: 100%;
		}

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

			#maincontent-center-middle {
				float: left;
				width: 425px; /* this leaves 25px undefined on the right for balance */
				height: 100%;

			}

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


