@charset "UTF-8";
/* CSS Document */

/* general formatting */

body {
	font-size: 100%;
	text-align: center;
	background-color: #000;
	color: ivory;
	}

img {
	border: none;
	}
	
div#wrapper {
	position: relative;
	padding: 0px;
	margin: 0 auto;
	width: 860px;
	}
	
/* end section */
/* Header Formatting */

div#header {
	width: 860px;
	height: 60px;
	margin-bottom: 35px;
	}

.logo {
	position: relative;
	right: 280px;
	top: 5px;
	}

/* global navigation */

div#navbar {
	font-family: Trebuchet, Verdana, sans-serif;
	font-size: 1em;
	word-spacing: 8px;
	padding-top: 20px;
	position: relative;
	bottom: 30px;
	left: 225px;
	}
	
div#navbar a:link, a:visited {
	text-decoration: none;
	color: ivory;
	}
	
div#navbar a:hover, a:active {
	font-weight: bold;
	}
	
div#navbar li {
	display: inline;
	list-style: none;
	padding: 5px;
	}
	
/* end section */
/* end section */

/* Main content formatting */

div#content {
	background-color: #000;
	width: 860px;
	height: 550px;
	font-family: Trebuchet, Verdana, sans-serif;
	font-size: 1em;
	margin-top: 5px;
	}

div#content a:link, a:visited {
	text-decoration: none;
	color: #CCC;
	}
	
div#content a:hover, a:active {
	font-weight: bold;
	}
	
/* ---------- Bio Formatting ---------- */

div#sp {
	float: left;
	padding-right: 10px;
	padding-bottom: 4px;
	}

div#biomain {
	font-family: Trebuchet, Verdana, sans-serif;
	font-size: .8em;
	text-align: left;
	padding-right: 4px;
	}	

/* ---------- End Bio  Formatting ---------- */


/* photography page formatting*/

div#slideshowpro {
	}

/* ---------- Pricing and Packages Formatting ---------- */

	
/* ---------- End Pricing Formatting ---------- */

/* footer formatting */
div#footer {
	width: 860px;
	height: 60px;
	margin: auto auto;
	
	}

div#footer p.copy {
	text-align: left;
	float: right;
	font-size: .6em;
	}
/* end section */

