body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wrapper {
	text-align: left;
	width: 900px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 100%;
	height: 136px;
	position: relative;
}

img {
	border: 0;
}

#header h1 {
	width: 214px;
	height: 68px;
	overflow: hidden;
	position: absolute;
	top: 29px;
	left: 0;
	margin: 0;
	padding: 0;
}

#secondary-navigation {
	list-style: none;
	position: absolute;
	right: -5px;
	bottom: 42px;
	margin: 0;
	padding: 0;
}

#secondary-navigation li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #000;
	text-transform: lowercase;
	line-height: 11px;
}

#secondary-navigation li.first {
	border: 0;
}

#primary-nav-wrapper {
	width: 100%;
	height: 25px;
	background-color: transparent;
	background-image: url("/images/navback.gif");
	position: absolute;
	bottom: 0;
	line-height: 25px;
}

#primary-navigation {
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	margin:0; 
	padding:0;
}

#primary-navigation li {
	float: left;
}

#nav-wedding {
	width: 93px;
}

#nav-portrait {
	width: 98px;
}

#nav-commercial {
	width: 114px;
}

#nav-entertainment {
	width: 132px;
}

#nav-headshots {
	width: 107px;
}

#nav-personal {
	width: 100px;
}

#nav-pricing {
	width: 173px;
}

#nav-blog {
	width: 74px;
}

#index-masthead {
	margin-top: 5px;
}

#features {
	margin-top: 5px;
	background-image: url("/images/boxy-thing.gif");
	height: 188px;
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
}

#features ul {
	list-style: none;
	position: relative;
	top: 30px;
}

#features ul li {
	width: 134px;
	padding-left: 29px;
	padding-right: 29px;
	float: left;
}

#features h2 {
	font-size: 12px;
	padding-bottom: 5px;
	color: #888;
}

#features ul li p {
	margin-bottom: 5px;
	color: #555;
}

#footer {
	clear: both;
	float: right;
	margin-top: 10px;
	text-transform: uppercase;
	color: #999;
}

#copyright {
	float: right;
	margin-top: 10px;
	text-transform: uppercase;
	color: #999;
}

#social {
	float: left;
	text-transform: uppercase;
	color: #999;
}

.clear-both {
	clear: both;
}

#portfolio {
	margin-top: 5px;
}

.address-box {
	position: absolute;
	top: 500px;
	left: 575px;
	font-weight: bold;
}

.contact-form {
	position: absolute;
	top: 225px;
	left: 450px;
}

.contact-message {
	width: 225px;
	position: absolute;
	top: 225px;
	left: 575px;
}

.field-group {
	clear: both;
	width: 400px;
}

.field-description {
	width: 115px;
	text-align: right;
	float: left;
	text-transform: uppercase;
	line-height: 15px;
	font-size: 9px;
	color: #999;
}

.form-field {
	width: 275px;
	float: right;
	padding-bottom: 6px;
}

.form-field input {
	height: 15px;
	width: 150px;
	border: 1px #999 solid;
}

.form-field textarea {
	width: 225px;
	height: 150px;
	border: 1px #999 solid;
}

.form-field input.submit-button {
	height: 20px;
	width: 100px;
	background: #ddd;
}

.contact-form fieldset {
	border: 0;
}

#price-box {
	width: 892px;
	height: 492px;
	border: 1px #ccc solid;
	margin-top: 5px;
	padding: 3px;
	background: #fff;
}

#left-pricing, #right-pricing {
	width: 429px;
	height: 480px;
	padding: 6px;
}

#left-pricing {
	float: left;
	border-right: 1px #ccc solid;
}

#right-pricing {
	float: right;
}

.about-box {
	position: absolute;
	top: 175px;
	left: 560px;
	width: 300px;
	line-height: 18px;
	color:#FFF
}

/* link styles */

a {
	color: #000;
	text-decoration: none;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #555;
	text-decoration: underline;
}

a:active {
	color: #555;
	text-decoration: none;
}

#primary-navigation a {
	color: #000;
}

#primary-navigation a:link {
	color: #000;
	text-decoration: none;
}

#primary-navigation a:visited {
	color: #000;
	text-decoration: none;
}

#primary-navigation a:hover {
	color: #555;
	text-decoration: underline;
}

#primary-navigation a:active {
	color: #555;
	text-decoration: underline;
}

#secondary-navigation a {
	color: #000;
}

#secondary-navigation a:link {
	color: #000;
	text-decoration: none;
}

#secondary-navigation a:visited {
	color: #000;
	text-decoration: none;
}

#secondary-navigation a:hover {
	color: #555;
	text-decoration: underline;
}

#secondary-navigation a:active {
	color: #555;
	text-decoration: underline;
}