@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	background-image: url(new%20web%20site/background.jpg);
	background-repeat: repeat;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #index_page {
	height: 1024px;
	width: 1280px;
	position: relative;
}
.oneColFixCtr #container #blog_main_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin: 5px;
	padding: 10px;
	height: auto;
	width: 490px;
	position: relative;
	top: -270px;
	left: 350px;
	word-spacing: 5px;
	line-height: 20px;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
}
.oneColFixCtr #main_photography_button {
	padding: 0px;
	height: 200px;
	width: 200px;
	position: relative;
	top: -100px;
	overflow: visible;
	left: 20px;
}

.oneColFixCtr #flash_one {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 900px;
}
.oneColFixCtr #fash_two {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 900px;
}
.oneColFixCtr #index_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	letter-spacing: 15px;
	text-align: center;
	margin: 5px;
	padding: 0px;
	height: 200px;
	width: 900px;
}
.oneColFixCtr #painting_nav {
	height: 60px;
	width: 500px;
	position: relative;
	top: -40px;
	left: 260px;
}
.oneColFixCtr #main_copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: center;
	margin: 5px;
	padding: 5px;
	width: 850px;
	position: relative;
	left: 15px;
	top: -200px;
	overflow: auto;
}
.oneColFixCtr #main_painting_button {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 260px;
	position: relative;
	top: -300px;
	left: 620px;
	overflow: visible;
}

.oneColFixCtr #photography_flash {
	
	width:900px;
	height:500px;
	
}

.oneColFixCtr #main_web_design_button {
	padding: 0px;
	height: 200px;
	width: 255px;
	position: relative;
	top: -500px;
	left: 290px;
	overflow: visible;	
}
	
.oneColFixCtr #index_page_main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	letter-spacing: 3px;
	text-align: center;
	word-spacing: normal;
	position: relative;
	height: auto;
	width: 800px;
	top: -600px;
	left: 40px;
	margin: 5px;
	padding: 5px;
	overflow: auto;
	vertical-align: text-top;
}
.oneColFixCtr #photography_text {
	font-family: Verdana, Geneva, sans-serif;
	height: 150px;
	width: 880px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	word-spacing: normal;
}

.oneColFixCtr #bucks_walkway {
	height: 220px;
	width: 270px;
	border: 5px solid #000;
	position: relative;
	left: -150px;
	top: -40px;
}
.oneColFixCtr #thoughts {
	position: relative;
	top: -20px;
	height: 50px;
	width: 250px;
	left: 490px;
}
.oneColFixCtr #page two text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	position: relative;
	height: 50px;
	width: 100px;
	top: 350px;
	margin: 10px;
	padding: 10px;
	text-align: center;
	display: inline;
}
.oneColFixCtr #bridge {
	position: relative;
	top: 250px;
	left: -435px;
	height: 200px;
	width: 300px;
}
.oneColFixCtr #index_page_container {
}
