body {
	margin: 10px 0px;
	padding: 0px;
	text-align: center; /* when combined with the tags in the container, this auto center's the page correctly in CSS */
	}
p, h1, h2, h3, h4, h5, div {
	margin:0px;
	padding: 0px;
	font-family: Times New Roman, Times, serif;
	}
p {
	margin-left: 10px;
	}
hr {
	height: 3px;
	width: 80%;
	clear:both;
	float: none;
	margin: 10px auto 0 auto;
	}
a	{
	font-size: inherit;
	}
ul {
	margin-top: 3px;
	}
h1	{
	font-size: 26px;
	text-decoration: none;
	padding-top: 10px;
	}
h2	{
	font-size: 20px;
	padding-top: 5px;
	}
h3	{
	font-size: 14px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

h5 {
	border: thin dotted #ccc;
	}
.quickLink {
	float: right;
	width: inherit;
	border: thin blue solid;
	padding: 5px;
	}
/* START THUMB SETUP*/
	#thumb {
		margin: 10px;
		border: medium blue solid;
		text-align: center;
		background-color: #CCCCCC;
		}
	#thumb a {
		text-decoration:none;
		}
	#thumb img {
		border: none;
		}
	.goLeft {
		float: left;
		clear: left;
		}
	.goRight {
		float: right;
		clear: right;
		}
	
/* END THUMB SETUP */
#container {
	width: 900px;
	border: thin #000000 solid;
	margin: 0 auto;/*auto-center*/
	text-align: left;/*auto-center*/
	position: relative;/* when combined with the tags in the body, this auto center's the page correctly in CSS */
	left: 0px;/*auto-center*/
	top: 0px;/*auto-center*/
	}
	
/* HEADER AREA */
#head  {
	height:75px;
	background-color: #FFFFFF;
	background-image: url(header_line.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	width: 100%;
	}
#header{
	float: left;
	width: 420px;
	height: 75px;
	background: url(Header.jpg);
	}
#pageName {
	position: absolute;
	top: 4px;
	right: 60px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: rgb(128,0,128);
	font-size: 34px;
	}
	
/* TOP NAV which includes ABOUT and CONTACT*/
#navtop {
	float: left;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	clear: right;
	} 
.navtop{
	text-decoration: none;
	text-align: center;
	color: rgb(255,53,0);
	}
/* PRIMARY NAVIGATION including HOME, WEB SERVICES..... */
#navprimary {
	clear: left;
	position: absolute;
	left: 287px;
	top: 64px;
	padding: 0px;
	text-align: left;
	text-decoration: none;
	height: 16px;
	font-size: 14px;
	float: none;
		}
.current {
	text-decoration: none;
	font-weight: bold;
	color: rgb(128,0,128);
	font-size: 14px;
	margin: 0;
	padding: 0;
	}
.nav {
	font-weight: normal;
	text-decoration: none;
	color: rgb(128,0,128);
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	}
	
/* CONTENT AREA */
.text {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: rgb(128,0,128);
	}
#content {
	padding: 20px;
	margin: 20px;
	}
#float_left {
	float: left;
	clear: both;
	}
.clearfloat {
	float: none;
	clear: both;
	}
.boxHead {
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 1.25em;
	width: inherit;
	line-height: 1.5em;
	border:  none;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0;
	}
.box {
	border: thin #000000 solid;
	padding: 5px;
	margin: 10px;
	}
.noDisk {
	list-style-type: none;
	}
.list {
	margin-left: 20px;
	margin-top: 5px;
	}
.listSub {
	margin-left: 40px;
	margin-top: 5px;
	}
	
/* ********************PAGE SPECIFIC*************************/
/* INDEX */
	#welcome {
		text-align: center;
		}
	
/* PHOTOGRAPHIC SERVICES */
	#photography_charlottesville-services {
		left: 10px;
		top: 75px;
		border: 1px solid #000;
		width: 100%;
		padding: 10px;
		margin: 20px 0px 20px 30px;
		}
	#photography_charlottesville-pictures {
	float: right;
	clear: left;
	padding: 2px;
	border: blue 5px solid;
	text-align: center;
	background-color: #CCCCCC;
		}
	
/* FOR SALE */
	#gear {
		clear: left;
		}
	.for_sale-Details	{
	clear: both;
	float: none;
		}
/* ADD AREAS */
	#adds {
		margin: 0 60px;
		}
/* Web Services */
	#web_design_charlotesville {
		width: 800px;
		padding: 10px;
		margin-right: 10px;
		top: 75px;
		}
/* FOOTER AREA */
	#footer {
		color: rgb(128,0,128);
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		clear: both;
		}
	#bar {
		margin: 0px auto;
		text-align: center;/*auto-center*/
		position: relative;/* when combined with the tags in the footer, this auto center's the bar correctly in CSS */
		left: 0px;/*auto-center*/
		top: 0px;/*auto-center*/
		background: repeat-x url(bar_orange.jpg);
		height: 6px;
		width: 80%;
		text-align: center;
		}
		/* Bottom Nav */
	#subnav {
		text-align: center;
		}
	.btmnav {
		text-decoration: underline;
		font-weight: bold;
		color: rgb(128,0,128);
		font-size: 14px;
		margin: 0px;
		padding: 0px;
		text-align: center;
		}		
	.copy {
		padding: 0px;
		margin: 0px;
		text-align: center;
		}	
