/* CSS Stylesheet - BCA Homes & Patios */

body {
	margin: 0px;
	position: absolute;
	background: url(../images/sidebar-background.gif) repeat-y;
	background-color: #282828;
	color: #FFFFFF;
	font-family: "Georgia", Times New Roman, Times, serif;
	}
	
h1 {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

div.placeholder {
	width: 1200px;
	}

div#logo {
	position: absolute;
	background:url(../images/content-logo.jpg);
	width: 318px;
	height: 552px;
	z-index: -9999;
	right: -60px;
	bottom: 0;
	}

/* Sidebar Styles */
	
div#sidebar {
	width: 156px;
	height: 100%;
	float: left;
	padding-bottom: 120px;
	}
	
div#sidebar_logo {
	width: 156px;
	height: 84px;
	background: url(../images/sidebar-logo.gif)
	}
	
div#sidebar_contact {
	width: 156px;
	padding-top: 5px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 13.333px;
	text-align: center;
	}

div#sidebar_contact span {
	font-size: 17.333px;
	}
	
div#sidebar_email {
	width: 156px;
	padding-top: 25px;
	padding-bottom: 60px;	
	text-align: center;
	}
	
div#sidebar_menu {
	width: 156px;
	}

div.sidebar_button {
	width: 156px;
	padding-bottom: 3px;
	}

div#sidebar_hia {
	width: 156px;
	text-align: center;
	padding-top: 60px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 11px;
	}

/* Content Styles */

div#content {
	height: 100%;
	width: 800px;
	padding-left: 10px;
	float: left;
	}
	
div#content_header {
	width: 800px;
	float: left;
	padding-top: 30px;
	text-align:center;
	}

div#content_main {
	position: relative;
	width: 800px;
	float: left;
	padding-top: 50px;
	text-align:left;
	padding-bottom: 100px;
	}
	
div#content_main p {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 18.6667px;
	}
	
div#content_menu {
	position: absolute;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 13.333px;
	left: 156px;
	bottom: 25px;
	width: 800px;
	float: left;
	padding-top: 30px;
	text-align: center;
	}
	
div#content_menu a:link, div#content_menu a:visited, div#content_menu a:active {
	color: #ffffff;
	}
	
div#content_menu a:hover {
	color: #8E1C1C;
	}
	
.just {
	text-align: justify;
	}

ul#list_about {
	font-size: 18.6667px;
	text-decoration: underline;
}

ul#list_about li {
	margin-bottom: 12px;
	}

div.gallery_row {
	position: inherit;
	width: 100%;
	clear: both;
	padding-top: 5px;
	}

div.gallery_row img {
	margin: 0 auto;
	max-width: 99%;
	}	
	
div.gallery_row_one {
	text-align: center;
	width: 49%;
	float: left;
	}
	
div.gallery_row_two {
	text-align: center;
	width: 49%;
	float: left;
	}	