*, html, body {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px none;
}

.clearBox {
	clear: both;
}

body {
	background-color: black;
	padding: 0px;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: black;
}

h1 {
	font-weight: bold;
	line-height: 35px;
	font-size: 12px;
}

h2 {
	font-weight: bold;
	line-height: 35px;
	font-size: 18px;
}

div#background {
	border: red solid 0px;
	background-color: black;
	width: 900px;
	margin: auto;
	padding: 50px 50px 0px 50px;
}

div#content {
	border: green solid 0px;
	background-color: #e6e6e6;
	width: 900px;
	margin: 0px;
	padding: 0px;
	display: table;
}

div#home_midsection {
	border: red solid 0px;
	background-image: url(/images/bricks.jpg);
	width: 900px;
	height: 421px;
}

div#left_column {
	border: 0px green dotted;
	margin: 25px 0px 0px 0px;
	width: 317px;
	float: left;
}

div#home_text {
	font-size: 11px;
	line-height: 15px;
	padding: 25px 22px 0px 22px;
}

div#home_text a, div#home_bottom_left a {
	text-decoration: none;
	color: #962e35;
}

div#home_text a:hover, div#home_bottom_left a:hover {
	text-decoration: none;
	color: #333333;
}

div#home_photo {
	border: 0px green dotted;
	float: left;
	padding-right: 23px;
	width: 560px;
	height: 420px;
}

div#home_bottom {
	border: green solid 0px;
	width: 855px;
	margin: 0px;
	margin: 22px;
}

div#home_bottom_left {
	border: red solid 0px;
	float: left;
	width: 296px;
}

div#home_bottom_mid {
	border: white solid 0px;
	float: left;
	width: 286px;
}

div#home_bottom_right {
	float: left;
	border: blue solid 0px;
	width: 273px;
	text-align: right;
}

div#about_midsection {
	border: red solid 0px;
/*	background-image: url(/images/bricks_about.jpg);
	background-repeat: no-repeat; */
	width: 900px;
}

div#about_content {
	position: relative;
	border: 0px green dotted;
	float: left;
	top: 20px;
	padding: 0px 73px 75px 23px;
	width: 464px;
}

div#photo {
	border: red solid 0px;
	float: left;
	width: 100px;
	padding: 0px 35px 25px 0px;
}

div#footer {
	border: red solid 0px;
	width: 900px;
	margin: auto;
	padding: 15px 50px 50px 50px;
	text-transform: uppercase;
	font-size: 10px;
	color: white;
}

div#footer_left {
	float: left;
	border: red solid 0px;
	width: 700px;
}

div#footer_right {
	float: right;
	border: red solid 0px;
	width: 200px;
	text-align: right;
}

div#footer a {
	text-decoration: none;
	color: white;
}

div#footer a:hover {
	text-decoration: none;
	color: #962e35;
}

div#admin_display {
	background-color: white;
	border: grey solid 1px;
	padding: 10px;
}

