/* CSS Document */

html,body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
	font-size:11px;
	color:#4a4a4a;
	margin:0;
	padding:0;
	height:100%;
	background: #292929;
	text-align:center;
	}
	
	
h1 {
	font-size:16px;
	color: #D8D8D8;
	}
	
h2 {
	font-size:14px;
	color: #D8D8D8;
	}
	
h3 {
	font-size:12px;
	color: #D8D8D8;
	}

p {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
	font-size:11px;
	color: #B3B3B3;
	}
	
a {
 	color: #B3B3B3;
 	}
 
a:visited {
	color: #B3B3B3;
	}
	
a:active {
	color: #CCCCCC;
	}
	
a:hover {
	color: #CCCCCC;
	}
	
table {
	width:650;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	}

td {
	border:1px solid #ccc;
	border-spacing:0;
	}
	
li.none {
	list-style-type:none;
	display:inline;
	}
	
li {
	color:#B3B3B3;
	}
	
#header {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	}

#container {
    position:relative;
	width:1000px;
	background-color: #404040;
	margin:0 auto;
	text-align:center;
	height:auto;
	min-height:100%;
	height:auto;
	}
	
#content {
	text-align:left;
	padding:10px;
	}
	
#content-body {
	padding:5px;
	}
	
#right-column {
	width:440px;
	float:right;
	}
	
#left-column {
	width:300px;
	float:left;
	}
	
#pricing-table {
	clear:both;
	padding-bottom:20px;
	text-align:center;
	}

	
#footer {
	width:100%;
	clear:both;
	padding-top:10px;
	text-align:center;
	}
	
#photography-header {
	position:relative;
	left:-15px;
	}

#photography-header2 {
	position:relative;
	left:-10px;
	}

ul#photography-list {
	list-style:none;
	line-height:22px;
	}
	
table#photo-main {
text-align:center;
border-style:none;
}

	

		